Skip to content

Commit 511ff51

Browse files
chore: Update generation configuration at Sat Nov 8 02:26:58 UTC 2025 (#3371)
1 parent 5f63c5b commit 511ff51

File tree

88 files changed

+6549
-4765
lines changed

Some content is hidden

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

88 files changed

+6549
-4765
lines changed

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
fetch-depth: 0
4545
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
46-
- uses: googleapis/sdk-platform-java/.github/[email protected].0
46+
- uses: googleapis/sdk-platform-java/.github/[email protected].1
4747
if: env.SHOULD_RUN == 'true'
4848
with:
4949
base_ref: ${{ github.base_ref }}

.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.1" # {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.1" # {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.1" # {x-version-update:google-cloud-shared-dependencies:current}
77
}
88

99
env_vars: {

gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageClient.java

Lines changed: 708 additions & 273 deletions
Large diffs are not rendered by default.

gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/package-info.java

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,21 @@
2424
* <p>Service Description: ## API Overview and Naming Syntax
2525
*
2626
* <p>The Cloud Storage gRPC API allows applications to read and write data through the abstractions
27-
* of buckets and objects. For a description of these abstractions please see
28-
* https://cloud.google.com/storage/docs.
29-
*
30-
* <p>Resources are named as follows: - Projects are referred to as they are defined by the Resource
31-
* Manager API, using strings like `projects/123456` or `projects/my-string-id`. - Buckets are named
32-
* using string names of the form: `projects/{project}/buckets/{bucket}` For globally unique
33-
* buckets, `_` may be substituted for the project. - Objects are uniquely identified by their name
34-
* along with the name of the bucket they belong to, as separate strings in this API. For example:
35-
*
36-
* <p>ReadObjectRequest { bucket: 'projects/_/buckets/my-bucket' object: 'my-object' } Note that
37-
* object names can contain `/` characters, which are treated as any other character (no special
38-
* directory semantics).
27+
* of buckets and objects. For a description of these abstractions please see [Cloud Storage
28+
* documentation](https://cloud.google.com/storage/docs).
29+
*
30+
* <p>Resources are named as follows:
31+
*
32+
* <p>- Projects are referred to as they are defined by the Resource Manager API, using strings like
33+
* `projects/123456` or `projects/my-string-id`. - Buckets are named using string names of the form:
34+
* `projects/{project}/buckets/{bucket}`. For globally unique buckets, `_` might be substituted for
35+
* the project. - Objects are uniquely identified by their name along with the name of the bucket
36+
* they belong to, as separate strings in this API. For example:
37+
*
38+
* <p>``` ReadObjectRequest { bucket: 'projects/_/buckets/my-bucket' object: 'my-object' } ```
39+
*
40+
* <p>Note that object names can contain `/` characters, which are treated as any other character
41+
* (no special directory semantics).
3942
*
4043
* <p>Sample for StorageClient:
4144
*

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
gapic_generator_version: 2.63.0
2-
googleapis_commitish: 72e7439c8e7e9986cf1865e337fc7c64ca5bda1f
1+
gapic_generator_version: 2.64.1
2+
googleapis_commitish: 1b5f8632487bce889ce05366647addc6ef5ee36d
33
libraries_bom_version: 26.71.0
44
libraries:
55
- api_shortname: storage

grpc-google-cloud-storage-control-v2/src/main/java/com/google/storage/control/v2/StorageControlGrpc.java

Lines changed: 72 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
* StorageControl service includes selected control plane operations.
2525
* </pre>
2626
*/
27-
@javax.annotation.Generated(
28-
value = "by gRPC proto compiler",
29-
comments = "Source: google/storage/control/v2/storage_control.proto")
3027
@io.grpc.stub.annotations.GrpcGenerated
3128
public final class StorageControlGrpc {
3229

@@ -2234,8 +2231,8 @@ protected StorageControlBlockingV2Stub build(
22342231
* </pre>
22352232
*/
22362233
public com.google.storage.control.v2.Folder createFolder(
2237-
com.google.storage.control.v2.CreateFolderRequest request) {
2238-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2234+
com.google.storage.control.v2.CreateFolderRequest request) throws io.grpc.StatusException {
2235+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
22392236
getChannel(), getCreateFolderMethod(), getCallOptions(), request);
22402237
}
22412238

@@ -2248,8 +2245,8 @@ public com.google.storage.control.v2.Folder createFolder(
22482245
* </pre>
22492246
*/
22502247
public com.google.protobuf.Empty deleteFolder(
2251-
com.google.storage.control.v2.DeleteFolderRequest request) {
2252-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2248+
com.google.storage.control.v2.DeleteFolderRequest request) throws io.grpc.StatusException {
2249+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
22532250
getChannel(), getDeleteFolderMethod(), getCallOptions(), request);
22542251
}
22552252

@@ -2262,8 +2259,8 @@ public com.google.protobuf.Empty deleteFolder(
22622259
* </pre>
22632260
*/
22642261
public com.google.storage.control.v2.Folder getFolder(
2265-
com.google.storage.control.v2.GetFolderRequest request) {
2266-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2262+
com.google.storage.control.v2.GetFolderRequest request) throws io.grpc.StatusException {
2263+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
22672264
getChannel(), getGetFolderMethod(), getCallOptions(), request);
22682265
}
22692266

@@ -2276,8 +2273,8 @@ public com.google.storage.control.v2.Folder getFolder(
22762273
* </pre>
22772274
*/
22782275
public com.google.storage.control.v2.ListFoldersResponse listFolders(
2279-
com.google.storage.control.v2.ListFoldersRequest request) {
2280-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2276+
com.google.storage.control.v2.ListFoldersRequest request) throws io.grpc.StatusException {
2277+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
22812278
getChannel(), getListFoldersMethod(), getCallOptions(), request);
22822279
}
22832280

@@ -2292,8 +2289,8 @@ public com.google.storage.control.v2.ListFoldersResponse listFolders(
22922289
* </pre>
22932290
*/
22942291
public com.google.longrunning.Operation renameFolder(
2295-
com.google.storage.control.v2.RenameFolderRequest request) {
2296-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2292+
com.google.storage.control.v2.RenameFolderRequest request) throws io.grpc.StatusException {
2293+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
22972294
getChannel(), getRenameFolderMethod(), getCallOptions(), request);
22982295
}
22992296

@@ -2305,8 +2302,9 @@ public com.google.longrunning.Operation renameFolder(
23052302
* </pre>
23062303
*/
23072304
public com.google.storage.control.v2.StorageLayout getStorageLayout(
2308-
com.google.storage.control.v2.GetStorageLayoutRequest request) {
2309-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2305+
com.google.storage.control.v2.GetStorageLayoutRequest request)
2306+
throws io.grpc.StatusException {
2307+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
23102308
getChannel(), getGetStorageLayoutMethod(), getCallOptions(), request);
23112309
}
23122310

@@ -2318,8 +2316,9 @@ public com.google.storage.control.v2.StorageLayout getStorageLayout(
23182316
* </pre>
23192317
*/
23202318
public com.google.storage.control.v2.ManagedFolder createManagedFolder(
2321-
com.google.storage.control.v2.CreateManagedFolderRequest request) {
2322-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2319+
com.google.storage.control.v2.CreateManagedFolderRequest request)
2320+
throws io.grpc.StatusException {
2321+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
23232322
getChannel(), getCreateManagedFolderMethod(), getCallOptions(), request);
23242323
}
23252324

@@ -2331,8 +2330,9 @@ public com.google.storage.control.v2.ManagedFolder createManagedFolder(
23312330
* </pre>
23322331
*/
23332332
public com.google.protobuf.Empty deleteManagedFolder(
2334-
com.google.storage.control.v2.DeleteManagedFolderRequest request) {
2335-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2333+
com.google.storage.control.v2.DeleteManagedFolderRequest request)
2334+
throws io.grpc.StatusException {
2335+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
23362336
getChannel(), getDeleteManagedFolderMethod(), getCallOptions(), request);
23372337
}
23382338

@@ -2344,8 +2344,9 @@ public com.google.protobuf.Empty deleteManagedFolder(
23442344
* </pre>
23452345
*/
23462346
public com.google.storage.control.v2.ManagedFolder getManagedFolder(
2347-
com.google.storage.control.v2.GetManagedFolderRequest request) {
2348-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2347+
com.google.storage.control.v2.GetManagedFolderRequest request)
2348+
throws io.grpc.StatusException {
2349+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
23492350
getChannel(), getGetManagedFolderMethod(), getCallOptions(), request);
23502351
}
23512352

@@ -2357,8 +2358,9 @@ public com.google.storage.control.v2.ManagedFolder getManagedFolder(
23572358
* </pre>
23582359
*/
23592360
public com.google.storage.control.v2.ListManagedFoldersResponse listManagedFolders(
2360-
com.google.storage.control.v2.ListManagedFoldersRequest request) {
2361-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2361+
com.google.storage.control.v2.ListManagedFoldersRequest request)
2362+
throws io.grpc.StatusException {
2363+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
23622364
getChannel(), getListManagedFoldersMethod(), getCallOptions(), request);
23632365
}
23642366

@@ -2370,8 +2372,9 @@ public com.google.storage.control.v2.ListManagedFoldersResponse listManagedFolde
23702372
* </pre>
23712373
*/
23722374
public com.google.longrunning.Operation createAnywhereCache(
2373-
com.google.storage.control.v2.CreateAnywhereCacheRequest request) {
2374-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2375+
com.google.storage.control.v2.CreateAnywhereCacheRequest request)
2376+
throws io.grpc.StatusException {
2377+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
23752378
getChannel(), getCreateAnywhereCacheMethod(), getCallOptions(), request);
23762379
}
23772380

@@ -2384,8 +2387,9 @@ public com.google.longrunning.Operation createAnywhereCache(
23842387
* </pre>
23852388
*/
23862389
public com.google.longrunning.Operation updateAnywhereCache(
2387-
com.google.storage.control.v2.UpdateAnywhereCacheRequest request) {
2388-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2390+
com.google.storage.control.v2.UpdateAnywhereCacheRequest request)
2391+
throws io.grpc.StatusException {
2392+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
23892393
getChannel(), getUpdateAnywhereCacheMethod(), getCallOptions(), request);
23902394
}
23912395

@@ -2400,8 +2404,9 @@ public com.google.longrunning.Operation updateAnywhereCache(
24002404
* </pre>
24012405
*/
24022406
public com.google.storage.control.v2.AnywhereCache disableAnywhereCache(
2403-
com.google.storage.control.v2.DisableAnywhereCacheRequest request) {
2404-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2407+
com.google.storage.control.v2.DisableAnywhereCacheRequest request)
2408+
throws io.grpc.StatusException {
2409+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
24052410
getChannel(), getDisableAnywhereCacheMethod(), getCallOptions(), request);
24062411
}
24072412

@@ -2413,8 +2418,9 @@ public com.google.storage.control.v2.AnywhereCache disableAnywhereCache(
24132418
* </pre>
24142419
*/
24152420
public com.google.storage.control.v2.AnywhereCache pauseAnywhereCache(
2416-
com.google.storage.control.v2.PauseAnywhereCacheRequest request) {
2417-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2421+
com.google.storage.control.v2.PauseAnywhereCacheRequest request)
2422+
throws io.grpc.StatusException {
2423+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
24182424
getChannel(), getPauseAnywhereCacheMethod(), getCallOptions(), request);
24192425
}
24202426

@@ -2426,8 +2432,9 @@ public com.google.storage.control.v2.AnywhereCache pauseAnywhereCache(
24262432
* </pre>
24272433
*/
24282434
public com.google.storage.control.v2.AnywhereCache resumeAnywhereCache(
2429-
com.google.storage.control.v2.ResumeAnywhereCacheRequest request) {
2430-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2435+
com.google.storage.control.v2.ResumeAnywhereCacheRequest request)
2436+
throws io.grpc.StatusException {
2437+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
24312438
getChannel(), getResumeAnywhereCacheMethod(), getCallOptions(), request);
24322439
}
24332440

@@ -2439,8 +2446,9 @@ public com.google.storage.control.v2.AnywhereCache resumeAnywhereCache(
24392446
* </pre>
24402447
*/
24412448
public com.google.storage.control.v2.AnywhereCache getAnywhereCache(
2442-
com.google.storage.control.v2.GetAnywhereCacheRequest request) {
2443-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2449+
com.google.storage.control.v2.GetAnywhereCacheRequest request)
2450+
throws io.grpc.StatusException {
2451+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
24442452
getChannel(), getGetAnywhereCacheMethod(), getCallOptions(), request);
24452453
}
24462454

@@ -2452,8 +2460,9 @@ public com.google.storage.control.v2.AnywhereCache getAnywhereCache(
24522460
* </pre>
24532461
*/
24542462
public com.google.storage.control.v2.ListAnywhereCachesResponse listAnywhereCaches(
2455-
com.google.storage.control.v2.ListAnywhereCachesRequest request) {
2456-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2463+
com.google.storage.control.v2.ListAnywhereCachesRequest request)
2464+
throws io.grpc.StatusException {
2465+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
24572466
getChannel(), getListAnywhereCachesMethod(), getCallOptions(), request);
24582467
}
24592468

@@ -2465,8 +2474,9 @@ public com.google.storage.control.v2.ListAnywhereCachesResponse listAnywhereCach
24652474
* </pre>
24662475
*/
24672476
public com.google.storage.control.v2.IntelligenceConfig getProjectIntelligenceConfig(
2468-
com.google.storage.control.v2.GetProjectIntelligenceConfigRequest request) {
2469-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2477+
com.google.storage.control.v2.GetProjectIntelligenceConfigRequest request)
2478+
throws io.grpc.StatusException {
2479+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
24702480
getChannel(), getGetProjectIntelligenceConfigMethod(), getCallOptions(), request);
24712481
}
24722482

@@ -2478,8 +2488,9 @@ public com.google.storage.control.v2.IntelligenceConfig getProjectIntelligenceCo
24782488
* </pre>
24792489
*/
24802490
public com.google.storage.control.v2.IntelligenceConfig updateProjectIntelligenceConfig(
2481-
com.google.storage.control.v2.UpdateProjectIntelligenceConfigRequest request) {
2482-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2491+
com.google.storage.control.v2.UpdateProjectIntelligenceConfigRequest request)
2492+
throws io.grpc.StatusException {
2493+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
24832494
getChannel(), getUpdateProjectIntelligenceConfigMethod(), getCallOptions(), request);
24842495
}
24852496

@@ -2491,8 +2502,9 @@ public com.google.storage.control.v2.IntelligenceConfig updateProjectIntelligenc
24912502
* </pre>
24922503
*/
24932504
public com.google.storage.control.v2.IntelligenceConfig getFolderIntelligenceConfig(
2494-
com.google.storage.control.v2.GetFolderIntelligenceConfigRequest request) {
2495-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2505+
com.google.storage.control.v2.GetFolderIntelligenceConfigRequest request)
2506+
throws io.grpc.StatusException {
2507+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
24962508
getChannel(), getGetFolderIntelligenceConfigMethod(), getCallOptions(), request);
24972509
}
24982510

@@ -2504,8 +2516,9 @@ public com.google.storage.control.v2.IntelligenceConfig getFolderIntelligenceCon
25042516
* </pre>
25052517
*/
25062518
public com.google.storage.control.v2.IntelligenceConfig updateFolderIntelligenceConfig(
2507-
com.google.storage.control.v2.UpdateFolderIntelligenceConfigRequest request) {
2508-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2519+
com.google.storage.control.v2.UpdateFolderIntelligenceConfigRequest request)
2520+
throws io.grpc.StatusException {
2521+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
25092522
getChannel(), getUpdateFolderIntelligenceConfigMethod(), getCallOptions(), request);
25102523
}
25112524

@@ -2517,8 +2530,9 @@ public com.google.storage.control.v2.IntelligenceConfig updateFolderIntelligence
25172530
* </pre>
25182531
*/
25192532
public com.google.storage.control.v2.IntelligenceConfig getOrganizationIntelligenceConfig(
2520-
com.google.storage.control.v2.GetOrganizationIntelligenceConfigRequest request) {
2521-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2533+
com.google.storage.control.v2.GetOrganizationIntelligenceConfigRequest request)
2534+
throws io.grpc.StatusException {
2535+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
25222536
getChannel(), getGetOrganizationIntelligenceConfigMethod(), getCallOptions(), request);
25232537
}
25242538

@@ -2530,8 +2544,9 @@ public com.google.storage.control.v2.IntelligenceConfig getOrganizationIntellige
25302544
* </pre>
25312545
*/
25322546
public com.google.storage.control.v2.IntelligenceConfig updateOrganizationIntelligenceConfig(
2533-
com.google.storage.control.v2.UpdateOrganizationIntelligenceConfigRequest request) {
2534-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2547+
com.google.storage.control.v2.UpdateOrganizationIntelligenceConfigRequest request)
2548+
throws io.grpc.StatusException {
2549+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
25352550
getChannel(), getUpdateOrganizationIntelligenceConfigMethod(), getCallOptions(), request);
25362551
}
25372552

@@ -2546,8 +2561,9 @@ public com.google.storage.control.v2.IntelligenceConfig updateOrganizationIntell
25462561
* for a managed folder.
25472562
* </pre>
25482563
*/
2549-
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) {
2550-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2564+
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
2565+
throws io.grpc.StatusException {
2566+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
25512567
getChannel(), getGetIamPolicyMethod(), getCallOptions(), request);
25522568
}
25532569

@@ -2562,8 +2578,9 @@ public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyReque
25622578
* for a managed folder.
25632579
* </pre>
25642580
*/
2565-
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) {
2566-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2581+
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
2582+
throws io.grpc.StatusException {
2583+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
25672584
getChannel(), getSetIamPolicyMethod(), getCallOptions(), request);
25682585
}
25692586

@@ -2581,8 +2598,8 @@ public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyReque
25812598
* </pre>
25822599
*/
25832600
public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(
2584-
com.google.iam.v1.TestIamPermissionsRequest request) {
2585-
return io.grpc.stub.ClientCalls.blockingUnaryCall(
2601+
com.google.iam.v1.TestIamPermissionsRequest request) throws io.grpc.StatusException {
2602+
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
25862603
getChannel(), getTestIamPermissionsMethod(), getCallOptions(), request);
25872604
}
25882605
}

0 commit comments

Comments
 (0)