Skip to content

Commit 3602750

Browse files
1 parent 56dcfc4 commit 3602750

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

clients/google-api-services-accesscontextmanager/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-accesscontextmanager</artifactId>
25-
<version>v1-rev20260311-2.0.0</version>
25+
<version>v1-rev20260329-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20260311-2.0.0'
38+
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20260329-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/EgressFrom.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ public final class EgressFrom extends com.google.api.client.json.GenericJson {
3535

3636
/**
3737
* A list of identities that are allowed access through [EgressPolicy]. Identities can be an
38-
* individual user, service account, Google group, or third-party identity. For the list of
39-
* supported identity types, see https://docs.cloud.google.com/vpc-service-
38+
* individual user, service account, Google group, third-party identity, or agent identity. For
39+
* the list of supported identity types, see https://docs.cloud.google.com/vpc-service-
4040
* controls/docs/supported-identities.
4141
* The value may be {@code null}.
4242
*/
@@ -69,8 +69,8 @@ public final class EgressFrom extends com.google.api.client.json.GenericJson {
6969

7070
/**
7171
* A list of identities that are allowed access through [EgressPolicy]. Identities can be an
72-
* individual user, service account, Google group, or third-party identity. For the list of
73-
* supported identity types, see https://docs.cloud.google.com/vpc-service-
72+
* individual user, service account, Google group, third-party identity, or agent identity. For
73+
* the list of supported identity types, see https://docs.cloud.google.com/vpc-service-
7474
* controls/docs/supported-identities.
7575
* @return value or {@code null} for none
7676
*/
@@ -80,8 +80,8 @@ public java.util.List<java.lang.String> getIdentities() {
8080

8181
/**
8282
* A list of identities that are allowed access through [EgressPolicy]. Identities can be an
83-
* individual user, service account, Google group, or third-party identity. For the list of
84-
* supported identity types, see https://docs.cloud.google.com/vpc-service-
83+
* individual user, service account, Google group, third-party identity, or agent identity. For
84+
* the list of supported identity types, see https://docs.cloud.google.com/vpc-service-
8585
* controls/docs/supported-identities.
8686
* @param identities identities or {@code null} for none
8787
*/

clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/IngressFrom.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ public final class IngressFrom extends com.google.api.client.json.GenericJson {
3434

3535
/**
3636
* A list of identities that are allowed access through [IngressPolicy]. Identities can be an
37-
* individual user, service account, Google group, or third-party identity. For the list of
38-
* supported identity types, see https://docs.cloud.google.com/vpc-service-
37+
* individual user, service account, Google group, third-party identity, or agent identity. For
38+
* the list of supported identity types, see https://docs.cloud.google.com/vpc-service-
3939
* controls/docs/supported-identities.
4040
* The value may be {@code null}.
4141
*/
@@ -59,8 +59,8 @@ public final class IngressFrom extends com.google.api.client.json.GenericJson {
5959

6060
/**
6161
* A list of identities that are allowed access through [IngressPolicy]. Identities can be an
62-
* individual user, service account, Google group, or third-party identity. For the list of
63-
* supported identity types, see https://docs.cloud.google.com/vpc-service-
62+
* individual user, service account, Google group, third-party identity, or agent identity. For
63+
* the list of supported identity types, see https://docs.cloud.google.com/vpc-service-
6464
* controls/docs/supported-identities.
6565
* @return value or {@code null} for none
6666
*/
@@ -70,8 +70,8 @@ public java.util.List<java.lang.String> getIdentities() {
7070

7171
/**
7272
* A list of identities that are allowed access through [IngressPolicy]. Identities can be an
73-
* individual user, service account, Google group, or third-party identity. For the list of
74-
* supported identity types, see https://docs.cloud.google.com/vpc-service-
73+
* individual user, service account, Google group, third-party identity, or agent identity. For
74+
* the list of supported identity types, see https://docs.cloud.google.com/vpc-service-
7575
* controls/docs/supported-identities.
7676
* @param identities identities or {@code null} for none
7777
*/

clients/google-api-services-accesscontextmanager/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-accesscontextmanager</artifactId>
11-
<version>v1-rev20260311-2.0.0</version>
12-
<name>Access Context Manager API v1-rev20260311-2.0.0</name>
11+
<version>v1-rev20260329-2.0.0</version>
12+
<name>Access Context Manager API v1-rev20260329-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-accesscontextmanager/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-accesscontextmanager</artifactId>
25-
<version>v1-rev20260311-2.0.0</version>
25+
<version>v1-rev20260329-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20260311-2.0.0'
38+
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20260329-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)