Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 8d7ef6d

Browse files
chore: generate libraries at Sat Apr 18 03:10:21 UTC 2026
1 parent 4d208d2 commit 8d7ef6d

42 files changed

Lines changed: 21861 additions & 371 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

java-iam/grpc-google-iam-v3beta/src/main/java/com/google/iam/v3beta/AccessPoliciesGrpc.java

Lines changed: 1067 additions & 0 deletions
Large diffs are not rendered by default.

java-iam/grpc-google-iam-v3beta/src/main/java/com/google/iam/v3beta/PolicyBindingsGrpc.java

Lines changed: 15 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ public interface AsyncService {
379379
* <pre>
380380
* Creates a policy binding and returns a long-running operation.
381381
* Callers will need the IAM permissions on both the policy and target.
382-
* Once the binding is created, the policy is applied to the target.
382+
* After the binding is created, the policy is applied to the target.
383383
* </pre>
384384
*/
385385
default void createPolicyBinding(
@@ -409,9 +409,7 @@ default void getPolicyBinding(
409409
* <pre>
410410
* Updates a policy binding and returns a long-running operation.
411411
* Callers will need the IAM permissions on the policy and target in the
412-
* binding to update, and the IAM permission to remove the existing policy
413-
* from the binding. Target is immutable and cannot be updated. Once the
414-
* binding is updated, the new policy is applied to the target.
412+
* binding to update. Target and policy are immutable and cannot be updated.
415413
* </pre>
416414
*/
417415
default void updatePolicyBinding(
@@ -427,7 +425,7 @@ default void updatePolicyBinding(
427425
* <pre>
428426
* Deletes a policy binding and returns a long-running operation.
429427
* Callers will need the IAM permissions on both the policy and target.
430-
* Once the binding is deleted, the policy no longer applies to the target.
428+
* After the binding is deleted, the policy no longer applies to the target.
431429
* </pre>
432430
*/
433431
default void deletePolicyBinding(
@@ -511,7 +509,7 @@ protected PolicyBindingsStub build(io.grpc.Channel channel, io.grpc.CallOptions
511509
* <pre>
512510
* Creates a policy binding and returns a long-running operation.
513511
* Callers will need the IAM permissions on both the policy and target.
514-
* Once the binding is created, the policy is applied to the target.
512+
* After the binding is created, the policy is applied to the target.
515513
* </pre>
516514
*/
517515
public void createPolicyBinding(
@@ -545,9 +543,7 @@ public void getPolicyBinding(
545543
* <pre>
546544
* Updates a policy binding and returns a long-running operation.
547545
* Callers will need the IAM permissions on the policy and target in the
548-
* binding to update, and the IAM permission to remove the existing policy
549-
* from the binding. Target is immutable and cannot be updated. Once the
550-
* binding is updated, the new policy is applied to the target.
546+
* binding to update. Target and policy are immutable and cannot be updated.
551547
* </pre>
552548
*/
553549
public void updatePolicyBinding(
@@ -565,7 +561,7 @@ public void updatePolicyBinding(
565561
* <pre>
566562
* Deletes a policy binding and returns a long-running operation.
567563
* Callers will need the IAM permissions on both the policy and target.
568-
* Once the binding is deleted, the policy no longer applies to the target.
564+
* After the binding is deleted, the policy no longer applies to the target.
569565
* </pre>
570566
*/
571567
public void deletePolicyBinding(
@@ -639,7 +635,7 @@ protected PolicyBindingsBlockingV2Stub build(
639635
* <pre>
640636
* Creates a policy binding and returns a long-running operation.
641637
* Callers will need the IAM permissions on both the policy and target.
642-
* Once the binding is created, the policy is applied to the target.
638+
* After the binding is created, the policy is applied to the target.
643639
* </pre>
644640
*/
645641
public com.google.longrunning.Operation createPolicyBinding(
@@ -667,9 +663,7 @@ public com.google.iam.v3beta.PolicyBinding getPolicyBinding(
667663
* <pre>
668664
* Updates a policy binding and returns a long-running operation.
669665
* Callers will need the IAM permissions on the policy and target in the
670-
* binding to update, and the IAM permission to remove the existing policy
671-
* from the binding. Target is immutable and cannot be updated. Once the
672-
* binding is updated, the new policy is applied to the target.
666+
* binding to update. Target and policy are immutable and cannot be updated.
673667
* </pre>
674668
*/
675669
public com.google.longrunning.Operation updatePolicyBinding(
@@ -684,7 +678,7 @@ public com.google.longrunning.Operation updatePolicyBinding(
684678
* <pre>
685679
* Deletes a policy binding and returns a long-running operation.
686680
* Callers will need the IAM permissions on both the policy and target.
687-
* Once the binding is deleted, the policy no longer applies to the target.
681+
* After the binding is deleted, the policy no longer applies to the target.
688682
* </pre>
689683
*/
690684
public com.google.longrunning.Operation deletePolicyBinding(
@@ -748,7 +742,7 @@ protected PolicyBindingsBlockingStub build(
748742
* <pre>
749743
* Creates a policy binding and returns a long-running operation.
750744
* Callers will need the IAM permissions on both the policy and target.
751-
* Once the binding is created, the policy is applied to the target.
745+
* After the binding is created, the policy is applied to the target.
752746
* </pre>
753747
*/
754748
public com.google.longrunning.Operation createPolicyBinding(
@@ -776,9 +770,7 @@ public com.google.iam.v3beta.PolicyBinding getPolicyBinding(
776770
* <pre>
777771
* Updates a policy binding and returns a long-running operation.
778772
* Callers will need the IAM permissions on the policy and target in the
779-
* binding to update, and the IAM permission to remove the existing policy
780-
* from the binding. Target is immutable and cannot be updated. Once the
781-
* binding is updated, the new policy is applied to the target.
773+
* binding to update. Target and policy are immutable and cannot be updated.
782774
* </pre>
783775
*/
784776
public com.google.longrunning.Operation updatePolicyBinding(
@@ -793,7 +785,7 @@ public com.google.longrunning.Operation updatePolicyBinding(
793785
* <pre>
794786
* Deletes a policy binding and returns a long-running operation.
795787
* Callers will need the IAM permissions on both the policy and target.
796-
* Once the binding is deleted, the policy no longer applies to the target.
788+
* After the binding is deleted, the policy no longer applies to the target.
797789
* </pre>
798790
*/
799791
public com.google.longrunning.Operation deletePolicyBinding(
@@ -856,7 +848,7 @@ protected PolicyBindingsFutureStub build(
856848
* <pre>
857849
* Creates a policy binding and returns a long-running operation.
858850
* Callers will need the IAM permissions on both the policy and target.
859-
* Once the binding is created, the policy is applied to the target.
851+
* After the binding is created, the policy is applied to the target.
860852
* </pre>
861853
*/
862854
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
@@ -884,9 +876,7 @@ protected PolicyBindingsFutureStub build(
884876
* <pre>
885877
* Updates a policy binding and returns a long-running operation.
886878
* Callers will need the IAM permissions on the policy and target in the
887-
* binding to update, and the IAM permission to remove the existing policy
888-
* from the binding. Target is immutable and cannot be updated. Once the
889-
* binding is updated, the new policy is applied to the target.
879+
* binding to update. Target and policy are immutable and cannot be updated.
890880
* </pre>
891881
*/
892882
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
@@ -901,7 +891,7 @@ protected PolicyBindingsFutureStub build(
901891
* <pre>
902892
* Deletes a policy binding and returns a long-running operation.
903893
* Callers will need the IAM permissions on both the policy and target.
904-
* Once the binding is deleted, the policy no longer applies to the target.
894+
* After the binding is deleted, the policy no longer applies to the target.
905895
* </pre>
906896
*/
907897
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>

0 commit comments

Comments
 (0)