Skip to content

Commit c6fc560

Browse files
1 parent 2fa2898 commit c6fc560

File tree

5 files changed

+24
-18
lines changed

5 files changed

+24
-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-rev20240716-2.0.0</version>
25+
<version>v1-rev20240811-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-rev20240716-2.0.0'
38+
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20240811-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: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ 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. The `v1` identities
39-
* that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in
38+
* individual user, service account, Google group, or third-party identity. For third-party
39+
* identity, only single identities are supported and other identity types are not supported. The
40+
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
4041
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
4142
* The value may be {@code null}.
4243
*/
@@ -69,8 +70,9 @@ public final class EgressFrom extends com.google.api.client.json.GenericJson {
6970

7071
/**
7172
* 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. The `v1` identities
73-
* that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in
73+
* individual user, service account, Google group, or third-party identity. For third-party
74+
* identity, only single identities are supported and other identity types are not supported. The
75+
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
7476
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
7577
* @return value or {@code null} for none
7678
*/
@@ -80,8 +82,9 @@ public java.util.List<java.lang.String> getIdentities() {
8082

8183
/**
8284
* 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. The `v1` identities
84-
* that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in
85+
* individual user, service account, Google group, or third-party identity. For third-party
86+
* identity, only single identities are supported and other identity types are not supported. The
87+
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
8588
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
8689
* @param identities identities or {@code null} for none
8790
*/

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ 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. The `v1` identities
38-
* that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in
37+
* individual user, service account, Google group, or third-party identity. For third-party
38+
* identity, only single identities are supported and other identity types are not supported. The
39+
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
3940
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
4041
* The value may be {@code null}.
4142
*/
@@ -59,8 +60,9 @@ public final class IngressFrom extends com.google.api.client.json.GenericJson {
5960

6061
/**
6162
* 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. The `v1` identities
63-
* that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in
63+
* individual user, service account, Google group, or third-party identity. For third-party
64+
* identity, only single identities are supported and other identity types are not supported. The
65+
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
6466
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
6567
* @return value or {@code null} for none
6668
*/
@@ -70,8 +72,9 @@ public java.util.List<java.lang.String> getIdentities() {
7072

7173
/**
7274
* 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. The `v1` identities
74-
* that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in
75+
* individual user, service account, Google group, or third-party identity. For third-party
76+
* identity, only single identities are supported and other identity types are not supported. The
77+
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
7578
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
7679
* @param identities identities or {@code null} for none
7780
*/

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-rev20240716-2.0.0</version>
12-
<name>Access Context Manager API v1-rev20240716-2.0.0</name>
11+
<version>v1-rev20240811-2.0.0</version>
12+
<name>Access Context Manager API v1-rev20240811-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-rev20240716-2.0.0</version>
25+
<version>v1-rev20240811-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-rev20240716-2.0.0'
38+
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20240811-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)