You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/CloudIdentity.java
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -7472,17 +7472,17 @@ public SearchDirectGroups setPageSize(java.lang.Integer pageSize) {
7472
7472
returnthis;
7473
7473
}
7474
7474
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 */
7476
7476
@com.google.api.client.util.Key
7477
7477
privatejava.lang.StringpageToken;
7478
7478
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
7480
7480
*/
7481
7481
publicjava.lang.StringgetPageToken() {
7482
7482
returnpageToken;
7483
7483
}
7484
7484
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 */
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/model/GoogleAppsCloudidentityDevicesV1Device.java
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,10 @@ public final class GoogleAppsCloudidentityDevicesV1Device extends com.google.api
187
187
188
188
/**
189
189
* 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).
191
194
* The value may be {@code null}.
192
195
*/
193
196
@com.google.api.client.util.Key
@@ -637,7 +640,10 @@ public GoogleAppsCloudidentityDevicesV1Device setModel(java.lang.String model) {
637
640
638
641
/**
639
642
* 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).
641
647
* @return value or {@code null} for none
642
648
*/
643
649
publicjava.lang.StringgetName() {
@@ -646,7 +652,10 @@ public java.lang.String getName() {
646
652
647
653
/**
648
654
* 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-
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/model/MembershipAdjacencyList.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ public final class MembershipAdjacencyList extends com.google.api.client.json.Ge
31
31
32
32
/**
33
33
* 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.
36
36
* The value may be {@code null}.
37
37
*/
38
38
@com.google.api.client.util.Key
@@ -53,8 +53,8 @@ public final class MembershipAdjacencyList extends com.google.api.client.json.Ge
53
53
54
54
/**
55
55
* 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.
58
58
* @return value or {@code null} for none
59
59
*/
60
60
publicjava.util.List<Membership> getEdges() {
@@ -63,8 +63,8 @@ public java.util.List<Membership> getEdges() {
63
63
64
64
/**
65
65
* 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.
0 commit comments