Skip to content

Commit 01d3b8b

Browse files
chore: generate libraries at Thu Oct 16 15:45:27 UTC 2025
1 parent d1ead1f commit 01d3b8b

File tree

15 files changed

+207
-227
lines changed

15 files changed

+207
-227
lines changed

java-common-protos/grpc-google-common-protos/src/main/java/com/google/cloud/location/LocationsGrpc.java

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
* [Location.metadata][google.cloud.location.Location.metadata] field.
2727
* </pre>
2828
*/
29-
@javax.annotation.Generated(
30-
value = "by gRPC proto compiler",
31-
comments = "Source: google/cloud/location/locations.proto")
3229
@io.grpc.stub.annotations.GrpcGenerated
3330
public final class LocationsGrpc {
3431

@@ -315,8 +312,8 @@ protected LocationsBlockingV2Stub build(
315312
* </pre>
316313
*/
317314
public com.google.cloud.location.ListLocationsResponse listLocations(
318-
com.google.cloud.location.ListLocationsRequest request) {
319-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
315+
com.google.cloud.location.ListLocationsRequest request) throws io.grpc.StatusException {
316+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
320317
getChannel(), getListLocationsMethod(), getCallOptions(), request);
321318
}
322319

@@ -328,8 +325,8 @@ public com.google.cloud.location.ListLocationsResponse listLocations(
328325
* </pre>
329326
*/
330327
public com.google.cloud.location.Location getLocation(
331-
com.google.cloud.location.GetLocationRequest request) {
332-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
328+
com.google.cloud.location.GetLocationRequest request) throws io.grpc.StatusException {
329+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
333330
getChannel(), getGetLocationMethod(), getCallOptions(), request);
334331
}
335332
}

java-common-protos/grpc-google-common-protos/src/main/java/com/google/longrunning/OperationsGrpc.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
* developers can have a consistent client experience.
3232
* </pre>
3333
*/
34-
@javax.annotation.Generated(
35-
value = "by gRPC proto compiler",
36-
comments = "Source: google/longrunning/operations.proto")
3734
@io.grpc.stub.annotations.GrpcGenerated
3835
public final class OperationsGrpc {
3936

@@ -602,8 +599,8 @@ protected OperationsBlockingV2Stub build(
602599
* </pre>
603600
*/
604601
public com.google.longrunning.ListOperationsResponse listOperations(
605-
com.google.longrunning.ListOperationsRequest request) {
606-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
602+
com.google.longrunning.ListOperationsRequest request) throws io.grpc.StatusException {
603+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
607604
getChannel(), getListOperationsMethod(), getCallOptions(), request);
608605
}
609606

@@ -617,8 +614,8 @@ public com.google.longrunning.ListOperationsResponse listOperations(
617614
* </pre>
618615
*/
619616
public com.google.longrunning.Operation getOperation(
620-
com.google.longrunning.GetOperationRequest request) {
621-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
617+
com.google.longrunning.GetOperationRequest request) throws io.grpc.StatusException {
618+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
622619
getChannel(), getGetOperationMethod(), getCallOptions(), request);
623620
}
624621

@@ -633,8 +630,8 @@ public com.google.longrunning.Operation getOperation(
633630
* </pre>
634631
*/
635632
public com.google.protobuf.Empty deleteOperation(
636-
com.google.longrunning.DeleteOperationRequest request) {
637-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
633+
com.google.longrunning.DeleteOperationRequest request) throws io.grpc.StatusException {
634+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
638635
getChannel(), getDeleteOperationMethod(), getCallOptions(), request);
639636
}
640637

@@ -656,8 +653,8 @@ public com.google.protobuf.Empty deleteOperation(
656653
* </pre>
657654
*/
658655
public com.google.protobuf.Empty cancelOperation(
659-
com.google.longrunning.CancelOperationRequest request) {
660-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
656+
com.google.longrunning.CancelOperationRequest request) throws io.grpc.StatusException {
657+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
661658
getChannel(), getCancelOperationMethod(), getCallOptions(), request);
662659
}
663660

@@ -677,8 +674,8 @@ public com.google.protobuf.Empty cancelOperation(
677674
* </pre>
678675
*/
679676
public com.google.longrunning.Operation waitOperation(
680-
com.google.longrunning.WaitOperationRequest request) {
681-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
677+
com.google.longrunning.WaitOperationRequest request) throws io.grpc.StatusException {
678+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
682679
getChannel(), getWaitOperationMethod(), getCallOptions(), request);
683680
}
684681
}

java-iam/grpc-google-iam-v1/src/main/java/com/google/iam/v1/IAMPolicyGrpc.java

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@
4141
* attached.
4242
* </pre>
4343
*/
44-
@javax.annotation.Generated(
45-
value = "by gRPC proto compiler",
46-
comments = "Source: google/iam/v1/iam_policy.proto")
4744
@io.grpc.stub.annotations.GrpcGenerated
4845
public final class IAMPolicyGrpc {
4946

@@ -473,8 +470,9 @@ protected IAMPolicyBlockingV2Stub build(
473470
* Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
474471
* </pre>
475472
*/
476-
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) {
477-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
473+
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
474+
throws io.grpc.StatusException {
475+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
478476
getChannel(), getSetIamPolicyMethod(), getCallOptions(), request);
479477
}
480478

@@ -487,8 +485,9 @@ public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyReque
487485
* set.
488486
* </pre>
489487
*/
490-
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) {
491-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
488+
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
489+
throws io.grpc.StatusException {
490+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
492491
getChannel(), getGetIamPolicyMethod(), getCallOptions(), request);
493492
}
494493

@@ -505,8 +504,8 @@ public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyReque
505504
* </pre>
506505
*/
507506
public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(
508-
com.google.iam.v1.TestIamPermissionsRequest request) {
509-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
507+
com.google.iam.v1.TestIamPermissionsRequest request) throws io.grpc.StatusException {
508+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
510509
getChannel(), getTestIamPermissionsMethod(), getCallOptions(), request);
511510
}
512511
}

java-iam/grpc-google-iam-v2/src/main/java/com/google/iam/v2/PoliciesGrpc.java

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
* An interface for managing Identity and Access Management (IAM) policies.
2525
* </pre>
2626
*/
27-
@javax.annotation.Generated(
28-
value = "by gRPC proto compiler",
29-
comments = "Source: google/iam/v2/policy.proto")
3027
@io.grpc.stub.annotations.GrpcGenerated
3128
public final class PoliciesGrpc {
3229

@@ -525,8 +522,8 @@ protected PoliciesBlockingV2Stub build(
525522
* </pre>
526523
*/
527524
public com.google.iam.v2.ListPoliciesResponse listPolicies(
528-
com.google.iam.v2.ListPoliciesRequest request) {
529-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
525+
com.google.iam.v2.ListPoliciesRequest request) throws io.grpc.StatusException {
526+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
530527
getChannel(), getListPoliciesMethod(), getCallOptions(), request);
531528
}
532529

@@ -537,8 +534,9 @@ public com.google.iam.v2.ListPoliciesResponse listPolicies(
537534
* Gets a policy.
538535
* </pre>
539536
*/
540-
public com.google.iam.v2.Policy getPolicy(com.google.iam.v2.GetPolicyRequest request) {
541-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
537+
public com.google.iam.v2.Policy getPolicy(com.google.iam.v2.GetPolicyRequest request)
538+
throws io.grpc.StatusException {
539+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
542540
getChannel(), getGetPolicyMethod(), getCallOptions(), request);
543541
}
544542

@@ -550,8 +548,8 @@ public com.google.iam.v2.Policy getPolicy(com.google.iam.v2.GetPolicyRequest req
550548
* </pre>
551549
*/
552550
public com.google.longrunning.Operation createPolicy(
553-
com.google.iam.v2.CreatePolicyRequest request) {
554-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
551+
com.google.iam.v2.CreatePolicyRequest request) throws io.grpc.StatusException {
552+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
555553
getChannel(), getCreatePolicyMethod(), getCallOptions(), request);
556554
}
557555

@@ -569,8 +567,8 @@ public com.google.longrunning.Operation createPolicy(
569567
* </pre>
570568
*/
571569
public com.google.longrunning.Operation updatePolicy(
572-
com.google.iam.v2.UpdatePolicyRequest request) {
573-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
570+
com.google.iam.v2.UpdatePolicyRequest request) throws io.grpc.StatusException {
571+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
574572
getChannel(), getUpdatePolicyMethod(), getCallOptions(), request);
575573
}
576574

@@ -582,8 +580,8 @@ public com.google.longrunning.Operation updatePolicy(
582580
* </pre>
583581
*/
584582
public com.google.longrunning.Operation deletePolicy(
585-
com.google.iam.v2.DeletePolicyRequest request) {
586-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
583+
com.google.iam.v2.DeletePolicyRequest request) throws io.grpc.StatusException {
584+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
587585
getChannel(), getDeletePolicyMethod(), getCallOptions(), request);
588586
}
589587
}

java-iam/grpc-google-iam-v2beta/src/main/java/com/google/iam/v2beta/PoliciesGrpc.java

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
* An interface for managing Identity and Access Management (IAM) policies.
2525
* </pre>
2626
*/
27-
@javax.annotation.Generated(
28-
value = "by gRPC proto compiler",
29-
comments = "Source: google/iam/v2beta/policy.proto")
3027
@io.grpc.stub.annotations.GrpcGenerated
3128
public final class PoliciesGrpc {
3229

@@ -526,8 +523,8 @@ protected PoliciesBlockingV2Stub build(
526523
* </pre>
527524
*/
528525
public com.google.iam.v2beta.ListPoliciesResponse listPolicies(
529-
com.google.iam.v2beta.ListPoliciesRequest request) {
530-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
526+
com.google.iam.v2beta.ListPoliciesRequest request) throws io.grpc.StatusException {
527+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
531528
getChannel(), getListPoliciesMethod(), getCallOptions(), request);
532529
}
533530

@@ -538,8 +535,9 @@ public com.google.iam.v2beta.ListPoliciesResponse listPolicies(
538535
* Gets a policy.
539536
* </pre>
540537
*/
541-
public com.google.iam.v2beta.Policy getPolicy(com.google.iam.v2beta.GetPolicyRequest request) {
542-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
538+
public com.google.iam.v2beta.Policy getPolicy(com.google.iam.v2beta.GetPolicyRequest request)
539+
throws io.grpc.StatusException {
540+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
543541
getChannel(), getGetPolicyMethod(), getCallOptions(), request);
544542
}
545543

@@ -551,8 +549,8 @@ public com.google.iam.v2beta.Policy getPolicy(com.google.iam.v2beta.GetPolicyReq
551549
* </pre>
552550
*/
553551
public com.google.longrunning.Operation createPolicy(
554-
com.google.iam.v2beta.CreatePolicyRequest request) {
555-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
552+
com.google.iam.v2beta.CreatePolicyRequest request) throws io.grpc.StatusException {
553+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
556554
getChannel(), getCreatePolicyMethod(), getCallOptions(), request);
557555
}
558556

@@ -570,8 +568,8 @@ public com.google.longrunning.Operation createPolicy(
570568
* </pre>
571569
*/
572570
public com.google.longrunning.Operation updatePolicy(
573-
com.google.iam.v2beta.UpdatePolicyRequest request) {
574-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
571+
com.google.iam.v2beta.UpdatePolicyRequest request) throws io.grpc.StatusException {
572+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
575573
getChannel(), getUpdatePolicyMethod(), getCallOptions(), request);
576574
}
577575

@@ -583,8 +581,8 @@ public com.google.longrunning.Operation updatePolicy(
583581
* </pre>
584582
*/
585583
public com.google.longrunning.Operation deletePolicy(
586-
com.google.iam.v2beta.DeletePolicyRequest request) {
587-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
584+
com.google.iam.v2beta.DeletePolicyRequest request) throws io.grpc.StatusException {
585+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
588586
getChannel(), getDeletePolicyMethod(), getCallOptions(), request);
589587
}
590588
}

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

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
* bindings.
2626
* </pre>
2727
*/
28-
@javax.annotation.Generated(
29-
value = "by gRPC proto compiler",
30-
comments = "Source: google/iam/v3/policy_bindings_service.proto")
3128
@io.grpc.stub.annotations.GrpcGenerated
3229
public final class PolicyBindingsGrpc {
3330

@@ -639,8 +636,8 @@ protected PolicyBindingsBlockingV2Stub build(
639636
* </pre>
640637
*/
641638
public com.google.longrunning.Operation createPolicyBinding(
642-
com.google.iam.v3.CreatePolicyBindingRequest request) {
643-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
639+
com.google.iam.v3.CreatePolicyBindingRequest request) throws io.grpc.StatusException {
640+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
644641
getChannel(), getCreatePolicyBindingMethod(), getCallOptions(), request);
645642
}
646643

@@ -652,8 +649,8 @@ public com.google.longrunning.Operation createPolicyBinding(
652649
* </pre>
653650
*/
654651
public com.google.iam.v3.PolicyBinding getPolicyBinding(
655-
com.google.iam.v3.GetPolicyBindingRequest request) {
656-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
652+
com.google.iam.v3.GetPolicyBindingRequest request) throws io.grpc.StatusException {
653+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
657654
getChannel(), getGetPolicyBindingMethod(), getCallOptions(), request);
658655
}
659656

@@ -669,8 +666,8 @@ public com.google.iam.v3.PolicyBinding getPolicyBinding(
669666
* </pre>
670667
*/
671668
public com.google.longrunning.Operation updatePolicyBinding(
672-
com.google.iam.v3.UpdatePolicyBindingRequest request) {
673-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
669+
com.google.iam.v3.UpdatePolicyBindingRequest request) throws io.grpc.StatusException {
670+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
674671
getChannel(), getUpdatePolicyBindingMethod(), getCallOptions(), request);
675672
}
676673

@@ -684,8 +681,8 @@ public com.google.longrunning.Operation updatePolicyBinding(
684681
* </pre>
685682
*/
686683
public com.google.longrunning.Operation deletePolicyBinding(
687-
com.google.iam.v3.DeletePolicyBindingRequest request) {
688-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
684+
com.google.iam.v3.DeletePolicyBindingRequest request) throws io.grpc.StatusException {
685+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
689686
getChannel(), getDeletePolicyBindingMethod(), getCallOptions(), request);
690687
}
691688

@@ -697,8 +694,8 @@ public com.google.longrunning.Operation deletePolicyBinding(
697694
* </pre>
698695
*/
699696
public com.google.iam.v3.ListPolicyBindingsResponse listPolicyBindings(
700-
com.google.iam.v3.ListPolicyBindingsRequest request) {
701-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
697+
com.google.iam.v3.ListPolicyBindingsRequest request) throws io.grpc.StatusException {
698+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
702699
getChannel(), getListPolicyBindingsMethod(), getCallOptions(), request);
703700
}
704701

@@ -711,8 +708,9 @@ public com.google.iam.v3.ListPolicyBindingsResponse listPolicyBindings(
711708
* </pre>
712709
*/
713710
public com.google.iam.v3.SearchTargetPolicyBindingsResponse searchTargetPolicyBindings(
714-
com.google.iam.v3.SearchTargetPolicyBindingsRequest request) {
715-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
711+
com.google.iam.v3.SearchTargetPolicyBindingsRequest request)
712+
throws io.grpc.StatusException {
713+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
716714
getChannel(), getSearchTargetPolicyBindingsMethod(), getCallOptions(), request);
717715
}
718716
}

0 commit comments

Comments
 (0)