Skip to content

Commit ad6c51b

Browse files
1 parent 37a83de commit ad6c51b

File tree

18 files changed

+200
-195
lines changed

18 files changed

+200
-195
lines changed

clients/google-api-services-iam/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-iam</artifactId>
25-
<version>v1-rev20241028-2.0.0</version>
25+
<version>v1-rev20241114-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-iam:v1-rev20241028-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20241114-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/Iam.java

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6892,7 +6892,7 @@ public List set(String parameterName, Object value) {
68926892
* This request holds the parameters needed by the iam server. After setting any optional
68936893
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
68946894
*
6895-
* @param name Immutable. The resource name of the OauthClient.
6895+
* @param name Immutable. Identifier. The resource name of the OauthClient.
68966896
* Format:`projects/{project}/locations/{location}/oauthClients/{oauth_client}`.
68976897
* @param content the {@link com.google.api.services.iam.v1.model.OauthClient}
68986898
* @return the request
@@ -6920,7 +6920,7 @@ public class Patch extends IamRequest<com.google.api.services.iam.v1.model.Oauth
69206920
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
69216921
* be called to initialize this instance immediately after invoking the constructor. </p>
69226922
*
6923-
* @param name Immutable. The resource name of the OauthClient.
6923+
* @param name Immutable. Identifier. The resource name of the OauthClient.
69246924
* Format:`projects/{project}/locations/{location}/oauthClients/{oauth_client}`.
69256925
* @param content the {@link com.google.api.services.iam.v1.model.OauthClient}
69266926
* @since 1.13
@@ -6991,21 +6991,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
69916991
}
69926992

69936993
/**
6994-
* Immutable. The resource name of the OauthClient.
6994+
* Immutable. Identifier. The resource name of the OauthClient.
69956995
* Format:`projects/{project}/locations/{location}/oauthClients/{oauth_client}`.
69966996
*/
69976997
@com.google.api.client.util.Key
69986998
private java.lang.String name;
69996999

7000-
/** Immutable. The resource name of the OauthClient.
7000+
/** Immutable. Identifier. The resource name of the OauthClient.
70017001
Format:`projects/{project}/locations/{location}/oauthClients/{oauth_client}`.
70027002
*/
70037003
public java.lang.String getName() {
70047004
return name;
70057005
}
70067006

70077007
/**
7008-
* Immutable. The resource name of the OauthClient.
7008+
* Immutable. Identifier. The resource name of the OauthClient.
70097009
* Format:`projects/{project}/locations/{location}/oauthClients/{oauth_client}`.
70107010
*/
70117011
public Patch setName(java.lang.String name) {
@@ -7794,7 +7794,7 @@ public List set(String parameterName, Object value) {
77947794
* This request holds the parameters needed by the iam server. After setting any optional
77957795
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
77967796
*
7797-
* @param name Immutable. The resource name of the OauthClientCredential. Format:
7797+
* @param name Immutable. Identifier. The resource name of the OauthClientCredential. Format:
77987798
* `projects/{project}/locations/{location}/oauthClients/{oauth_client}/credentials/{credenti
77997799
* al}`
78007800
* @param content the {@link com.google.api.services.iam.v1.model.OauthClientCredential}
@@ -7823,7 +7823,7 @@ public class Patch extends IamRequest<com.google.api.services.iam.v1.model.Oauth
78237823
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
78247824
* be called to initialize this instance immediately after invoking the constructor. </p>
78257825
*
7826-
* @param name Immutable. The resource name of the OauthClientCredential. Format:
7826+
* @param name Immutable. Identifier. The resource name of the OauthClientCredential. Format:
78277827
* `projects/{project}/locations/{location}/oauthClients/{oauth_client}/credentials/{credenti
78287828
* al}`
78297829
* @param content the {@link com.google.api.services.iam.v1.model.OauthClientCredential}
@@ -7895,22 +7895,24 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
78957895
}
78967896

78977897
/**
7898-
* Immutable. The resource name of the OauthClientCredential. Format: `projects/{project
7899-
* }/locations/{location}/oauthClients/{oauth_client}/credentials/{credential}`
7898+
* Immutable. Identifier. The resource name of the OauthClientCredential. Format: `proje
7899+
* cts/{project}/locations/{location}/oauthClients/{oauth_client}/credentials/{credentia
7900+
* l}`
79007901
*/
79017902
@com.google.api.client.util.Key
79027903
private java.lang.String name;
79037904

7904-
/** Immutable. The resource name of the OauthClientCredential. Format:
7905+
/** Immutable. Identifier. The resource name of the OauthClientCredential. Format:
79057906
`projects/{project}/locations/{location}/oauthClients/{oauth_client}/credentials/{credential}`
79067907
*/
79077908
public java.lang.String getName() {
79087909
return name;
79097910
}
79107911

79117912
/**
7912-
* Immutable. The resource name of the OauthClientCredential. Format: `projects/{project
7913-
* }/locations/{location}/oauthClients/{oauth_client}/credentials/{credential}`
7913+
* Immutable. Identifier. The resource name of the OauthClientCredential. Format: `proje
7914+
* cts/{project}/locations/{location}/oauthClients/{oauth_client}/credentials/{credentia
7915+
* l}`
79147916
*/
79157917
public Patch setName(java.lang.String name) {
79167918
if (!getSuppressPatternChecks()) {

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/OauthClient.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public final class OauthClient extends com.google.api.client.json.GenericJson {
100100
private String expireTime;
101101

102102
/**
103-
* Immutable. The resource name of the OauthClient.
103+
* Immutable. Identifier. The resource name of the OauthClient.
104104
* Format:`projects/{project}/locations/{location}/oauthClients/{oauth_client}`.
105105
* The value may be {@code null}.
106106
*/
@@ -278,7 +278,7 @@ public OauthClient setExpireTime(String expireTime) {
278278
}
279279

280280
/**
281-
* Immutable. The resource name of the OauthClient.
281+
* Immutable. Identifier. The resource name of the OauthClient.
282282
* Format:`projects/{project}/locations/{location}/oauthClients/{oauth_client}`.
283283
* @return value or {@code null} for none
284284
*/
@@ -287,7 +287,7 @@ public java.lang.String getName() {
287287
}
288288

289289
/**
290-
* Immutable. The resource name of the OauthClient.
290+
* Immutable. Identifier. The resource name of the OauthClient.
291291
* Format:`projects/{project}/locations/{location}/oauthClients/{oauth_client}`.
292292
* @param name name or {@code null} for none
293293
*/

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/OauthClientCredential.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public final class OauthClientCredential extends com.google.api.client.json.Gene
5858
private java.lang.String displayName;
5959

6060
/**
61-
* Immutable. The resource name of the OauthClientCredential. Format:
61+
* Immutable. Identifier. The resource name of the OauthClientCredential. Format:
6262
* `projects/{project}/locations/{location}/oauthClients/{oauth_client}/credentials/{credential}`
6363
* The value may be {@code null}.
6464
*/
@@ -127,7 +127,7 @@ public OauthClientCredential setDisplayName(java.lang.String displayName) {
127127
}
128128

129129
/**
130-
* Immutable. The resource name of the OauthClientCredential. Format:
130+
* Immutable. Identifier. The resource name of the OauthClientCredential. Format:
131131
* `projects/{project}/locations/{location}/oauthClients/{oauth_client}/credentials/{credential}`
132132
* @return value or {@code null} for none
133133
*/
@@ -136,7 +136,7 @@ public java.lang.String getName() {
136136
}
137137

138138
/**
139-
* Immutable. The resource name of the OauthClientCredential. Format:
139+
* Immutable. Identifier. The resource name of the OauthClientCredential. Format:
140140
* `projects/{project}/locations/{location}/oauthClients/{oauth_client}/credentials/{credential}`
141141
* @param name name or {@code null} for none
142142
*/

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/Oidc.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
public final class Oidc extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Acceptable values for the `aud` field (audience) in the OIDC token. Token exchange requests are
35-
* rejected if the token audience does not match one of the configured values. Each audience may
36-
* be at most 256 characters. A maximum of 10 audiences may be configured. If this list is empty,
37-
* the OIDC token audience must be equal to the full canonical resource name of the
34+
* Optional. Acceptable values for the `aud` field (audience) in the OIDC token. Token exchange
35+
* requests are rejected if the token audience does not match one of the configured values. Each
36+
* audience may be at most 256 characters. A maximum of 10 audiences may be configured. If this
37+
* list is empty, the OIDC token audience must be equal to the full canonical resource name of the
3838
* WorkloadIdentityPoolProvider, with or without the HTTPS prefix. For example: ```
3939
* //iam.googleapis.com/projects//locations//workloadIdentityPools//providers/
4040
* https://iam.googleapis.com/projects//locations//workloadIdentityPools//providers/ ```
@@ -63,10 +63,10 @@ public final class Oidc extends com.google.api.client.json.GenericJson {
6363
private java.lang.String jwksJson;
6464

6565
/**
66-
* Acceptable values for the `aud` field (audience) in the OIDC token. Token exchange requests are
67-
* rejected if the token audience does not match one of the configured values. Each audience may
68-
* be at most 256 characters. A maximum of 10 audiences may be configured. If this list is empty,
69-
* the OIDC token audience must be equal to the full canonical resource name of the
66+
* Optional. Acceptable values for the `aud` field (audience) in the OIDC token. Token exchange
67+
* requests are rejected if the token audience does not match one of the configured values. Each
68+
* audience may be at most 256 characters. A maximum of 10 audiences may be configured. If this
69+
* list is empty, the OIDC token audience must be equal to the full canonical resource name of the
7070
* WorkloadIdentityPoolProvider, with or without the HTTPS prefix. For example: ```
7171
* //iam.googleapis.com/projects//locations//workloadIdentityPools//providers/
7272
* https://iam.googleapis.com/projects//locations//workloadIdentityPools//providers/ ```
@@ -77,10 +77,10 @@ public java.util.List<java.lang.String> getAllowedAudiences() {
7777
}
7878

7979
/**
80-
* Acceptable values for the `aud` field (audience) in the OIDC token. Token exchange requests are
81-
* rejected if the token audience does not match one of the configured values. Each audience may
82-
* be at most 256 characters. A maximum of 10 audiences may be configured. If this list is empty,
83-
* the OIDC token audience must be equal to the full canonical resource name of the
80+
* Optional. Acceptable values for the `aud` field (audience) in the OIDC token. Token exchange
81+
* requests are rejected if the token audience does not match one of the configured values. Each
82+
* audience may be at most 256 characters. A maximum of 10 audiences may be configured. If this
83+
* list is empty, the OIDC token audience must be equal to the full canonical resource name of the
8484
* WorkloadIdentityPoolProvider, with or without the HTTPS prefix. For example: ```
8585
* //iam.googleapis.com/projects//locations//workloadIdentityPools//providers/
8686
* https://iam.googleapis.com/projects//locations//workloadIdentityPools//providers/ ```

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/OperationMetadata.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public final class OperationMetadata extends com.google.api.client.json.GenericJ
3939

4040
/**
4141
* Output only. Identifies whether the user has requested cancellation of the operation.
42-
* Operations that have been cancelled successfully have Operation.error value with a
43-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
42+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
43+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
@@ -100,8 +100,8 @@ public OperationMetadata setApiVersion(java.lang.String apiVersion) {
100100

101101
/**
102102
* Output only. Identifies whether the user has requested cancellation of the operation.
103-
* Operations that have been cancelled successfully have Operation.error value with a
104-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
103+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
104+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
105105
* @return value or {@code null} for none
106106
*/
107107
public java.lang.Boolean getCancelRequested() {
@@ -110,8 +110,8 @@ public java.lang.Boolean getCancelRequested() {
110110

111111
/**
112112
* Output only. Identifies whether the user has requested cancellation of the operation.
113-
* Operations that have been cancelled successfully have Operation.error value with a
114-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
113+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
114+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
115115
* @param cancelRequested cancelRequested or {@code null} for none
116116
*/
117117
public OperationMetadata setCancelRequested(java.lang.Boolean cancelRequested) {

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/WorkloadIdentityPool.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@
3232
public final class WorkloadIdentityPool extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* A description of the pool. Cannot exceed 256 characters.
35+
* Optional. A description of the pool. Cannot exceed 256 characters.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.String description;
4040

4141
/**
42-
* Whether the pool is disabled. You cannot use a disabled pool to exchange tokens, or use
43-
* existing tokens to access resources. If the pool is re-enabled, existing tokens grant access
44-
* again.
42+
* Optional. Whether the pool is disabled. You cannot use a disabled pool to exchange tokens, or
43+
* use existing tokens to access resources. If the pool is re-enabled, existing tokens grant
44+
* access again.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key
4848
private java.lang.Boolean disabled;
4949

5050
/**
51-
* A display name for the pool. Cannot exceed 32 characters.
51+
* Optional. A display name for the pool. Cannot exceed 32 characters.
5252
* The value may be {@code null}.
5353
*/
5454
@com.google.api.client.util.Key
@@ -77,15 +77,15 @@ public final class WorkloadIdentityPool extends com.google.api.client.json.Gener
7777
private java.lang.String state;
7878

7979
/**
80-
* A description of the pool. Cannot exceed 256 characters.
80+
* Optional. A description of the pool. Cannot exceed 256 characters.
8181
* @return value or {@code null} for none
8282
*/
8383
public java.lang.String getDescription() {
8484
return description;
8585
}
8686

8787
/**
88-
* A description of the pool. Cannot exceed 256 characters.
88+
* Optional. A description of the pool. Cannot exceed 256 characters.
8989
* @param description description or {@code null} for none
9090
*/
9191
public WorkloadIdentityPool setDescription(java.lang.String description) {
@@ -94,19 +94,19 @@ public WorkloadIdentityPool setDescription(java.lang.String description) {
9494
}
9595

9696
/**
97-
* Whether the pool is disabled. You cannot use a disabled pool to exchange tokens, or use
98-
* existing tokens to access resources. If the pool is re-enabled, existing tokens grant access
99-
* again.
97+
* Optional. Whether the pool is disabled. You cannot use a disabled pool to exchange tokens, or
98+
* use existing tokens to access resources. If the pool is re-enabled, existing tokens grant
99+
* access again.
100100
* @return value or {@code null} for none
101101
*/
102102
public java.lang.Boolean getDisabled() {
103103
return disabled;
104104
}
105105

106106
/**
107-
* Whether the pool is disabled. You cannot use a disabled pool to exchange tokens, or use
108-
* existing tokens to access resources. If the pool is re-enabled, existing tokens grant access
109-
* again.
107+
* Optional. Whether the pool is disabled. You cannot use a disabled pool to exchange tokens, or
108+
* use existing tokens to access resources. If the pool is re-enabled, existing tokens grant
109+
* access again.
110110
* @param disabled disabled or {@code null} for none
111111
*/
112112
public WorkloadIdentityPool setDisabled(java.lang.Boolean disabled) {
@@ -115,15 +115,15 @@ public WorkloadIdentityPool setDisabled(java.lang.Boolean disabled) {
115115
}
116116

117117
/**
118-
* A display name for the pool. Cannot exceed 32 characters.
118+
* Optional. A display name for the pool. Cannot exceed 32 characters.
119119
* @return value or {@code null} for none
120120
*/
121121
public java.lang.String getDisplayName() {
122122
return displayName;
123123
}
124124

125125
/**
126-
* A display name for the pool. Cannot exceed 32 characters.
126+
* Optional. A display name for the pool. Cannot exceed 32 characters.
127127
* @param displayName displayName or {@code null} for none
128128
*/
129129
public WorkloadIdentityPool setDisplayName(java.lang.String displayName) {

0 commit comments

Comments
 (0)