Skip to content

Commit a09adc9

Browse files
1 parent 6055bb3 commit a09adc9

File tree

9 files changed

+98
-89
lines changed

9 files changed

+98
-89
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-rev20241017-2.0.0</version>
25+
<version>v1-rev20241028-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-rev20241017-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20241028-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: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ public class WorkforcePools {
413413
* This request holds the parameters needed by the iam server. After setting any optional
414414
* parameters, call the {@link Create#execute()} method to invoke the remote operation.
415415
*
416-
* @param location The location of the pool to create. Format: `locations/{location}`.
416+
* @param location Optional. The location of the pool to create. Format: `locations/{location}`.
417417
* @param content the {@link com.google.api.services.iam.v1.model.WorkforcePool}
418418
* @return the request
419419
*/
@@ -441,7 +441,7 @@ public class Create extends IamRequest<com.google.api.services.iam.v1.model.Oper
441441
* Create#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
442442
* be called to initialize this instance immediately after invoking the constructor. </p>
443443
*
444-
* @param location The location of the pool to create. Format: `locations/{location}`.
444+
* @param location Optional. The location of the pool to create. Format: `locations/{location}`.
445445
* @param content the {@link com.google.api.services.iam.v1.model.WorkforcePool}
446446
* @since 1.13
447447
*/
@@ -510,17 +510,17 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
510510
return (Create) super.setUploadProtocol(uploadProtocol);
511511
}
512512

513-
/** The location of the pool to create. Format: `locations/{location}`. */
513+
/** Optional. The location of the pool to create. Format: `locations/{location}`. */
514514
@com.google.api.client.util.Key
515515
private java.lang.String location;
516516

517-
/** The location of the pool to create. Format: `locations/{location}`.
517+
/** Optional. The location of the pool to create. Format: `locations/{location}`.
518518
*/
519519
public java.lang.String getLocation() {
520520
return location;
521521
}
522522

523-
/** The location of the pool to create. Format: `locations/{location}`. */
523+
/** Optional. The location of the pool to create. Format: `locations/{location}`. */
524524
public Create setLocation(java.lang.String location) {
525525
if (!getSuppressPatternChecks()) {
526526
com.google.api.client.util.Preconditions.checkArgument(LOCATION_PATTERN.matcher(location).matches(),
@@ -532,28 +532,28 @@ public Create setLocation(java.lang.String location) {
532532
}
533533

534534
/**
535-
* The ID to use for the pool, which becomes the final component of the resource name. The
536-
* IDs must be a globally unique string of 6 to 63 lowercase letters, digits, or hyphens. It
537-
* must start with a letter, and cannot have a trailing hyphen. The prefix `gcp-` is
538-
* reserved for use by Google, and may not be specified.
535+
* Optional. The ID to use for the pool, which becomes the final component of the resource
536+
* name. The IDs must be a globally unique string of 6 to 63 lowercase letters, digits, or
537+
* hyphens. It must start with a letter, and cannot have a trailing hyphen. The prefix
538+
* `gcp-` is reserved for use by Google, and may not be specified.
539539
*/
540540
@com.google.api.client.util.Key
541541
private java.lang.String workforcePoolId;
542542

543-
/** The ID to use for the pool, which becomes the final component of the resource name. The IDs must be
544-
a globally unique string of 6 to 63 lowercase letters, digits, or hyphens. It must start with a
545-
letter, and cannot have a trailing hyphen. The prefix `gcp-` is reserved for use by Google, and may
546-
not be specified.
543+
/** Optional. The ID to use for the pool, which becomes the final component of the resource name. The
544+
IDs must be a globally unique string of 6 to 63 lowercase letters, digits, or hyphens. It must
545+
start with a letter, and cannot have a trailing hyphen. The prefix `gcp-` is reserved for use by
546+
Google, and may not be specified.
547547
*/
548548
public java.lang.String getWorkforcePoolId() {
549549
return workforcePoolId;
550550
}
551551

552552
/**
553-
* The ID to use for the pool, which becomes the final component of the resource name. The
554-
* IDs must be a globally unique string of 6 to 63 lowercase letters, digits, or hyphens. It
555-
* must start with a letter, and cannot have a trailing hyphen. The prefix `gcp-` is
556-
* reserved for use by Google, and may not be specified.
553+
* Optional. The ID to use for the pool, which becomes the final component of the resource
554+
* name. The IDs must be a globally unique string of 6 to 63 lowercase letters, digits, or
555+
* hyphens. It must start with a letter, and cannot have a trailing hyphen. The prefix
556+
* `gcp-` is reserved for use by Google, and may not be specified.
557557
*/
558558
public Create setWorkforcePoolId(java.lang.String workforcePoolId) {
559559
this.workforcePoolId = workforcePoolId;

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ public final class GoogleIamAdminV1WorkforcePoolProviderOidc extends com.google.
3939
private java.lang.String clientId;
4040

4141
/**
42-
* The optional client secret. Required to enable Authorization Code flow for web sign-in.
42+
* Optional. The optional client secret. Required to enable Authorization Code flow for web sign-
43+
* in.
4344
* The value may be {@code null}.
4445
*/
4546
@com.google.api.client.util.Key
@@ -53,7 +54,7 @@ public final class GoogleIamAdminV1WorkforcePoolProviderOidc extends com.google.
5354
private java.lang.String issuerUri;
5455

5556
/**
56-
* OIDC JWKs in JSON String format. For details on the definition of a JWK, see
57+
* Optional. OIDC JWKs in JSON String format. For details on the definition of a JWK, see
5758
* https://tools.ietf.org/html/rfc7517. If not set, the `jwks_uri` from the discovery
5859
* document(fetched from the .well-known path of the `issuer_uri`) will be used. Currently, RSA
5960
* and EC asymmetric keys are supported. The JWK must use following format and include only the
@@ -92,15 +93,17 @@ public GoogleIamAdminV1WorkforcePoolProviderOidc setClientId(java.lang.String cl
9293
}
9394

9495
/**
95-
* The optional client secret. Required to enable Authorization Code flow for web sign-in.
96+
* Optional. The optional client secret. Required to enable Authorization Code flow for web sign-
97+
* in.
9698
* @return value or {@code null} for none
9799
*/
98100
public GoogleIamAdminV1WorkforcePoolProviderOidcClientSecret getClientSecret() {
99101
return clientSecret;
100102
}
101103

102104
/**
103-
* The optional client secret. Required to enable Authorization Code flow for web sign-in.
105+
* Optional. The optional client secret. Required to enable Authorization Code flow for web sign-
106+
* in.
104107
* @param clientSecret clientSecret or {@code null} for none
105108
*/
106109
public GoogleIamAdminV1WorkforcePoolProviderOidc setClientSecret(GoogleIamAdminV1WorkforcePoolProviderOidcClientSecret clientSecret) {
@@ -126,7 +129,7 @@ public GoogleIamAdminV1WorkforcePoolProviderOidc setIssuerUri(java.lang.String i
126129
}
127130

128131
/**
129-
* OIDC JWKs in JSON String format. For details on the definition of a JWK, see
132+
* Optional. OIDC JWKs in JSON String format. For details on the definition of a JWK, see
130133
* https://tools.ietf.org/html/rfc7517. If not set, the `jwks_uri` from the discovery
131134
* document(fetched from the .well-known path of the `issuer_uri`) will be used. Currently, RSA
132135
* and EC asymmetric keys are supported. The JWK must use following format and include only the
@@ -139,7 +142,7 @@ public java.lang.String getJwksJson() {
139142
}
140143

141144
/**
142-
* OIDC JWKs in JSON String format. For details on the definition of a JWK, see
145+
* Optional. OIDC JWKs in JSON String format. For details on the definition of a JWK, see
143146
* https://tools.ietf.org/html/rfc7517. If not set, the `jwks_uri` from the discovery
144147
* document(fetched from the .well-known path of the `issuer_uri`) will be used. Currently, RSA
145148
* and EC asymmetric keys are supported. The JWK must use following format and include only the

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

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

3333
/**
34-
* Input only. The plain text of the client secret value. For security reasons, this field is only
35-
* used for input and will never be populated in any response.
34+
* Optional. Input only. The plain text of the client secret value. For security reasons, this
35+
* field is only used for input and will never be populated in any response.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -46,17 +46,17 @@ public final class GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue ex
4646
private java.lang.String thumbprint;
4747

4848
/**
49-
* Input only. The plain text of the client secret value. For security reasons, this field is only
50-
* used for input and will never be populated in any response.
49+
* Optional. Input only. The plain text of the client secret value. For security reasons, this
50+
* field is only used for input and will never be populated in any response.
5151
* @return value or {@code null} for none
5252
*/
5353
public java.lang.String getPlainText() {
5454
return plainText;
5555
}
5656

5757
/**
58-
* Input only. The plain text of the client secret value. For security reasons, this field is only
59-
* used for input and will never be populated in any response.
58+
* Optional. Input only. The plain text of the client secret value. For security reasons, this
59+
* field is only used for input and will never be populated in any response.
6060
* @param plainText plainText or {@code null} for none
6161
*/
6262
public GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue setPlainText(java.lang.String plainText) {

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

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

3333
/**
34-
* Additional scopes to request for in the OIDC authentication request on top of scopes requested
35-
* by default. By default, the `openid`, `profile` and `email` scopes that are supported by the
36-
* identity provider are requested. Each additional scope may be at most 256 characters. A maximum
37-
* of 10 additional scopes may be configured.
34+
* Optional. Additional scopes to request for in the OIDC authentication request on top of scopes
35+
* requested by default. By default, the `openid`, `profile` and `email` scopes that are supported
36+
* by the identity provider are requested. Each additional scope may be at most 256 characters. A
37+
* maximum of 10 additional scopes may be configured.
3838
* The value may be {@code null}.
3939
*/
4040
@com.google.api.client.util.Key
@@ -57,21 +57,21 @@ public final class GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig extends
5757
private java.lang.String responseType;
5858

5959
/**
60-
* Additional scopes to request for in the OIDC authentication request on top of scopes requested
61-
* by default. By default, the `openid`, `profile` and `email` scopes that are supported by the
62-
* identity provider are requested. Each additional scope may be at most 256 characters. A maximum
63-
* of 10 additional scopes may be configured.
60+
* Optional. Additional scopes to request for in the OIDC authentication request on top of scopes
61+
* requested by default. By default, the `openid`, `profile` and `email` scopes that are supported
62+
* by the identity provider are requested. Each additional scope may be at most 256 characters. A
63+
* maximum of 10 additional scopes may be configured.
6464
* @return value or {@code null} for none
6565
*/
6666
public java.util.List<java.lang.String> getAdditionalScopes() {
6767
return additionalScopes;
6868
}
6969

7070
/**
71-
* Additional scopes to request for in the OIDC authentication request on top of scopes requested
72-
* by default. By default, the `openid`, `profile` and `email` scopes that are supported by the
73-
* identity provider are requested. Each additional scope may be at most 256 characters. A maximum
74-
* of 10 additional scopes may be configured.
71+
* Optional. Additional scopes to request for in the OIDC authentication request on top of scopes
72+
* requested by default. By default, the `openid`, `profile` and `email` scopes that are supported
73+
* by the identity provider are requested. Each additional scope may be at most 256 characters. A
74+
* maximum of 10 additional scopes may be configured.
7575
* @param additionalScopes additionalScopes or {@code null} for none
7676
*/
7777
public GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig setAdditionalScopes(java.util.List<java.lang.String> additionalScopes) {

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

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,24 @@ public final class WorkforcePool extends com.google.api.client.json.GenericJson
4141
private AccessRestrictions accessRestrictions;
4242

4343
/**
44-
* A user-specified description of the pool. Cannot exceed 256 characters.
44+
* Optional. A user-specified description of the pool. Cannot exceed 256 characters.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key
4848
private java.lang.String description;
4949

5050
/**
51-
* Disables the workforce pool. You cannot use a disabled pool to exchange tokens, or use existing
52-
* tokens to access resources. If the pool is re-enabled, existing tokens grant access again.
51+
* Optional. Disables the workforce pool. You cannot use a disabled pool to exchange tokens, or
52+
* use existing tokens to access resources. If the pool is re-enabled, existing tokens grant
53+
* access again.
5354
* The value may be {@code null}.
5455
*/
5556
@com.google.api.client.util.Key
5657
private java.lang.Boolean disabled;
5758

5859
/**
59-
* A user-specified display name of the pool in Google Cloud Console. Cannot exceed 32 characters.
60+
* Optional. A user-specified display name of the pool in Google Cloud Console. Cannot exceed 32
61+
* characters.
6062
* The value may be {@code null}.
6163
*/
6264
@com.google.api.client.util.Key
@@ -86,9 +88,9 @@ public final class WorkforcePool extends com.google.api.client.json.GenericJson
8688
private java.lang.String parent;
8789

8890
/**
89-
* Duration that the Google Cloud access tokens, console sign-in sessions, and `gcloud` sign-in
90-
* sessions from this pool are valid. Must be greater than 15 minutes (900s) and less than 12
91-
* hours (43200s). If `session_duration` is not configured, minted credentials have a default
91+
* Optional. Duration that the Google Cloud access tokens, console sign-in sessions, and `gcloud`
92+
* sign-in sessions from this pool are valid. Must be greater than 15 minutes (900s) and less than
93+
* 12 hours (43200s). If `session_duration` is not configured, minted credentials have a default
9294
* duration of one hour (3600s). For SAML providers, the lifetime of the token is the minimum of
9395
* the `session_duration` and the `SessionNotOnOrAfter` claim in the SAML assertion.
9496
* The value may be {@code null}.
@@ -125,15 +127,15 @@ public WorkforcePool setAccessRestrictions(AccessRestrictions accessRestrictions
125127
}
126128

127129
/**
128-
* A user-specified description of the pool. Cannot exceed 256 characters.
130+
* Optional. A user-specified description of the pool. Cannot exceed 256 characters.
129131
* @return value or {@code null} for none
130132
*/
131133
public java.lang.String getDescription() {
132134
return description;
133135
}
134136

135137
/**
136-
* A user-specified description of the pool. Cannot exceed 256 characters.
138+
* Optional. A user-specified description of the pool. Cannot exceed 256 characters.
137139
* @param description description or {@code null} for none
138140
*/
139141
public WorkforcePool setDescription(java.lang.String description) {
@@ -142,17 +144,19 @@ public WorkforcePool setDescription(java.lang.String description) {
142144
}
143145

144146
/**
145-
* Disables the workforce pool. You cannot use a disabled pool to exchange tokens, or use existing
146-
* tokens to access resources. If the pool is re-enabled, existing tokens grant access again.
147+
* Optional. Disables the workforce pool. You cannot use a disabled pool to exchange tokens, or
148+
* use existing tokens to access resources. If the pool is re-enabled, existing tokens grant
149+
* access again.
147150
* @return value or {@code null} for none
148151
*/
149152
public java.lang.Boolean getDisabled() {
150153
return disabled;
151154
}
152155

153156
/**
154-
* Disables the workforce pool. You cannot use a disabled pool to exchange tokens, or use existing
155-
* tokens to access resources. If the pool is re-enabled, existing tokens grant access again.
157+
* Optional. Disables the workforce pool. You cannot use a disabled pool to exchange tokens, or
158+
* use existing tokens to access resources. If the pool is re-enabled, existing tokens grant
159+
* access again.
156160
* @param disabled disabled or {@code null} for none
157161
*/
158162
public WorkforcePool setDisabled(java.lang.Boolean disabled) {
@@ -161,15 +165,17 @@ public WorkforcePool setDisabled(java.lang.Boolean disabled) {
161165
}
162166

163167
/**
164-
* A user-specified display name of the pool in Google Cloud Console. Cannot exceed 32 characters.
168+
* Optional. A user-specified display name of the pool in Google Cloud Console. Cannot exceed 32
169+
* characters.
165170
* @return value or {@code null} for none
166171
*/
167172
public java.lang.String getDisplayName() {
168173
return displayName;
169174
}
170175

171176
/**
172-
* A user-specified display name of the pool in Google Cloud Console. Cannot exceed 32 characters.
177+
* Optional. A user-specified display name of the pool in Google Cloud Console. Cannot exceed 32
178+
* characters.
173179
* @param displayName displayName or {@code null} for none
174180
*/
175181
public WorkforcePool setDisplayName(java.lang.String displayName) {
@@ -233,9 +239,9 @@ public WorkforcePool setParent(java.lang.String parent) {
233239
}
234240

235241
/**
236-
* Duration that the Google Cloud access tokens, console sign-in sessions, and `gcloud` sign-in
237-
* sessions from this pool are valid. Must be greater than 15 minutes (900s) and less than 12
238-
* hours (43200s). If `session_duration` is not configured, minted credentials have a default
242+
* Optional. Duration that the Google Cloud access tokens, console sign-in sessions, and `gcloud`
243+
* sign-in sessions from this pool are valid. Must be greater than 15 minutes (900s) and less than
244+
* 12 hours (43200s). If `session_duration` is not configured, minted credentials have a default
239245
* duration of one hour (3600s). For SAML providers, the lifetime of the token is the minimum of
240246
* the `session_duration` and the `SessionNotOnOrAfter` claim in the SAML assertion.
241247
* @return value or {@code null} for none
@@ -245,9 +251,9 @@ public String getSessionDuration() {
245251
}
246252

247253
/**
248-
* Duration that the Google Cloud access tokens, console sign-in sessions, and `gcloud` sign-in
249-
* sessions from this pool are valid. Must be greater than 15 minutes (900s) and less than 12
250-
* hours (43200s). If `session_duration` is not configured, minted credentials have a default
254+
* Optional. Duration that the Google Cloud access tokens, console sign-in sessions, and `gcloud`
255+
* sign-in sessions from this pool are valid. Must be greater than 15 minutes (900s) and less than
256+
* 12 hours (43200s). If `session_duration` is not configured, minted credentials have a default
251257
* duration of one hour (3600s). For SAML providers, the lifetime of the token is the minimum of
252258
* the `session_duration` and the `SessionNotOnOrAfter` claim in the SAML assertion.
253259
* @param sessionDuration sessionDuration or {@code null} for none

0 commit comments

Comments
 (0)