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

Commit 4f72a61

Browse files
chore: generate libraries at Wed Nov 5 02:37:44 UTC 2025
1 parent bd08d60 commit 4f72a61

6 files changed

Lines changed: 178 additions & 154 deletions

File tree

.kokoro/presubmit/graalvm-native-a.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.53.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.54.0" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-b.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.53.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.54.0" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native-c.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.53.0" # {x-version-update:google-cloud-shared-dependencies:current}
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.54.0" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

grpc-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BigtableInstanceAdminGrpc.java

Lines changed: 79 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
* tables' metadata or data stored in those tables.
2727
* </pre>
2828
*/
29-
@javax.annotation.Generated(
30-
value = "by gRPC proto compiler",
31-
comments = "Source: google/bigtable/admin/v2/bigtable_instance_admin.proto")
3229
@io.grpc.stub.annotations.GrpcGenerated
3330
public final class BigtableInstanceAdminGrpc {
3431

@@ -2593,8 +2590,8 @@ protected BigtableInstanceAdminBlockingV2Stub build(
25932590
* </pre>
25942591
*/
25952592
public com.google.longrunning.Operation createInstance(
2596-
com.google.bigtable.admin.v2.CreateInstanceRequest request) {
2597-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2593+
com.google.bigtable.admin.v2.CreateInstanceRequest request) throws io.grpc.StatusException {
2594+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
25982595
getChannel(), getCreateInstanceMethod(), getCallOptions(), request);
25992596
}
26002597

@@ -2606,8 +2603,8 @@ public com.google.longrunning.Operation createInstance(
26062603
* </pre>
26072604
*/
26082605
public com.google.bigtable.admin.v2.Instance getInstance(
2609-
com.google.bigtable.admin.v2.GetInstanceRequest request) {
2610-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2606+
com.google.bigtable.admin.v2.GetInstanceRequest request) throws io.grpc.StatusException {
2607+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
26112608
getChannel(), getGetInstanceMethod(), getCallOptions(), request);
26122609
}
26132610

@@ -2619,8 +2616,8 @@ public com.google.bigtable.admin.v2.Instance getInstance(
26192616
* </pre>
26202617
*/
26212618
public com.google.bigtable.admin.v2.ListInstancesResponse listInstances(
2622-
com.google.bigtable.admin.v2.ListInstancesRequest request) {
2623-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2619+
com.google.bigtable.admin.v2.ListInstancesRequest request) throws io.grpc.StatusException {
2620+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
26242621
getChannel(), getListInstancesMethod(), getCallOptions(), request);
26252622
}
26262623

@@ -2634,8 +2631,8 @@ public com.google.bigtable.admin.v2.ListInstancesResponse listInstances(
26342631
* </pre>
26352632
*/
26362633
public com.google.bigtable.admin.v2.Instance updateInstance(
2637-
com.google.bigtable.admin.v2.Instance request) {
2638-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2634+
com.google.bigtable.admin.v2.Instance request) throws io.grpc.StatusException {
2635+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
26392636
getChannel(), getUpdateInstanceMethod(), getCallOptions(), request);
26402637
}
26412638

@@ -2648,8 +2645,9 @@ public com.google.bigtable.admin.v2.Instance updateInstance(
26482645
* </pre>
26492646
*/
26502647
public com.google.longrunning.Operation partialUpdateInstance(
2651-
com.google.bigtable.admin.v2.PartialUpdateInstanceRequest request) {
2652-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2648+
com.google.bigtable.admin.v2.PartialUpdateInstanceRequest request)
2649+
throws io.grpc.StatusException {
2650+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
26532651
getChannel(), getPartialUpdateInstanceMethod(), getCallOptions(), request);
26542652
}
26552653

@@ -2661,8 +2659,8 @@ public com.google.longrunning.Operation partialUpdateInstance(
26612659
* </pre>
26622660
*/
26632661
public com.google.protobuf.Empty deleteInstance(
2664-
com.google.bigtable.admin.v2.DeleteInstanceRequest request) {
2665-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2662+
com.google.bigtable.admin.v2.DeleteInstanceRequest request) throws io.grpc.StatusException {
2663+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
26662664
getChannel(), getDeleteInstanceMethod(), getCallOptions(), request);
26672665
}
26682666

@@ -2679,8 +2677,8 @@ public com.google.protobuf.Empty deleteInstance(
26792677
* </pre>
26802678
*/
26812679
public com.google.longrunning.Operation createCluster(
2682-
com.google.bigtable.admin.v2.CreateClusterRequest request) {
2683-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2680+
com.google.bigtable.admin.v2.CreateClusterRequest request) throws io.grpc.StatusException {
2681+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
26842682
getChannel(), getCreateClusterMethod(), getCallOptions(), request);
26852683
}
26862684

@@ -2692,8 +2690,8 @@ public com.google.longrunning.Operation createCluster(
26922690
* </pre>
26932691
*/
26942692
public com.google.bigtable.admin.v2.Cluster getCluster(
2695-
com.google.bigtable.admin.v2.GetClusterRequest request) {
2696-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2693+
com.google.bigtable.admin.v2.GetClusterRequest request) throws io.grpc.StatusException {
2694+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
26972695
getChannel(), getGetClusterMethod(), getCallOptions(), request);
26982696
}
26992697

@@ -2705,8 +2703,8 @@ public com.google.bigtable.admin.v2.Cluster getCluster(
27052703
* </pre>
27062704
*/
27072705
public com.google.bigtable.admin.v2.ListClustersResponse listClusters(
2708-
com.google.bigtable.admin.v2.ListClustersRequest request) {
2709-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2706+
com.google.bigtable.admin.v2.ListClustersRequest request) throws io.grpc.StatusException {
2707+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
27102708
getChannel(), getListClustersMethod(), getCallOptions(), request);
27112709
}
27122710

@@ -2721,8 +2719,8 @@ public com.google.bigtable.admin.v2.ListClustersResponse listClusters(
27212719
* </pre>
27222720
*/
27232721
public com.google.longrunning.Operation updateCluster(
2724-
com.google.bigtable.admin.v2.Cluster request) {
2725-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2722+
com.google.bigtable.admin.v2.Cluster request) throws io.grpc.StatusException {
2723+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
27262724
getChannel(), getUpdateClusterMethod(), getCallOptions(), request);
27272725
}
27282726

@@ -2743,8 +2741,9 @@ public com.google.longrunning.Operation updateCluster(
27432741
* </pre>
27442742
*/
27452743
public com.google.longrunning.Operation partialUpdateCluster(
2746-
com.google.bigtable.admin.v2.PartialUpdateClusterRequest request) {
2747-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2744+
com.google.bigtable.admin.v2.PartialUpdateClusterRequest request)
2745+
throws io.grpc.StatusException {
2746+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
27482747
getChannel(), getPartialUpdateClusterMethod(), getCallOptions(), request);
27492748
}
27502749

@@ -2756,8 +2755,8 @@ public com.google.longrunning.Operation partialUpdateCluster(
27562755
* </pre>
27572756
*/
27582757
public com.google.protobuf.Empty deleteCluster(
2759-
com.google.bigtable.admin.v2.DeleteClusterRequest request) {
2760-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2758+
com.google.bigtable.admin.v2.DeleteClusterRequest request) throws io.grpc.StatusException {
2759+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
27612760
getChannel(), getDeleteClusterMethod(), getCallOptions(), request);
27622761
}
27632762

@@ -2769,8 +2768,9 @@ public com.google.protobuf.Empty deleteCluster(
27692768
* </pre>
27702769
*/
27712770
public com.google.bigtable.admin.v2.AppProfile createAppProfile(
2772-
com.google.bigtable.admin.v2.CreateAppProfileRequest request) {
2773-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2771+
com.google.bigtable.admin.v2.CreateAppProfileRequest request)
2772+
throws io.grpc.StatusException {
2773+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
27742774
getChannel(), getCreateAppProfileMethod(), getCallOptions(), request);
27752775
}
27762776

@@ -2782,8 +2782,8 @@ public com.google.bigtable.admin.v2.AppProfile createAppProfile(
27822782
* </pre>
27832783
*/
27842784
public com.google.bigtable.admin.v2.AppProfile getAppProfile(
2785-
com.google.bigtable.admin.v2.GetAppProfileRequest request) {
2786-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2785+
com.google.bigtable.admin.v2.GetAppProfileRequest request) throws io.grpc.StatusException {
2786+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
27872787
getChannel(), getGetAppProfileMethod(), getCallOptions(), request);
27882788
}
27892789

@@ -2795,8 +2795,9 @@ public com.google.bigtable.admin.v2.AppProfile getAppProfile(
27952795
* </pre>
27962796
*/
27972797
public com.google.bigtable.admin.v2.ListAppProfilesResponse listAppProfiles(
2798-
com.google.bigtable.admin.v2.ListAppProfilesRequest request) {
2799-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2798+
com.google.bigtable.admin.v2.ListAppProfilesRequest request)
2799+
throws io.grpc.StatusException {
2800+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
28002801
getChannel(), getListAppProfilesMethod(), getCallOptions(), request);
28012802
}
28022803

@@ -2808,8 +2809,9 @@ public com.google.bigtable.admin.v2.ListAppProfilesResponse listAppProfiles(
28082809
* </pre>
28092810
*/
28102811
public com.google.longrunning.Operation updateAppProfile(
2811-
com.google.bigtable.admin.v2.UpdateAppProfileRequest request) {
2812-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2812+
com.google.bigtable.admin.v2.UpdateAppProfileRequest request)
2813+
throws io.grpc.StatusException {
2814+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
28132815
getChannel(), getUpdateAppProfileMethod(), getCallOptions(), request);
28142816
}
28152817

@@ -2821,8 +2823,9 @@ public com.google.longrunning.Operation updateAppProfile(
28212823
* </pre>
28222824
*/
28232825
public com.google.protobuf.Empty deleteAppProfile(
2824-
com.google.bigtable.admin.v2.DeleteAppProfileRequest request) {
2825-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2826+
com.google.bigtable.admin.v2.DeleteAppProfileRequest request)
2827+
throws io.grpc.StatusException {
2828+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
28262829
getChannel(), getDeleteAppProfileMethod(), getCallOptions(), request);
28272830
}
28282831

@@ -2834,8 +2837,9 @@ public com.google.protobuf.Empty deleteAppProfile(
28342837
* policy if an instance exists but does not have a policy set.
28352838
* </pre>
28362839
*/
2837-
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) {
2838-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2840+
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
2841+
throws io.grpc.StatusException {
2842+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
28392843
getChannel(), getGetIamPolicyMethod(), getCallOptions(), request);
28402844
}
28412845

@@ -2847,8 +2851,9 @@ public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyReque
28472851
* existing policy.
28482852
* </pre>
28492853
*/
2850-
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) {
2851-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2854+
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
2855+
throws io.grpc.StatusException {
2856+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
28522857
getChannel(), getSetIamPolicyMethod(), getCallOptions(), request);
28532858
}
28542859

@@ -2860,8 +2865,8 @@ public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyReque
28602865
* </pre>
28612866
*/
28622867
public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(
2863-
com.google.iam.v1.TestIamPermissionsRequest request) {
2864-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2868+
com.google.iam.v1.TestIamPermissionsRequest request) throws io.grpc.StatusException {
2869+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
28652870
getChannel(), getTestIamPermissionsMethod(), getCallOptions(), request);
28662871
}
28672872

@@ -2874,8 +2879,8 @@ public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(
28742879
* </pre>
28752880
*/
28762881
public com.google.bigtable.admin.v2.ListHotTabletsResponse listHotTablets(
2877-
com.google.bigtable.admin.v2.ListHotTabletsRequest request) {
2878-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2882+
com.google.bigtable.admin.v2.ListHotTabletsRequest request) throws io.grpc.StatusException {
2883+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
28792884
getChannel(), getListHotTabletsMethod(), getCallOptions(), request);
28802885
}
28812886

@@ -2887,8 +2892,9 @@ public com.google.bigtable.admin.v2.ListHotTabletsResponse listHotTablets(
28872892
* </pre>
28882893
*/
28892894
public com.google.longrunning.Operation createLogicalView(
2890-
com.google.bigtable.admin.v2.CreateLogicalViewRequest request) {
2891-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2895+
com.google.bigtable.admin.v2.CreateLogicalViewRequest request)
2896+
throws io.grpc.StatusException {
2897+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
28922898
getChannel(), getCreateLogicalViewMethod(), getCallOptions(), request);
28932899
}
28942900

@@ -2900,8 +2906,8 @@ public com.google.longrunning.Operation createLogicalView(
29002906
* </pre>
29012907
*/
29022908
public com.google.bigtable.admin.v2.LogicalView getLogicalView(
2903-
com.google.bigtable.admin.v2.GetLogicalViewRequest request) {
2904-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2909+
com.google.bigtable.admin.v2.GetLogicalViewRequest request) throws io.grpc.StatusException {
2910+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
29052911
getChannel(), getGetLogicalViewMethod(), getCallOptions(), request);
29062912
}
29072913

@@ -2913,8 +2919,9 @@ public com.google.bigtable.admin.v2.LogicalView getLogicalView(
29132919
* </pre>
29142920
*/
29152921
public com.google.bigtable.admin.v2.ListLogicalViewsResponse listLogicalViews(
2916-
com.google.bigtable.admin.v2.ListLogicalViewsRequest request) {
2917-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2922+
com.google.bigtable.admin.v2.ListLogicalViewsRequest request)
2923+
throws io.grpc.StatusException {
2924+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
29182925
getChannel(), getListLogicalViewsMethod(), getCallOptions(), request);
29192926
}
29202927

@@ -2926,8 +2933,9 @@ public com.google.bigtable.admin.v2.ListLogicalViewsResponse listLogicalViews(
29262933
* </pre>
29272934
*/
29282935
public com.google.longrunning.Operation updateLogicalView(
2929-
com.google.bigtable.admin.v2.UpdateLogicalViewRequest request) {
2930-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2936+
com.google.bigtable.admin.v2.UpdateLogicalViewRequest request)
2937+
throws io.grpc.StatusException {
2938+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
29312939
getChannel(), getUpdateLogicalViewMethod(), getCallOptions(), request);
29322940
}
29332941

@@ -2939,8 +2947,9 @@ public com.google.longrunning.Operation updateLogicalView(
29392947
* </pre>
29402948
*/
29412949
public com.google.protobuf.Empty deleteLogicalView(
2942-
com.google.bigtable.admin.v2.DeleteLogicalViewRequest request) {
2943-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2950+
com.google.bigtable.admin.v2.DeleteLogicalViewRequest request)
2951+
throws io.grpc.StatusException {
2952+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
29442953
getChannel(), getDeleteLogicalViewMethod(), getCallOptions(), request);
29452954
}
29462955

@@ -2952,8 +2961,9 @@ public com.google.protobuf.Empty deleteLogicalView(
29522961
* </pre>
29532962
*/
29542963
public com.google.longrunning.Operation createMaterializedView(
2955-
com.google.bigtable.admin.v2.CreateMaterializedViewRequest request) {
2956-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2964+
com.google.bigtable.admin.v2.CreateMaterializedViewRequest request)
2965+
throws io.grpc.StatusException {
2966+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
29572967
getChannel(), getCreateMaterializedViewMethod(), getCallOptions(), request);
29582968
}
29592969

@@ -2965,8 +2975,9 @@ public com.google.longrunning.Operation createMaterializedView(
29652975
* </pre>
29662976
*/
29672977
public com.google.bigtable.admin.v2.MaterializedView getMaterializedView(
2968-
com.google.bigtable.admin.v2.GetMaterializedViewRequest request) {
2969-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2978+
com.google.bigtable.admin.v2.GetMaterializedViewRequest request)
2979+
throws io.grpc.StatusException {
2980+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
29702981
getChannel(), getGetMaterializedViewMethod(), getCallOptions(), request);
29712982
}
29722983

@@ -2978,8 +2989,9 @@ public com.google.bigtable.admin.v2.MaterializedView getMaterializedView(
29782989
* </pre>
29792990
*/
29802991
public com.google.bigtable.admin.v2.ListMaterializedViewsResponse listMaterializedViews(
2981-
com.google.bigtable.admin.v2.ListMaterializedViewsRequest request) {
2982-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2992+
com.google.bigtable.admin.v2.ListMaterializedViewsRequest request)
2993+
throws io.grpc.StatusException {
2994+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
29832995
getChannel(), getListMaterializedViewsMethod(), getCallOptions(), request);
29842996
}
29852997

@@ -2991,8 +3003,9 @@ public com.google.bigtable.admin.v2.ListMaterializedViewsResponse listMaterializ
29913003
* </pre>
29923004
*/
29933005
public com.google.longrunning.Operation updateMaterializedView(
2994-
com.google.bigtable.admin.v2.UpdateMaterializedViewRequest request) {
2995-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
3006+
com.google.bigtable.admin.v2.UpdateMaterializedViewRequest request)
3007+
throws io.grpc.StatusException {
3008+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
29963009
getChannel(), getUpdateMaterializedViewMethod(), getCallOptions(), request);
29973010
}
29983011

@@ -3004,8 +3017,9 @@ public com.google.longrunning.Operation updateMaterializedView(
30043017
* </pre>
30053018
*/
30063019
public com.google.protobuf.Empty deleteMaterializedView(
3007-
com.google.bigtable.admin.v2.DeleteMaterializedViewRequest request) {
3008-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
3020+
com.google.bigtable.admin.v2.DeleteMaterializedViewRequest request)
3021+
throws io.grpc.StatusException {
3022+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
30093023
getChannel(), getDeleteMaterializedViewMethod(), getCallOptions(), request);
30103024
}
30113025
}

0 commit comments

Comments
 (0)