Skip to content

Commit 786a79e

Browse files
chore: regenerate accesscontextmanager client (#19633)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 46a8aa4 commit 786a79e

File tree

6 files changed

+27
-27
lines changed

6 files changed

+27
-27
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-rev20240102-2.0.0</version>
25+
<version>v1-rev20240126-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-rev20240102-2.0.0'
38+
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20240126-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ public final class Binding extends com.google.api.client.json.GenericJson {
9595

9696
/**
9797
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`,
98-
* `roles/editor`, or `roles/owner`.
98+
* `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the
99+
* [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the
100+
* available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
99101
* The value may be {@code null}.
100102
*/
101103
@com.google.api.client.util.Key
@@ -235,7 +237,9 @@ public Binding setMembers(java.util.List<java.lang.String> members) {
235237

236238
/**
237239
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`,
238-
* `roles/editor`, or `roles/owner`.
240+
* `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the
241+
* [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the
242+
* available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
239243
* @return value or {@code null} for none
240244
*/
241245
public java.lang.String getRole() {
@@ -244,7 +248,9 @@ public java.lang.String getRole() {
244248

245249
/**
246250
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`,
247-
* `roles/editor`, or `roles/owner`.
251+
* `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the
252+
* [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the
253+
* available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
248254
* @param role role or {@code null} for none
249255
*/
250256
public Binding setRole(java.lang.String role) {

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

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

3636
/**
37-
* A list of identities that are allowed access through this [EgressPolicy]. Should be in the
38-
* format of email address. The email address should represent individual user or service account
39-
* only.
37+
* A list of identities that are allowed access through this [EgressPolicy], in the format of
38+
* `user:{email_id}` or `serviceAccount:{email_id}`.
4039
* The value may be {@code null}.
4140
*/
4241
@com.google.api.client.util.Key
@@ -67,19 +66,17 @@ public final class EgressFrom extends com.google.api.client.json.GenericJson {
6766
private java.util.List<EgressSource> sources;
6867

6968
/**
70-
* A list of identities that are allowed access through this [EgressPolicy]. Should be in the
71-
* format of email address. The email address should represent individual user or service account
72-
* only.
69+
* A list of identities that are allowed access through this [EgressPolicy], in the format of
70+
* `user:{email_id}` or `serviceAccount:{email_id}`.
7371
* @return value or {@code null} for none
7472
*/
7573
public java.util.List<java.lang.String> getIdentities() {
7674
return identities;
7775
}
7876

7977
/**
80-
* A list of identities that are allowed access through this [EgressPolicy]. Should be in the
81-
* format of email address. The email address should represent individual user or service account
82-
* only.
78+
* A list of identities that are allowed access through this [EgressPolicy], in the format of
79+
* `user:{email_id}` or `serviceAccount:{email_id}`.
8380
* @param identities identities or {@code null} for none
8481
*/
8582
public EgressFrom setIdentities(java.util.List<java.lang.String> identities) {

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

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

3535
/**
36-
* A list of identities that are allowed access through this ingress policy. Should be in the
37-
* format of email address. The email address should represent individual user or service account
38-
* only.
36+
* A list of identities that are allowed access through this ingress policy, in the format of
37+
* `user:{email_id}` or `serviceAccount:{email_id}`.
3938
* The value may be {@code null}.
4039
*/
4140
@com.google.api.client.util.Key
@@ -57,19 +56,17 @@ public final class IngressFrom extends com.google.api.client.json.GenericJson {
5756
private java.util.List<IngressSource> sources;
5857

5958
/**
60-
* A list of identities that are allowed access through this ingress policy. Should be in the
61-
* format of email address. The email address should represent individual user or service account
62-
* only.
59+
* A list of identities that are allowed access through this ingress policy, in the format of
60+
* `user:{email_id}` or `serviceAccount:{email_id}`.
6361
* @return value or {@code null} for none
6462
*/
6563
public java.util.List<java.lang.String> getIdentities() {
6664
return identities;
6765
}
6866

6967
/**
70-
* A list of identities that are allowed access through this ingress policy. Should be in the
71-
* format of email address. The email address should represent individual user or service account
72-
* only.
68+
* A list of identities that are allowed access through this ingress policy, in the format of
69+
* `user:{email_id}` or `serviceAccount:{email_id}`.
7370
* @param identities identities or {@code null} for none
7471
*/
7572
public IngressFrom setIdentities(java.util.List<java.lang.String> identities) {

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

0 commit comments

Comments
 (0)