Skip to content

Commit 5d628d5

Browse files
1 parent 823e6fc commit 5d628d5

File tree

5 files changed

+32
-32
lines changed

5 files changed

+32
-32
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-rev20251204-2.0.0</version>
25+
<version>v1-rev20260116-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-rev20251204-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20260116-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 & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2127,14 +2127,14 @@ public Create setParent(java.lang.String parent) {
21272127

21282128
/**
21292129
* Required. The ID for the provider, which becomes the final component of the resource
2130-
* name. This value must be 4-32 characters, and may contain the characters [a-z0-9-]. The
2131-
* prefix `gcp-` is reserved for use by Google, and may not be specified.
2130+
* name. This value must be 4-32 characters, and may contain the characters `[a-z0-9-]`.
2131+
* The prefix `gcp-` is reserved for use by Google, and may not be specified.
21322132
*/
21332133
@com.google.api.client.util.Key
21342134
private java.lang.String workforcePoolProviderId;
21352135

21362136
/** Required. The ID for the provider, which becomes the final component of the resource name. This
2137-
value must be 4-32 characters, and may contain the characters [a-z0-9-]. The prefix `gcp-` is
2137+
value must be 4-32 characters, and may contain the characters `[a-z0-9-]`. The prefix `gcp-` is
21382138
reserved for use by Google, and may not be specified.
21392139
*/
21402140
public java.lang.String getWorkforcePoolProviderId() {
@@ -2143,8 +2143,8 @@ public java.lang.String getWorkforcePoolProviderId() {
21432143

21442144
/**
21452145
* Required. The ID for the provider, which becomes the final component of the resource
2146-
* name. This value must be 4-32 characters, and may contain the characters [a-z0-9-]. The
2147-
* prefix `gcp-` is reserved for use by Google, and may not be specified.
2146+
* name. This value must be 4-32 characters, and may contain the characters `[a-z0-9-]`.
2147+
* The prefix `gcp-` is reserved for use by Google, and may not be specified.
21482148
*/
21492149
public Create setWorkforcePoolProviderId(java.lang.String workforcePoolProviderId) {
21502150
this.workforcePoolProviderId = workforcePoolProviderId;
@@ -3101,13 +3101,13 @@ public Create setParent(java.lang.String parent) {
31013101
/**
31023102
* Required. The ID to use for the key, which becomes the final component of the
31033103
* resource name. This value must be 4-32 characters, and may contain the characters
3104-
* [a-z0-9-].
3104+
* `[a-z0-9-]`.
31053105
*/
31063106
@com.google.api.client.util.Key
31073107
private java.lang.String workforcePoolProviderKeyId;
31083108

31093109
/** Required. The ID to use for the key, which becomes the final component of the resource name. This
3110-
value must be 4-32 characters, and may contain the characters [a-z0-9-].
3110+
value must be 4-32 characters, and may contain the characters `[a-z0-9-]`.
31113111
*/
31123112
public java.lang.String getWorkforcePoolProviderKeyId() {
31133113
return workforcePoolProviderKeyId;
@@ -3116,7 +3116,7 @@ public java.lang.String getWorkforcePoolProviderKeyId() {
31163116
/**
31173117
* Required. The ID to use for the key, which becomes the final component of the
31183118
* resource name. This value must be 4-32 characters, and may contain the characters
3119-
* [a-z0-9-].
3119+
* `[a-z0-9-]`.
31203120
*/
31213121
public Create setWorkforcePoolProviderKeyId(java.lang.String workforcePoolProviderKeyId) {
31223122
this.workforcePoolProviderKeyId = workforcePoolProviderKeyId;
@@ -4224,14 +4224,14 @@ public Create setParent(java.lang.String parent) {
42244224
/**
42254225
* Required. Gemini Enterprise only. The ID to use for the SCIM tenant, which becomes
42264226
* the final component of the resource name. This value should be 4-32 characters,
4227-
* containing the characters [a-z0-9-].
4227+
* containing the characters `[a-z0-9-]`.
42284228
*/
42294229
@com.google.api.client.util.Key
42304230
private java.lang.String workforcePoolProviderScimTenantId;
42314231

42324232
/** Required. Gemini Enterprise only. The ID to use for the SCIM tenant, which becomes the final
42334233
component of the resource name. This value should be 4-32 characters, containing the characters
4234-
[a-z0-9-].
4234+
`[a-z0-9-]`.
42354235
*/
42364236
public java.lang.String getWorkforcePoolProviderScimTenantId() {
42374237
return workforcePoolProviderScimTenantId;
@@ -4240,7 +4240,7 @@ public java.lang.String getWorkforcePoolProviderScimTenantId() {
42404240
/**
42414241
* Required. Gemini Enterprise only. The ID to use for the SCIM tenant, which becomes
42424242
* the final component of the resource name. This value should be 4-32 characters,
4243-
* containing the characters [a-z0-9-].
4243+
* containing the characters `[a-z0-9-]`.
42444244
*/
42454245
public Create setWorkforcePoolProviderScimTenantId(java.lang.String workforcePoolProviderScimTenantId) {
42464246
this.workforcePoolProviderScimTenantId = workforcePoolProviderScimTenantId;
@@ -5244,14 +5244,14 @@ public Create setParent(java.lang.String parent) {
52445244
/**
52455245
* Required. Gemini Enterprise only. The ID to use for the SCIM token, which becomes
52465246
* the final component of the resource name. This value should be 4-32 characters and
5247-
* follow the pattern: "([a-z]([a-z0-9\\-]{2,30}[a-z0-9]))"
5247+
* follow the pattern: `([a-z]([a-z0-9\\-]{2,30}[a-z0-9]))`
52485248
*/
52495249
@com.google.api.client.util.Key
52505250
private java.lang.String workforcePoolProviderScimTokenId;
52515251

52525252
/** Required. Gemini Enterprise only. The ID to use for the SCIM token, which becomes the final
52535253
component of the resource name. This value should be 4-32 characters and follow the pattern:
5254-
"([a-z]([a-z0-9\\-]{2,30}[a-z0-9]))"
5254+
`([a-z]([a-z0-9\\-]{2,30}[a-z0-9]))`
52555255
*/
52565256
public java.lang.String getWorkforcePoolProviderScimTokenId() {
52575257
return workforcePoolProviderScimTokenId;
@@ -5260,7 +5260,7 @@ public java.lang.String getWorkforcePoolProviderScimTokenId() {
52605260
/**
52615261
* Required. Gemini Enterprise only. The ID to use for the SCIM token, which becomes
52625262
* the final component of the resource name. This value should be 4-32 characters and
5263-
* follow the pattern: "([a-z]([a-z0-9\\-]{2,30}[a-z0-9]))"
5263+
* follow the pattern: `([a-z]([a-z0-9\\-]{2,30}[a-z0-9]))`
52645264
*/
52655265
public Create setWorkforcePoolProviderScimTokenId(java.lang.String workforcePoolProviderScimTokenId) {
52665266
this.workforcePoolProviderScimTokenId = workforcePoolProviderScimTokenId;

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ public final class WorkforcePoolProvider extends com.google.api.client.json.Gene
6363
* user's profile picture. If not set, a generic user icon will be displayed instead. This
6464
* attribute cannot be referenced in IAM bindings. * `google.posix_username`: The Linux username
6565
* used by OS Login. This is an optional field and the mapped POSIX username cannot exceed 32
66-
* characters. The key must match the regex "^a-zA-Z0-9._{0,31}$". This attribute cannot be
66+
* characters. The key must match the regex `^a-zA-Z0-9._{0,31}$`. This attribute cannot be
6767
* referenced in IAM bindings. You can also provide custom attributes by specifying
6868
* `attribute.{custom_attribute}`, where {custom_attribute} is the name of the custom attribute to
6969
* be mapped. You can define a maximum of 50 custom attributes. The maximum length of a mapped
70-
* attribute key is 100 characters, and the key may only contain the characters [a-z0-9_]. You can
71-
* reference these attributes in IAM policies to define fine-grained access for a workforce pool
72-
* to Google Cloud resources. For example: * `google.subject`:
70+
* attribute key is 100 characters, and the key may only contain the characters `[a-z0-9_]`. You
71+
* can reference these attributes in IAM policies to define fine-grained access for a workforce
72+
* pool to Google Cloud resources. For example: * `google.subject`:
7373
* `principal://iam.googleapis.com/locations/global/workforcePools/{pool}/subject/{value}` *
7474
* `google.groups`:
7575
* `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool}/group/{value}` *
@@ -243,13 +243,13 @@ public WorkforcePoolProvider setAttributeCondition(java.lang.String attributeCon
243243
* user's profile picture. If not set, a generic user icon will be displayed instead. This
244244
* attribute cannot be referenced in IAM bindings. * `google.posix_username`: The Linux username
245245
* used by OS Login. This is an optional field and the mapped POSIX username cannot exceed 32
246-
* characters. The key must match the regex "^a-zA-Z0-9._{0,31}$". This attribute cannot be
246+
* characters. The key must match the regex `^a-zA-Z0-9._{0,31}$`. This attribute cannot be
247247
* referenced in IAM bindings. You can also provide custom attributes by specifying
248248
* `attribute.{custom_attribute}`, where {custom_attribute} is the name of the custom attribute to
249249
* be mapped. You can define a maximum of 50 custom attributes. The maximum length of a mapped
250-
* attribute key is 100 characters, and the key may only contain the characters [a-z0-9_]. You can
251-
* reference these attributes in IAM policies to define fine-grained access for a workforce pool
252-
* to Google Cloud resources. For example: * `google.subject`:
250+
* attribute key is 100 characters, and the key may only contain the characters `[a-z0-9_]`. You
251+
* can reference these attributes in IAM policies to define fine-grained access for a workforce
252+
* pool to Google Cloud resources. For example: * `google.subject`:
253253
* `principal://iam.googleapis.com/locations/global/workforcePools/{pool}/subject/{value}` *
254254
* `google.groups`:
255255
* `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool}/group/{value}` *
@@ -285,13 +285,13 @@ public java.util.Map<String, java.lang.String> getAttributeMapping() {
285285
* user's profile picture. If not set, a generic user icon will be displayed instead. This
286286
* attribute cannot be referenced in IAM bindings. * `google.posix_username`: The Linux username
287287
* used by OS Login. This is an optional field and the mapped POSIX username cannot exceed 32
288-
* characters. The key must match the regex "^a-zA-Z0-9._{0,31}$". This attribute cannot be
288+
* characters. The key must match the regex `^a-zA-Z0-9._{0,31}$`. This attribute cannot be
289289
* referenced in IAM bindings. You can also provide custom attributes by specifying
290290
* `attribute.{custom_attribute}`, where {custom_attribute} is the name of the custom attribute to
291291
* be mapped. You can define a maximum of 50 custom attributes. The maximum length of a mapped
292-
* attribute key is 100 characters, and the key may only contain the characters [a-z0-9_]. You can
293-
* reference these attributes in IAM policies to define fine-grained access for a workforce pool
294-
* to Google Cloud resources. For example: * `google.subject`:
292+
* attribute key is 100 characters, and the key may only contain the characters `[a-z0-9_]`. You
293+
* can reference these attributes in IAM policies to define fine-grained access for a workforce
294+
* pool to Google Cloud resources. For example: * `google.subject`:
295295
* `principal://iam.googleapis.com/locations/global/workforcePools/{pool}/subject/{value}` *
296296
* `google.groups`:
297297
* `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool}/group/{value}` *

clients/google-api-services-iam/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-iam</artifactId>
11-
<version>v1-rev20251204-2.0.0</version>
12-
<name>Identity and Access Management (IAM) API v1-rev20251204-2.0.0</name>
11+
<version>v1-rev20260116-2.0.0</version>
12+
<name>Identity and Access Management (IAM) API v1-rev20260116-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)