Skip to content

Commit 40ccca4

Browse files
1 parent 9aa6ba1 commit 40ccca4

File tree

7 files changed

+538
-543
lines changed

7 files changed

+538
-543
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-rev20240415-2.0.0</version>
25+
<version>v1-rev20240418-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-rev20240415-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20240418-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: 510 additions & 512 deletions
Large diffs are not rendered by default.

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

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

3333
/**
34-
* Public name of the service. For example, the service name for Cloud IAM is
35-
* 'iam.googleapis.com'.
34+
* Public name of the service. For example, the service name for IAM is 'iam.googleapis.com'.
3635
* The value may be {@code null}.
3736
*/
3837
@com.google.api.client.util.Key
3938
private java.lang.String name;
4039

4140
/**
42-
* Public name of the service. For example, the service name for Cloud IAM is
43-
* 'iam.googleapis.com'.
41+
* Public name of the service. For example, the service name for IAM is 'iam.googleapis.com'.
4442
* @return value or {@code null} for none
4543
*/
4644
public java.lang.String getName() {
4745
return name;
4846
}
4947

5048
/**
51-
* Public name of the service. For example, the service name for Cloud IAM is
52-
* 'iam.googleapis.com'.
49+
* Public name of the service. For example, the service name for IAM is 'iam.googleapis.com'.
5350
* @param name name or {@code null} for none
5451
*/
5552
public AuditableService setName(java.lang.String name) {

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ public final class GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Cli
3333
/**
3434
* Optional. The filter used to request specific records from IdP. In case of attributes type as
3535
* AZURE_AD_GROUPS_MAIL, it represents the filter used to request specific groups for users from
36-
* IdP. By default all the groups associated with the user are fetched. The groups that are used
37-
* should be mail enabled and security enabled. See https://learn.microsoft.com/en-us/graph
38-
* /search-query-parameter for more details.
36+
* IdP. By default, all of the groups associated with the user are fetched. The groups should be
37+
* mail enabled and security enabled. See https://learn.microsoft.com/en-us/graph/search-query-
38+
* parameter for more details.
3939
* The value may be {@code null}.
4040
*/
4141
@com.google.api.client.util.Key
@@ -44,9 +44,9 @@ public final class GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Cli
4444
/**
4545
* Optional. The filter used to request specific records from IdP. In case of attributes type as
4646
* AZURE_AD_GROUPS_MAIL, it represents the filter used to request specific groups for users from
47-
* IdP. By default all the groups associated with the user are fetched. The groups that are used
48-
* should be mail enabled and security enabled. See https://learn.microsoft.com/en-us/graph
49-
* /search-query-parameter for more details.
47+
* IdP. By default, all of the groups associated with the user are fetched. The groups should be
48+
* mail enabled and security enabled. See https://learn.microsoft.com/en-us/graph/search-query-
49+
* parameter for more details.
5050
* @return value or {@code null} for none
5151
*/
5252
public java.lang.String getFilter() {
@@ -56,9 +56,9 @@ public java.lang.String getFilter() {
5656
/**
5757
* Optional. The filter used to request specific records from IdP. In case of attributes type as
5858
* AZURE_AD_GROUPS_MAIL, it represents the filter used to request specific groups for users from
59-
* IdP. By default all the groups associated with the user are fetched. The groups that are used
60-
* should be mail enabled and security enabled. See https://learn.microsoft.com/en-us/graph
61-
* /search-query-parameter for more details.
59+
* IdP. By default, all of the groups associated with the user are fetched. The groups should be
60+
* mail enabled and security enabled. See https://learn.microsoft.com/en-us/graph/search-query-
61+
* parameter for more details.
6262
* @param filter filter or {@code null} for none
6363
*/
6464
public GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters setFilter(java.lang.String filter) {

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/LintPolicyRequest.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-
* The request to lint a Cloud IAM policy object.
20+
* The request to lint an IAM policy object.
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
@@ -39,9 +39,9 @@ public final class LintPolicyRequest extends com.google.api.client.json.GenericJ
3939

4040
/**
4141
* The full resource name of the policy this lint request is about. The name follows the Google
42-
* Cloud format for full resource names. For example, a Cloud project with ID `my-project` will be
43-
* named `//cloudresourcemanager.googleapis.com/projects/my-project`. The resource name is not
44-
* used to read a policy from IAM. Only the data in the request object is linted.
42+
* Cloud format for full resource names. For example, a Google Cloud project with ID `my-project`
43+
* will be named `//cloudresourcemanager.googleapis.com/projects/my-project`. The resource name is
44+
* not used to read a policy from IAM. Only the data in the request object is linted.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key
@@ -66,9 +66,9 @@ public LintPolicyRequest setCondition(Expr condition) {
6666

6767
/**
6868
* The full resource name of the policy this lint request is about. The name follows the Google
69-
* Cloud format for full resource names. For example, a Cloud project with ID `my-project` will be
70-
* named `//cloudresourcemanager.googleapis.com/projects/my-project`. The resource name is not
71-
* used to read a policy from IAM. Only the data in the request object is linted.
69+
* Cloud format for full resource names. For example, a Google Cloud project with ID `my-project`
70+
* will be named `//cloudresourcemanager.googleapis.com/projects/my-project`. The resource name is
71+
* not used to read a policy from IAM. Only the data in the request object is linted.
7272
* @return value or {@code null} for none
7373
*/
7474
public java.lang.String getFullResourceName() {
@@ -77,9 +77,9 @@ public java.lang.String getFullResourceName() {
7777

7878
/**
7979
* The full resource name of the policy this lint request is about. The name follows the Google
80-
* Cloud format for full resource names. For example, a Cloud project with ID `my-project` will be
81-
* named `//cloudresourcemanager.googleapis.com/projects/my-project`. The resource name is not
82-
* used to read a policy from IAM. Only the data in the request object is linted.
80+
* Cloud format for full resource names. For example, a Google Cloud project with ID `my-project`
81+
* will be named `//cloudresourcemanager.googleapis.com/projects/my-project`. The resource name is
82+
* not used to read a policy from IAM. Only the data in the request object is linted.
8383
* @param fullResourceName fullResourceName or {@code null} for none
8484
*/
8585
public LintPolicyRequest setFullResourceName(java.lang.String fullResourceName) {

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-rev20240415-2.0.0</version>
12-
<name>Identity and Access Management (IAM) API v1-rev20240415-2.0.0</name>
11+
<version>v1-rev20240418-2.0.0</version>
12+
<name>Identity and Access Management (IAM) API v1-rev20240418-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-rev20240415-2.0.0</version>
25+
<version>v1-rev20240418-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-rev20240415-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20240418-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)