Skip to content

Commit 7df1c0e

Browse files
1 parent d11ca3a commit 7df1c0e

15 files changed

+366
-317
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-rev20251010-2.0.0</version>
25+
<version>v1-rev20251204-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-rev20251010-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20251204-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: 209 additions & 202 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
/**
2020
* Represents the OAuth 2.0 client credential configuration for retrieving additional user
2121
* attributes that are not present in the initial authentication credentials from the identity
22-
* provider, e.g. groups. See https://datatracker.ietf.org/doc/html/rfc6749#section-4.4 for more
23-
* details on client credentials grant flow.
22+
* provider, for example, groups. See https://datatracker.ietf.org/doc/html/rfc6749#section-4.4 for
23+
* more details on client credentials grant flow.
2424
*
2525
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2626
* transmitted over HTTP when working with the Identity and Access Management (IAM) API. For a

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.iam.v1.model;
1818

1919
/**
20-
* Represents an OpenId Connect 1.0 identity provider.
20+
* Represents an OpenID Connect 1.0 identity provider.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Identity and Access Management (IAM) API. For a
@@ -55,9 +55,9 @@ public final class GoogleIamAdminV1WorkforcePoolProviderOidc extends com.google.
5555

5656
/**
5757
* Optional. OIDC JWKs in JSON String format. For details on the definition of a JWK, see
58-
* https://tools.ietf.org/html/rfc7517. If not set, the `jwks_uri` from the discovery
59-
* document(fetched from the .well-known path of the `issuer_uri`) will be used. Currently, RSA
60-
* and EC asymmetric keys are supported. The JWK must use following format and include only the
58+
* https://tools.ietf.org/html/rfc7517. If not set, the `jwks_uri` from the discovery document
59+
* that is fetched from the well-known path of the `issuer_uri`, will be used. RSA and EC
60+
* asymmetric keys are supported. The JWK must use the following format and include only the
6161
* following fields: { "keys": [ { "kty": "RSA/EC", "alg": "", "use": "sig", "kid": "", "n": "",
6262
* "e": "", "x": "", "y": "", "crv": "" } ] }
6363
* The value may be {@code null}.
@@ -130,9 +130,9 @@ public GoogleIamAdminV1WorkforcePoolProviderOidc setIssuerUri(java.lang.String i
130130

131131
/**
132132
* Optional. OIDC JWKs in JSON String format. For details on the definition of a JWK, see
133-
* https://tools.ietf.org/html/rfc7517. If not set, the `jwks_uri` from the discovery
134-
* document(fetched from the .well-known path of the `issuer_uri`) will be used. Currently, RSA
135-
* and EC asymmetric keys are supported. The JWK must use following format and include only the
133+
* https://tools.ietf.org/html/rfc7517. If not set, the `jwks_uri` from the discovery document
134+
* that is fetched from the well-known path of the `issuer_uri`, will be used. RSA and EC
135+
* asymmetric keys are supported. The JWK must use the following format and include only the
136136
* following fields: { "keys": [ { "kty": "RSA/EC", "alg": "", "use": "sig", "kid": "", "n": "",
137137
* "e": "", "x": "", "y": "", "crv": "" } ] }
138138
* @return value or {@code null} for none
@@ -143,9 +143,9 @@ public java.lang.String getJwksJson() {
143143

144144
/**
145145
* Optional. OIDC JWKs in JSON String format. For details on the definition of a JWK, see
146-
* https://tools.ietf.org/html/rfc7517. If not set, the `jwks_uri` from the discovery
147-
* document(fetched from the .well-known path of the `issuer_uri`) will be used. Currently, RSA
148-
* and EC asymmetric keys are supported. The JWK must use following format and include only the
146+
* https://tools.ietf.org/html/rfc7517. If not set, the `jwks_uri` from the discovery document
147+
* that is fetched from the well-known path of the `issuer_uri`, will be used. RSA and EC
148+
* asymmetric keys are supported. The JWK must use the following format and include only the
149149
* following fields: { "keys": [ { "kty": "RSA/EC", "alg": "", "use": "sig", "kid": "", "n": "",
150150
* "e": "", "x": "", "y": "", "crv": "" } ] }
151151
* @param jwksJson jwksJson or {@code null} for none

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.iam.v1.model;
1818

1919
/**
20-
* Agentspace only. Response message for ListWorkforcePoolProviderScimTenants.
20+
* Gemini Enterprise only. Response message for ListWorkforcePoolProviderScimTenants.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Identity and Access Management (IAM) API. For a
@@ -31,32 +31,32 @@
3131
public final class ListWorkforcePoolProviderScimTenantsResponse extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Optional. Agentspace only. A token, which can be sent as `page_token` to retrieve the next
35-
* page. If this field is omitted, there are no subsequent pages.
34+
* Optional. Gemini Enterprise only. A token, which can be sent as `page_token` to retrieve the
35+
* next page. If this field is omitted, there are no subsequent pages.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.String nextPageToken;
4040

4141
/**
42-
* Output only. Agentspace only. A list of SCIM tenants.
42+
* Output only. Gemini Enterprise only. A list of SCIM tenants.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
4646
private java.util.List<WorkforcePoolProviderScimTenant> workforcePoolProviderScimTenants;
4747

4848
/**
49-
* Optional. Agentspace only. A token, which can be sent as `page_token` to retrieve the next
50-
* page. If this field is omitted, there are no subsequent pages.
49+
* Optional. Gemini Enterprise only. A token, which can be sent as `page_token` to retrieve the
50+
* next page. If this field is omitted, there are no subsequent pages.
5151
* @return value or {@code null} for none
5252
*/
5353
public java.lang.String getNextPageToken() {
5454
return nextPageToken;
5555
}
5656

5757
/**
58-
* Optional. Agentspace only. A token, which can be sent as `page_token` to retrieve the next
59-
* page. If this field is omitted, there are no subsequent pages.
58+
* Optional. Gemini Enterprise only. A token, which can be sent as `page_token` to retrieve the
59+
* next page. If this field is omitted, there are no subsequent pages.
6060
* @param nextPageToken nextPageToken or {@code null} for none
6161
*/
6262
public ListWorkforcePoolProviderScimTenantsResponse setNextPageToken(java.lang.String nextPageToken) {
@@ -65,15 +65,15 @@ public ListWorkforcePoolProviderScimTenantsResponse setNextPageToken(java.lang.S
6565
}
6666

6767
/**
68-
* Output only. Agentspace only. A list of SCIM tenants.
68+
* Output only. Gemini Enterprise only. A list of SCIM tenants.
6969
* @return value or {@code null} for none
7070
*/
7171
public java.util.List<WorkforcePoolProviderScimTenant> getWorkforcePoolProviderScimTenants() {
7272
return workforcePoolProviderScimTenants;
7373
}
7474

7575
/**
76-
* Output only. Agentspace only. A list of SCIM tenants.
76+
* Output only. Gemini Enterprise only. A list of SCIM tenants.
7777
* @param workforcePoolProviderScimTenants workforcePoolProviderScimTenants or {@code null} for none
7878
*/
7979
public ListWorkforcePoolProviderScimTenantsResponse setWorkforcePoolProviderScimTenants(java.util.List<WorkforcePoolProviderScimTenant> workforcePoolProviderScimTenants) {

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.iam.v1.model;
1818

1919
/**
20-
* Agentspace only. Response message for ListWorkforcePoolProviderScimTokens.
20+
* Gemini Enterprise only. Response message for ListWorkforcePoolProviderScimTokens.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Identity and Access Management (IAM) API. For a
@@ -31,32 +31,32 @@
3131
public final class ListWorkforcePoolProviderScimTokensResponse extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Optional. Agentspace only. A token, which can be sent as `page_token` to retrieve the next
35-
* page. If this field is omitted, there are no subsequent pages.
34+
* Optional. Gemini Enterprise only. A token, which can be sent as `page_token` to retrieve the
35+
* next page. If this field is omitted, there are no subsequent pages.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.String nextPageToken;
4040

4141
/**
42-
* Output only. Agentspace only. A list of SCIM tokens.
42+
* Output only. Gemini Enterprise only. A list of SCIM tokens.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
4646
private java.util.List<WorkforcePoolProviderScimToken> workforcePoolProviderScimTokens;
4747

4848
/**
49-
* Optional. Agentspace only. A token, which can be sent as `page_token` to retrieve the next
50-
* page. If this field is omitted, there are no subsequent pages.
49+
* Optional. Gemini Enterprise only. A token, which can be sent as `page_token` to retrieve the
50+
* next page. If this field is omitted, there are no subsequent pages.
5151
* @return value or {@code null} for none
5252
*/
5353
public java.lang.String getNextPageToken() {
5454
return nextPageToken;
5555
}
5656

5757
/**
58-
* Optional. Agentspace only. A token, which can be sent as `page_token` to retrieve the next
59-
* page. If this field is omitted, there are no subsequent pages.
58+
* Optional. Gemini Enterprise only. A token, which can be sent as `page_token` to retrieve the
59+
* next page. If this field is omitted, there are no subsequent pages.
6060
* @param nextPageToken nextPageToken or {@code null} for none
6161
*/
6262
public ListWorkforcePoolProviderScimTokensResponse setNextPageToken(java.lang.String nextPageToken) {
@@ -65,15 +65,15 @@ public ListWorkforcePoolProviderScimTokensResponse setNextPageToken(java.lang.St
6565
}
6666

6767
/**
68-
* Output only. Agentspace only. A list of SCIM tokens.
68+
* Output only. Gemini Enterprise only. A list of SCIM tokens.
6969
* @return value or {@code null} for none
7070
*/
7171
public java.util.List<WorkforcePoolProviderScimToken> getWorkforcePoolProviderScimTokens() {
7272
return workforcePoolProviderScimTokens;
7373
}
7474

7575
/**
76-
* Output only. Agentspace only. A list of SCIM tokens.
76+
* Output only. Gemini Enterprise only. A list of SCIM tokens.
7777
* @param workforcePoolProviderScimTokens workforcePoolProviderScimTokens or {@code null} for none
7878
*/
7979
public ListWorkforcePoolProviderScimTokensResponse setWorkforcePoolProviderScimTokens(java.util.List<WorkforcePoolProviderScimToken> workforcePoolProviderScimTokens) {

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ public final class OauthClient extends com.google.api.client.json.GenericJson {
5050
* Required. The list of scopes that the OauthClient is allowed to request during OAuth flows. The
5151
* following scopes are supported: * `https://www.googleapis.com/auth/cloud-platform`: See, edit,
5252
* configure, and delete your Google Cloud data and see the email address for your Google Account.
53-
* * `openid`: The OAuth client can associate you with your personal information on Google Cloud.
54-
* * `email`: The OAuth client can read a federated identity's email address. * `groups`: The
55-
* OAuth client can read a federated identity's groups.
5653
* The value may be {@code null}.
5754
*/
5855
@com.google.api.client.util.Key
@@ -157,9 +154,6 @@ public OauthClient setAllowedRedirectUris(java.util.List<java.lang.String> allow
157154
* Required. The list of scopes that the OauthClient is allowed to request during OAuth flows. The
158155
* following scopes are supported: * `https://www.googleapis.com/auth/cloud-platform`: See, edit,
159156
* configure, and delete your Google Cloud data and see the email address for your Google Account.
160-
* * `openid`: The OAuth client can associate you with your personal information on Google Cloud.
161-
* * `email`: The OAuth client can read a federated identity's email address. * `groups`: The
162-
* OAuth client can read a federated identity's groups.
163157
* @return value or {@code null} for none
164158
*/
165159
public java.util.List<java.lang.String> getAllowedScopes() {
@@ -170,9 +164,6 @@ public java.util.List<java.lang.String> getAllowedScopes() {
170164
* Required. The list of scopes that the OauthClient is allowed to request during OAuth flows. The
171165
* following scopes are supported: * `https://www.googleapis.com/auth/cloud-platform`: See, edit,
172166
* configure, and delete your Google Cloud data and see the email address for your Google Account.
173-
* * `openid`: The OAuth client can associate you with your personal information on Google Cloud.
174-
* * `email`: The OAuth client can read a federated identity's email address. * `groups`: The
175-
* OAuth client can read a federated identity's groups.
176167
* @param allowedScopes allowedScopes or {@code null} for none
177168
*/
178169
public OauthClient setAllowedScopes(java.util.List<java.lang.String> allowedScopes) {

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

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

3333
/**
34-
* PEM certificate of the PKI used for validation. Must only contain one ca certificate(either
34+
* PEM certificate of the PKI used for validation. Must only contain one ca certificate (either
3535
* root or intermediate cert).
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
3939
private java.lang.String pemCertificate;
4040

4141
/**
42-
* PEM certificate of the PKI used for validation. Must only contain one ca certificate(either
42+
* PEM certificate of the PKI used for validation. Must only contain one ca certificate (either
4343
* root or intermediate cert).
4444
* @return value or {@code null} for none
4545
*/
@@ -48,7 +48,7 @@ public java.lang.String getPemCertificate() {
4848
}
4949

5050
/**
51-
* PEM certificate of the PKI used for validation. Must only contain one ca certificate(either
51+
* PEM certificate of the PKI used for validation. Must only contain one ca certificate (either
5252
* root or intermediate cert).
5353
* @param pemCertificate pemCertificate or {@code null} for none
5454
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.iam.v1.model;
1818

1919
/**
20-
* Agentspace only. Request message for UndeleteWorkforcePoolProviderScimTenant.
20+
* Gemini Enterprise only. Request message for UndeleteWorkforcePoolProviderScimTenant.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Identity and Access Management (IAM) API. For a

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.iam.v1.model;
1818

1919
/**
20-
* Agentspace only. Request message for UndeleteWorkforcePoolProviderScimToken.
20+
* Gemini Enterprise only. Request message for UndeleteWorkforcePoolProviderScimToken.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Identity and Access Management (IAM) API. For a

0 commit comments

Comments
 (0)