Skip to content

Commit ff60e7c

Browse files
1 parent 816e245 commit ff60e7c

File tree

14 files changed

+97
-76
lines changed

14 files changed

+97
-76
lines changed

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

clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/CloudIdentity.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7472,17 +7472,17 @@ public SearchDirectGroups setPageSize(java.lang.Integer pageSize) {
74727472
return this;
74737473
}
74747474

7475-
/** The next_page_token value returned from a previous list request, if any */
7475+
/** The `next_page_token` value returned from a previous list request, if any */
74767476
@com.google.api.client.util.Key
74777477
private java.lang.String pageToken;
74787478

7479-
/** The next_page_token value returned from a previous list request, if any
7479+
/** The `next_page_token` value returned from a previous list request, if any
74807480
*/
74817481
public java.lang.String getPageToken() {
74827482
return pageToken;
74837483
}
74847484

7485-
/** The next_page_token value returned from a previous list request, if any */
7485+
/** The `next_page_token` value returned from a previous list request, if any */
74867486
public SearchDirectGroups setPageToken(java.lang.String pageToken) {
74877487
this.pageToken = pageToken;
74887488
return this;
@@ -7701,17 +7701,17 @@ public SearchTransitiveGroups setPageSize(java.lang.Integer pageSize) {
77017701
return this;
77027702
}
77037703

7704-
/** The next_page_token value returned from a previous list request, if any. */
7704+
/** The `next_page_token` value returned from a previous list request, if any. */
77057705
@com.google.api.client.util.Key
77067706
private java.lang.String pageToken;
77077707

7708-
/** The next_page_token value returned from a previous list request, if any.
7708+
/** The `next_page_token` value returned from a previous list request, if any.
77097709
*/
77107710
public java.lang.String getPageToken() {
77117711
return pageToken;
77127712
}
77137713

7714-
/** The next_page_token value returned from a previous list request, if any. */
7714+
/** The `next_page_token` value returned from a previous list request, if any. */
77157715
public SearchTransitiveGroups setPageToken(java.lang.String pageToken) {
77167716
this.pageToken = pageToken;
77177717
return this;
@@ -7726,7 +7726,7 @@ public SearchTransitiveGroups setPageToken(java.lang.String pageToken) {
77267726
* labels` Query may optionally contain equality operators on the parent of the group
77277727
* restricting the search within a particular customer, e.g. `parent ==
77287728
* 'customers/{customer_id}'`. The `customer_id` must begin with "C" (for example,
7729-
* 'C046psxkn'). This filtering is only supported for Admins with groups read permissons on
7729+
* 'C046psxkn'). This filtering is only supported for Admins with groups read permissions on
77307730
* the input customer. Example query: `member_key_id == 'member_key_id_value' && in labels
77317731
* && parent == 'customers/C046psxkn'`
77327732
*/
@@ -7740,7 +7740,7 @@ public SearchTransitiveGroups setPageToken(java.lang.String pageToken) {
77407740
query: `member_key_id == 'member_key_id_value' && in labels` Query may optionally contain equality
77417741
operators on the parent of the group restricting the search within a particular customer, e.g.
77427742
`parent == 'customers/{customer_id}'`. The `customer_id` must begin with "C" (for example,
7743-
'C046psxkn'). This filtering is only supported for Admins with groups read permissons on the input
7743+
'C046psxkn'). This filtering is only supported for Admins with groups read permissions on the input
77447744
customer. Example query: `member_key_id == 'member_key_id_value' && in labels && parent ==
77457745
'customers/C046psxkn'`
77467746
*/
@@ -7757,7 +7757,7 @@ public java.lang.String getQuery() {
77577757
* labels` Query may optionally contain equality operators on the parent of the group
77587758
* restricting the search within a particular customer, e.g. `parent ==
77597759
* 'customers/{customer_id}'`. The `customer_id` must begin with "C" (for example,
7760-
* 'C046psxkn'). This filtering is only supported for Admins with groups read permissons on
7760+
* 'C046psxkn'). This filtering is only supported for Admins with groups read permissions on
77617761
* the input customer. Example query: `member_key_id == 'member_key_id_value' && in labels
77627762
* && parent == 'customers/C046psxkn'`
77637763
*/
@@ -7946,17 +7946,17 @@ public SearchTransitiveMemberships setPageSize(java.lang.Integer pageSize) {
79467946
return this;
79477947
}
79487948

7949-
/** The next_page_token value returned from a previous list request, if any. */
7949+
/** The `next_page_token` value returned from a previous list request, if any. */
79507950
@com.google.api.client.util.Key
79517951
private java.lang.String pageToken;
79527952

7953-
/** The next_page_token value returned from a previous list request, if any.
7953+
/** The `next_page_token` value returned from a previous list request, if any.
79547954
*/
79557955
public java.lang.String getPageToken() {
79567956
return pageToken;
79577957
}
79587958

7959-
/** The next_page_token value returned from a previous list request, if any. */
7959+
/** The `next_page_token` value returned from a previous list request, if any. */
79607960
public SearchTransitiveMemberships setPageToken(java.lang.String pageToken) {
79617961
this.pageToken = pageToken;
79627962
return this;

clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/model/GoogleAppsCloudidentityDevicesV1Device.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,10 @@ public final class GoogleAppsCloudidentityDevicesV1Device extends com.google.api
187187

188188
/**
189189
* Output only. [Resource name](https://cloud.google.com/apis/design/resource_names) of the Device
190-
* in format: `devices/{device}`, where device is the unique id assigned to the Device.
190+
* in format: `devices/{device}`, where device is the unique id assigned to the Device. Important:
191+
* Device API scopes require that you use domain-wide delegation to access the API. For more
192+
* information, see [Set up the Devices API](https://cloud.google.com/identity/docs/how-to/setup-
193+
* devices).
191194
* The value may be {@code null}.
192195
*/
193196
@com.google.api.client.util.Key
@@ -637,7 +640,10 @@ public GoogleAppsCloudidentityDevicesV1Device setModel(java.lang.String model) {
637640

638641
/**
639642
* Output only. [Resource name](https://cloud.google.com/apis/design/resource_names) of the Device
640-
* in format: `devices/{device}`, where device is the unique id assigned to the Device.
643+
* in format: `devices/{device}`, where device is the unique id assigned to the Device. Important:
644+
* Device API scopes require that you use domain-wide delegation to access the API. For more
645+
* information, see [Set up the Devices API](https://cloud.google.com/identity/docs/how-to/setup-
646+
* devices).
641647
* @return value or {@code null} for none
642648
*/
643649
public java.lang.String getName() {
@@ -646,7 +652,10 @@ public java.lang.String getName() {
646652

647653
/**
648654
* Output only. [Resource name](https://cloud.google.com/apis/design/resource_names) of the Device
649-
* in format: `devices/{device}`, where device is the unique id assigned to the Device.
655+
* in format: `devices/{device}`, where device is the unique id assigned to the Device. Important:
656+
* Device API scopes require that you use domain-wide delegation to access the API. For more
657+
* information, see [Set up the Devices API](https://cloud.google.com/identity/docs/how-to/setup-
658+
* devices).
650659
* @param name name or {@code null} for none
651660
*/
652661
public GoogleAppsCloudidentityDevicesV1Device setName(java.lang.String name) {

clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/model/MembershipAdjacencyList.java

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

3232
/**
3333
* Each edge contains information about the member that belongs to this group. Note: Fields
34-
* returned here will help identify the specific Membership resource (e.g name,
35-
* preferred_member_key and role), but may not be a comprehensive list of all fields.
34+
* returned here will help identify the specific Membership resource (e.g `name`,
35+
* `preferred_member_key` and `role`), but may not be a comprehensive list of all fields.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -53,8 +53,8 @@ public final class MembershipAdjacencyList extends com.google.api.client.json.Ge
5353

5454
/**
5555
* Each edge contains information about the member that belongs to this group. Note: Fields
56-
* returned here will help identify the specific Membership resource (e.g name,
57-
* preferred_member_key and role), but may not be a comprehensive list of all fields.
56+
* returned here will help identify the specific Membership resource (e.g `name`,
57+
* `preferred_member_key` and `role`), but may not be a comprehensive list of all fields.
5858
* @return value or {@code null} for none
5959
*/
6060
public java.util.List<Membership> getEdges() {
@@ -63,8 +63,8 @@ public java.util.List<Membership> getEdges() {
6363

6464
/**
6565
* Each edge contains information about the member that belongs to this group. Note: Fields
66-
* returned here will help identify the specific Membership resource (e.g name,
67-
* preferred_member_key and role), but may not be a comprehensive list of all fields.
66+
* returned here will help identify the specific Membership resource (e.g `name`,
67+
* `preferred_member_key` and `role`), but may not be a comprehensive list of all fields.
6868
* @param edges edges or {@code null} for none
6969
*/
7070
public MembershipAdjacencyList setEdges(java.util.List<Membership> edges) {

clients/google-api-services-cloudidentity/v1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-cloudidentity</artifactId>
11-
<version>v1-rev20241119-2.0.0</version>
12-
<name>Cloud Identity API v1-rev20241119-2.0.0</name>
11+
<version>v1-rev20241126-2.0.0</version>
12+
<name>Cloud Identity API v1-rev20241126-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Cloud Identity API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.0/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.45.2/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.0/</link>
9696
</links>

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

clients/google-api-services-cloudidentity/v1beta1/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-cloudidentity</artifactId>
25-
<version>v1beta1-rev20241119-2.0.0</version>
25+
<version>v1beta1-rev20241126-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-cloudidentity:v1beta1-rev20241119-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudidentity:v1beta1-rev20241126-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)