Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-accesscontextmanager</artifactId>
<version>v1-rev20260215-2.0.0</version>
<version>v1-rev20260311-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20260215-2.0.0'
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20260311-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ public final class EgressFrom extends com.google.api.client.json.GenericJson {

/**
* A list of identities that are allowed access through [EgressPolicy]. Identities can be an
* individual user, service account, Google group, or third-party identity. For third-party
* identity, only single identities are supported and other identity types are not supported. The
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
* individual user, service account, Google group, or third-party identity. For the list of
* supported identity types, see https://docs.cloud.google.com/vpc-service-
* controls/docs/supported-identities.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -70,10 +69,9 @@ public final class EgressFrom extends com.google.api.client.json.GenericJson {

/**
* A list of identities that are allowed access through [EgressPolicy]. Identities can be an
* individual user, service account, Google group, or third-party identity. For third-party
* identity, only single identities are supported and other identity types are not supported. The
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
* individual user, service account, Google group, or third-party identity. For the list of
* supported identity types, see https://docs.cloud.google.com/vpc-service-
* controls/docs/supported-identities.
* @return value or {@code null} for none
*/
public java.util.List<java.lang.String> getIdentities() {
Expand All @@ -82,10 +80,9 @@ public java.util.List<java.lang.String> getIdentities() {

/**
* A list of identities that are allowed access through [EgressPolicy]. Identities can be an
* individual user, service account, Google group, or third-party identity. For third-party
* identity, only single identities are supported and other identity types are not supported. The
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
* individual user, service account, Google group, or third-party identity. For the list of
* supported identity types, see https://docs.cloud.google.com/vpc-service-
* controls/docs/supported-identities.
* @param identities identities or {@code null} for none
*/
public EgressFrom setIdentities(java.util.List<java.lang.String> identities) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ public final class IngressFrom extends com.google.api.client.json.GenericJson {

/**
* A list of identities that are allowed access through [IngressPolicy]. Identities can be an
* individual user, service account, Google group, or third-party identity. For third-party
* identity, only single identities are supported and other identity types are not supported. The
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
* individual user, service account, Google group, or third-party identity. For the list of
* supported identity types, see https://docs.cloud.google.com/vpc-service-
* controls/docs/supported-identities.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -60,10 +59,9 @@ public final class IngressFrom extends com.google.api.client.json.GenericJson {

/**
* A list of identities that are allowed access through [IngressPolicy]. Identities can be an
* individual user, service account, Google group, or third-party identity. For third-party
* identity, only single identities are supported and other identity types are not supported. The
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
* individual user, service account, Google group, or third-party identity. For the list of
* supported identity types, see https://docs.cloud.google.com/vpc-service-
* controls/docs/supported-identities.
* @return value or {@code null} for none
*/
public java.util.List<java.lang.String> getIdentities() {
Expand All @@ -72,10 +70,9 @@ public java.util.List<java.lang.String> getIdentities() {

/**
* A list of identities that are allowed access through [IngressPolicy]. Identities can be an
* individual user, service account, Google group, or third-party identity. For third-party
* identity, only single identities are supported and other identity types are not supported. The
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
* individual user, service account, Google group, or third-party identity. For the list of
* supported identity types, see https://docs.cloud.google.com/vpc-service-
* controls/docs/supported-identities.
* @param identities identities or {@code null} for none
*/
public IngressFrom setIdentities(java.util.List<java.lang.String> identities) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-accesscontextmanager</artifactId>
<version>v1-rev20260215-2.0.0</version>
<name>Access Context Manager API v1-rev20260215-2.0.0</name>
<version>v1-rev20260311-2.0.0</version>
<name>Access Context Manager API v1-rev20260311-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-accesscontextmanager</artifactId>
<version>v1-rev20260215-2.0.0</version>
<version>v1-rev20260311-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20260215-2.0.0'
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20260311-2.0.0'
}
```

Expand Down