21
21
*
22
22
*
23
23
* <pre>
24
- * ## API Overview
24
+ * API Overview
25
25
* Manages Identity and Access Management (IAM) policies.
26
26
* Any implementation of an API that offers access control features
27
27
* implements the google.iam.v1.IAMPolicy interface.
@@ -215,7 +215,7 @@ public IAMPolicyFutureStub newStub(
215
215
*
216
216
*
217
217
* <pre>
218
- * ## API Overview
218
+ * API Overview
219
219
* Manages Identity and Access Management (IAM) policies.
220
220
* Any implementation of an API that offers access control features
221
221
* implements the google.iam.v1.IAMPolicy interface.
@@ -243,6 +243,7 @@ public abstract static class IAMPolicyImplBase implements io.grpc.BindableServic
243
243
* <pre>
244
244
* Sets the access control policy on the specified resource. Replaces any
245
245
* existing policy.
246
+ * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
246
247
* </pre>
247
248
*/
248
249
public void setIamPolicy (
@@ -274,7 +275,7 @@ public void getIamPolicy(
274
275
* <pre>
275
276
* Returns permissions that a caller has on the specified resource.
276
277
* If the resource does not exist, this will return an empty set of
277
- * permissions, not a NOT_FOUND error.
278
+ * permissions, not a ` NOT_FOUND` error.
278
279
* Note: This operation is designed to be used for building permission-aware
279
280
* UIs and command-line tools, not for authorization checking. This operation
280
281
* may "fail open" without warning.
@@ -318,7 +319,7 @@ public final io.grpc.ServerServiceDefinition bindService() {
318
319
*
319
320
*
320
321
* <pre>
321
- * ## API Overview
322
+ * API Overview
322
323
* Manages Identity and Access Management (IAM) policies.
323
324
* Any implementation of an API that offers access control features
324
325
* implements the google.iam.v1.IAMPolicy interface.
@@ -354,6 +355,7 @@ protected IAMPolicyStub build(io.grpc.Channel channel, io.grpc.CallOptions callO
354
355
* <pre>
355
356
* Sets the access control policy on the specified resource. Replaces any
356
357
* existing policy.
358
+ * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
357
359
* </pre>
358
360
*/
359
361
public void setIamPolicy (
@@ -389,7 +391,7 @@ public void getIamPolicy(
389
391
* <pre>
390
392
* Returns permissions that a caller has on the specified resource.
391
393
* If the resource does not exist, this will return an empty set of
392
- * permissions, not a NOT_FOUND error.
394
+ * permissions, not a ` NOT_FOUND` error.
393
395
* Note: This operation is designed to be used for building permission-aware
394
396
* UIs and command-line tools, not for authorization checking. This operation
395
397
* may "fail open" without warning.
@@ -410,7 +412,7 @@ public void testIamPermissions(
410
412
*
411
413
*
412
414
* <pre>
413
- * ## API Overview
415
+ * API Overview
414
416
* Manages Identity and Access Management (IAM) policies.
415
417
* Any implementation of an API that offers access control features
416
418
* implements the google.iam.v1.IAMPolicy interface.
@@ -448,6 +450,7 @@ protected IAMPolicyBlockingStub build(
448
450
* <pre>
449
451
* Sets the access control policy on the specified resource. Replaces any
450
452
* existing policy.
453
+ * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
451
454
* </pre>
452
455
*/
453
456
public com .google .iam .v1 .Policy setIamPolicy (com .google .iam .v1 .SetIamPolicyRequest request ) {
@@ -475,7 +478,7 @@ public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyReque
475
478
* <pre>
476
479
* Returns permissions that a caller has on the specified resource.
477
480
* If the resource does not exist, this will return an empty set of
478
- * permissions, not a NOT_FOUND error.
481
+ * permissions, not a ` NOT_FOUND` error.
479
482
* Note: This operation is designed to be used for building permission-aware
480
483
* UIs and command-line tools, not for authorization checking. This operation
481
484
* may "fail open" without warning.
@@ -492,7 +495,7 @@ public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(
492
495
*
493
496
*
494
497
* <pre>
495
- * ## API Overview
498
+ * API Overview
496
499
* Manages Identity and Access Management (IAM) policies.
497
500
* Any implementation of an API that offers access control features
498
501
* implements the google.iam.v1.IAMPolicy interface.
@@ -529,6 +532,7 @@ protected IAMPolicyFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions
529
532
* <pre>
530
533
* Sets the access control policy on the specified resource. Replaces any
531
534
* existing policy.
535
+ * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
532
536
* </pre>
533
537
*/
534
538
public com .google .common .util .concurrent .ListenableFuture <com .google .iam .v1 .Policy >
@@ -558,7 +562,7 @@ protected IAMPolicyFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions
558
562
* <pre>
559
563
* Returns permissions that a caller has on the specified resource.
560
564
* If the resource does not exist, this will return an empty set of
561
- * permissions, not a NOT_FOUND error.
565
+ * permissions, not a ` NOT_FOUND` error.
562
566
* Note: This operation is designed to be used for building permission-aware
563
567
* UIs and command-line tools, not for authorization checking. This operation
564
568
* may "fail open" without warning.
0 commit comments