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-identitytoolkit/v2/2.0.0/com/google/api/services/identitytoolkit/v2/model/GoogleIamV1Binding.java
+9-3
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,9 @@ public final class GoogleIamV1Binding extends com.google.api.client.json.Generic
94
94
95
95
/**
96
96
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`,
97
-
* `roles/editor`, or `roles/owner`.
97
+
* `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the
98
+
* [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the
99
+
* available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
98
100
* The value may be {@code null}.
99
101
*/
100
102
@com.google.api.client.util.Key
@@ -234,7 +236,9 @@ public GoogleIamV1Binding setMembers(java.util.List<java.lang.String> members) {
234
236
235
237
/**
236
238
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`,
237
-
* `roles/editor`, or `roles/owner`.
239
+
* `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the
240
+
* [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the
241
+
* available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
238
242
* @return value or {@code null} for none
239
243
*/
240
244
publicjava.lang.StringgetRole() {
@@ -243,7 +247,9 @@ public java.lang.String getRole() {
243
247
244
248
/**
245
249
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`,
246
-
* `roles/editor`, or `roles/owner`.
250
+
* `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the
251
+
* [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the
252
+
* available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
0 commit comments