Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/hermetic_library_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
- uses: googleapis/sdk-platform-java/.github/[email protected].0
- uses: googleapis/sdk-platform-java/.github/[email protected].1
if: env.SHOULD_RUN == 'true'
with:
base_ref: ${{ github.base_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-a.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.53.0" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.54.1" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-b.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.53.0" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.54.1" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-c.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.53.0" # {x-version-update:google-cloud-shared-dependencies:current}
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_c:3.54.1" # {x-version-update:google-cloud-shared-dependencies:current}
}

env_vars: {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,21 @@
* <p>Service Description: ## API Overview and Naming Syntax
*
* <p>The Cloud Storage gRPC API allows applications to read and write data through the abstractions
* of buckets and objects. For a description of these abstractions please see
* https://cloud.google.com/storage/docs.
*
* <p>Resources are named as follows: - Projects are referred to as they are defined by the Resource
* Manager API, using strings like `projects/123456` or `projects/my-string-id`. - Buckets are named
* using string names of the form: `projects/{project}/buckets/{bucket}` For globally unique
* buckets, `_` may be substituted for the project. - Objects are uniquely identified by their name
* along with the name of the bucket they belong to, as separate strings in this API. For example:
*
* <p>ReadObjectRequest { bucket: 'projects/_/buckets/my-bucket' object: 'my-object' } Note that
* object names can contain `/` characters, which are treated as any other character (no special
* directory semantics).
* of buckets and objects. For a description of these abstractions please see [Cloud Storage
* documentation](https://cloud.google.com/storage/docs).
*
* <p>Resources are named as follows:
*
* <p>- Projects are referred to as they are defined by the Resource Manager API, using strings like
* `projects/123456` or `projects/my-string-id`. - Buckets are named using string names of the form:
* `projects/{project}/buckets/{bucket}`. For globally unique buckets, `_` might be substituted for
* the project. - Objects are uniquely identified by their name along with the name of the bucket
* they belong to, as separate strings in this API. For example:
*
* <p>``` ReadObjectRequest { bucket: 'projects/_/buckets/my-bucket' object: 'my-object' } ```
*
* <p>Note that object names can contain `/` characters, which are treated as any other character
* (no special directory semantics).
*
* <p>Sample for StorageClient:
*
Expand Down
4 changes: 2 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gapic_generator_version: 2.63.0
googleapis_commitish: 72e7439c8e7e9986cf1865e337fc7c64ca5bda1f
gapic_generator_version: 2.64.1
googleapis_commitish: 1b5f8632487bce889ce05366647addc6ef5ee36d
libraries_bom_version: 26.71.0
libraries:
- api_shortname: storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
* StorageControl service includes selected control plane operations.
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/storage/control/v2/storage_control.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class StorageControlGrpc {

Expand Down Expand Up @@ -2234,8 +2231,8 @@ protected StorageControlBlockingV2Stub build(
* </pre>
*/
public com.google.storage.control.v2.Folder createFolder(
com.google.storage.control.v2.CreateFolderRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.CreateFolderRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getCreateFolderMethod(), getCallOptions(), request);
}

Expand All @@ -2248,8 +2245,8 @@ public com.google.storage.control.v2.Folder createFolder(
* </pre>
*/
public com.google.protobuf.Empty deleteFolder(
com.google.storage.control.v2.DeleteFolderRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.DeleteFolderRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getDeleteFolderMethod(), getCallOptions(), request);
}

Expand All @@ -2262,8 +2259,8 @@ public com.google.protobuf.Empty deleteFolder(
* </pre>
*/
public com.google.storage.control.v2.Folder getFolder(
com.google.storage.control.v2.GetFolderRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.GetFolderRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetFolderMethod(), getCallOptions(), request);
}

Expand All @@ -2276,8 +2273,8 @@ public com.google.storage.control.v2.Folder getFolder(
* </pre>
*/
public com.google.storage.control.v2.ListFoldersResponse listFolders(
com.google.storage.control.v2.ListFoldersRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.ListFoldersRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getListFoldersMethod(), getCallOptions(), request);
}

Expand All @@ -2292,8 +2289,8 @@ public com.google.storage.control.v2.ListFoldersResponse listFolders(
* </pre>
*/
public com.google.longrunning.Operation renameFolder(
com.google.storage.control.v2.RenameFolderRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.RenameFolderRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getRenameFolderMethod(), getCallOptions(), request);
}

Expand All @@ -2305,8 +2302,9 @@ public com.google.longrunning.Operation renameFolder(
* </pre>
*/
public com.google.storage.control.v2.StorageLayout getStorageLayout(
com.google.storage.control.v2.GetStorageLayoutRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.GetStorageLayoutRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetStorageLayoutMethod(), getCallOptions(), request);
}

Expand All @@ -2318,8 +2316,9 @@ public com.google.storage.control.v2.StorageLayout getStorageLayout(
* </pre>
*/
public com.google.storage.control.v2.ManagedFolder createManagedFolder(
com.google.storage.control.v2.CreateManagedFolderRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.CreateManagedFolderRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getCreateManagedFolderMethod(), getCallOptions(), request);
}

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

Expand All @@ -2344,8 +2344,9 @@ public com.google.protobuf.Empty deleteManagedFolder(
* </pre>
*/
public com.google.storage.control.v2.ManagedFolder getManagedFolder(
com.google.storage.control.v2.GetManagedFolderRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.GetManagedFolderRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetManagedFolderMethod(), getCallOptions(), request);
}

Expand All @@ -2357,8 +2358,9 @@ public com.google.storage.control.v2.ManagedFolder getManagedFolder(
* </pre>
*/
public com.google.storage.control.v2.ListManagedFoldersResponse listManagedFolders(
com.google.storage.control.v2.ListManagedFoldersRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.ListManagedFoldersRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getListManagedFoldersMethod(), getCallOptions(), request);
}

Expand All @@ -2370,8 +2372,9 @@ public com.google.storage.control.v2.ListManagedFoldersResponse listManagedFolde
* </pre>
*/
public com.google.longrunning.Operation createAnywhereCache(
com.google.storage.control.v2.CreateAnywhereCacheRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.CreateAnywhereCacheRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getCreateAnywhereCacheMethod(), getCallOptions(), request);
}

Expand All @@ -2384,8 +2387,9 @@ public com.google.longrunning.Operation createAnywhereCache(
* </pre>
*/
public com.google.longrunning.Operation updateAnywhereCache(
com.google.storage.control.v2.UpdateAnywhereCacheRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.UpdateAnywhereCacheRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getUpdateAnywhereCacheMethod(), getCallOptions(), request);
}

Expand All @@ -2400,8 +2404,9 @@ public com.google.longrunning.Operation updateAnywhereCache(
* </pre>
*/
public com.google.storage.control.v2.AnywhereCache disableAnywhereCache(
com.google.storage.control.v2.DisableAnywhereCacheRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.DisableAnywhereCacheRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getDisableAnywhereCacheMethod(), getCallOptions(), request);
}

Expand All @@ -2413,8 +2418,9 @@ public com.google.storage.control.v2.AnywhereCache disableAnywhereCache(
* </pre>
*/
public com.google.storage.control.v2.AnywhereCache pauseAnywhereCache(
com.google.storage.control.v2.PauseAnywhereCacheRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.PauseAnywhereCacheRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getPauseAnywhereCacheMethod(), getCallOptions(), request);
}

Expand All @@ -2426,8 +2432,9 @@ public com.google.storage.control.v2.AnywhereCache pauseAnywhereCache(
* </pre>
*/
public com.google.storage.control.v2.AnywhereCache resumeAnywhereCache(
com.google.storage.control.v2.ResumeAnywhereCacheRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.ResumeAnywhereCacheRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getResumeAnywhereCacheMethod(), getCallOptions(), request);
}

Expand All @@ -2439,8 +2446,9 @@ public com.google.storage.control.v2.AnywhereCache resumeAnywhereCache(
* </pre>
*/
public com.google.storage.control.v2.AnywhereCache getAnywhereCache(
com.google.storage.control.v2.GetAnywhereCacheRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.GetAnywhereCacheRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetAnywhereCacheMethod(), getCallOptions(), request);
}

Expand All @@ -2452,8 +2460,9 @@ public com.google.storage.control.v2.AnywhereCache getAnywhereCache(
* </pre>
*/
public com.google.storage.control.v2.ListAnywhereCachesResponse listAnywhereCaches(
com.google.storage.control.v2.ListAnywhereCachesRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.ListAnywhereCachesRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getListAnywhereCachesMethod(), getCallOptions(), request);
}

Expand All @@ -2465,8 +2474,9 @@ public com.google.storage.control.v2.ListAnywhereCachesResponse listAnywhereCach
* </pre>
*/
public com.google.storage.control.v2.IntelligenceConfig getProjectIntelligenceConfig(
com.google.storage.control.v2.GetProjectIntelligenceConfigRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.GetProjectIntelligenceConfigRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetProjectIntelligenceConfigMethod(), getCallOptions(), request);
}

Expand All @@ -2478,8 +2488,9 @@ public com.google.storage.control.v2.IntelligenceConfig getProjectIntelligenceCo
* </pre>
*/
public com.google.storage.control.v2.IntelligenceConfig updateProjectIntelligenceConfig(
com.google.storage.control.v2.UpdateProjectIntelligenceConfigRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.UpdateProjectIntelligenceConfigRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getUpdateProjectIntelligenceConfigMethod(), getCallOptions(), request);
}

Expand All @@ -2491,8 +2502,9 @@ public com.google.storage.control.v2.IntelligenceConfig updateProjectIntelligenc
* </pre>
*/
public com.google.storage.control.v2.IntelligenceConfig getFolderIntelligenceConfig(
com.google.storage.control.v2.GetFolderIntelligenceConfigRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.GetFolderIntelligenceConfigRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetFolderIntelligenceConfigMethod(), getCallOptions(), request);
}

Expand All @@ -2504,8 +2516,9 @@ public com.google.storage.control.v2.IntelligenceConfig getFolderIntelligenceCon
* </pre>
*/
public com.google.storage.control.v2.IntelligenceConfig updateFolderIntelligenceConfig(
com.google.storage.control.v2.UpdateFolderIntelligenceConfigRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.UpdateFolderIntelligenceConfigRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getUpdateFolderIntelligenceConfigMethod(), getCallOptions(), request);
}

Expand All @@ -2517,8 +2530,9 @@ public com.google.storage.control.v2.IntelligenceConfig updateFolderIntelligence
* </pre>
*/
public com.google.storage.control.v2.IntelligenceConfig getOrganizationIntelligenceConfig(
com.google.storage.control.v2.GetOrganizationIntelligenceConfigRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.GetOrganizationIntelligenceConfigRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetOrganizationIntelligenceConfigMethod(), getCallOptions(), request);
}

Expand All @@ -2530,8 +2544,9 @@ public com.google.storage.control.v2.IntelligenceConfig getOrganizationIntellige
* </pre>
*/
public com.google.storage.control.v2.IntelligenceConfig updateOrganizationIntelligenceConfig(
com.google.storage.control.v2.UpdateOrganizationIntelligenceConfigRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.storage.control.v2.UpdateOrganizationIntelligenceConfigRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getUpdateOrganizationIntelligenceConfigMethod(), getCallOptions(), request);
}

Expand All @@ -2546,8 +2561,9 @@ public com.google.storage.control.v2.IntelligenceConfig updateOrganizationIntell
* for a managed folder.
* </pre>
*/
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetIamPolicyMethod(), getCallOptions(), request);
}

Expand All @@ -2562,8 +2578,9 @@ public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyReque
* for a managed folder.
* </pre>
*/
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getSetIamPolicyMethod(), getCallOptions(), request);
}

Expand All @@ -2581,8 +2598,8 @@ public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyReque
* </pre>
*/
public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(
com.google.iam.v1.TestIamPermissionsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.iam.v1.TestIamPermissionsRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getTestIamPermissionsMethod(), getCallOptions(), request);
}
}
Expand Down
Loading