diff --git a/.github/workflows/hermetic_library_generation.yaml b/.github/workflows/hermetic_library_generation.yaml index a1d9c6a9f..31a38fbb0 100644 --- a/.github/workflows/hermetic_library_generation.yaml +++ b/.github/workflows/hermetic_library_generation.yaml @@ -37,7 +37,7 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }} - - uses: googleapis/sdk-platform-java/.github/scripts@v2.63.0 + - uses: googleapis/sdk-platform-java/.github/scripts@v2.64.1 if: env.SHOULD_RUN == 'true' with: base_ref: ${{ github.base_ref }} diff --git a/.kokoro/presubmit/graalvm-native-a.cfg b/.kokoro/presubmit/graalvm-native-a.cfg index 55c5543e2..b772eac66 100644 --- a/.kokoro/presubmit/graalvm-native-a.cfg +++ b/.kokoro/presubmit/graalvm-native-a.cfg @@ -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: { diff --git a/.kokoro/presubmit/graalvm-native-b.cfg b/.kokoro/presubmit/graalvm-native-b.cfg index 5c981b984..baf136cf8 100644 --- a/.kokoro/presubmit/graalvm-native-b.cfg +++ b/.kokoro/presubmit/graalvm-native-b.cfg @@ -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: { diff --git a/.kokoro/presubmit/graalvm-native-c.cfg b/.kokoro/presubmit/graalvm-native-c.cfg index f2032499d..2fb2fc87c 100644 --- a/.kokoro/presubmit/graalvm-native-c.cfg +++ b/.kokoro/presubmit/graalvm-native-c.cfg @@ -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: { diff --git a/README.md b/README.md index e6e309f7e..4dd9612b9 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ If you are using Maven without the BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies: ```Groovy -implementation platform('com.google.cloud:libraries-bom:26.70.0') +implementation platform('com.google.cloud:libraries-bom:26.71.0') implementation 'com.google.cloud:google-cloud-datastore' ``` diff --git a/generation_config.yaml b/generation_config.yaml index d19af969a..21e9734f6 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,6 +1,6 @@ -gapic_generator_version: 2.63.0 -googleapis_commitish: c288189b43c016dd3cf1ec73ce3cadee8b732f07 -libraries_bom_version: 26.70.0 +gapic_generator_version: 2.64.1 +googleapis_commitish: 5342712986262b93211b136eb4bd6fb79b3764af +libraries_bom_version: 26.71.0 libraries: - api_shortname: datastore name_pretty: Cloud Datastore diff --git a/grpc-google-cloud-datastore-admin-v1/src/main/java/com/google/datastore/admin/v1/DatastoreAdminGrpc.java b/grpc-google-cloud-datastore-admin-v1/src/main/java/com/google/datastore/admin/v1/DatastoreAdminGrpc.java index f331aba0e..865f9b090 100644 --- a/grpc-google-cloud-datastore-admin-v1/src/main/java/com/google/datastore/admin/v1/DatastoreAdminGrpc.java +++ b/grpc-google-cloud-datastore-admin-v1/src/main/java/com/google/datastore/admin/v1/DatastoreAdminGrpc.java @@ -60,9 +60,6 @@ * service google.longrunning.Operations. * */ -@javax.annotation.Generated( - value = "by gRPC proto compiler", - comments = "Source: google/datastore/admin/v1/datastore_admin.proto") @io.grpc.stub.annotations.GrpcGenerated public final class DatastoreAdminGrpc { @@ -853,8 +850,9 @@ protected DatastoreAdminBlockingV2Stub build( * */ public com.google.longrunning.Operation exportEntities( - com.google.datastore.admin.v1.ExportEntitiesRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.datastore.admin.v1.ExportEntitiesRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getExportEntitiesMethod(), getCallOptions(), request); } @@ -870,8 +868,9 @@ public com.google.longrunning.Operation exportEntities( * */ public com.google.longrunning.Operation importEntities( - com.google.datastore.admin.v1.ImportEntitiesRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.datastore.admin.v1.ImportEntitiesRequest request) + throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getImportEntitiesMethod(), getCallOptions(), request); } @@ -894,8 +893,8 @@ public com.google.longrunning.Operation importEntities( * */ public com.google.longrunning.Operation createIndex( - com.google.datastore.admin.v1.CreateIndexRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.datastore.admin.v1.CreateIndexRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getCreateIndexMethod(), getCallOptions(), request); } @@ -916,8 +915,8 @@ public com.google.longrunning.Operation createIndex( * */ public com.google.longrunning.Operation deleteIndex( - com.google.datastore.admin.v1.DeleteIndexRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.datastore.admin.v1.DeleteIndexRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getDeleteIndexMethod(), getCallOptions(), request); } @@ -929,8 +928,8 @@ public com.google.longrunning.Operation deleteIndex( * */ public com.google.datastore.admin.v1.Index getIndex( - com.google.datastore.admin.v1.GetIndexRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.datastore.admin.v1.GetIndexRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getGetIndexMethod(), getCallOptions(), request); } @@ -944,8 +943,8 @@ public com.google.datastore.admin.v1.Index getIndex( * */ public com.google.datastore.admin.v1.ListIndexesResponse listIndexes( - com.google.datastore.admin.v1.ListIndexesRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.datastore.admin.v1.ListIndexesRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getListIndexesMethod(), getCallOptions(), request); } } diff --git a/grpc-google-cloud-datastore-v1/src/main/java/com/google/datastore/v1/DatastoreGrpc.java b/grpc-google-cloud-datastore-v1/src/main/java/com/google/datastore/v1/DatastoreGrpc.java index 8feee8ad9..860482c55 100644 --- a/grpc-google-cloud-datastore-v1/src/main/java/com/google/datastore/v1/DatastoreGrpc.java +++ b/grpc-google-cloud-datastore-v1/src/main/java/com/google/datastore/v1/DatastoreGrpc.java @@ -29,9 +29,6 @@ * the request. * */ -@javax.annotation.Generated( - value = "by gRPC proto compiler", - comments = "Source: google/datastore/v1/datastore.proto") @io.grpc.stub.annotations.GrpcGenerated public final class DatastoreGrpc { @@ -758,8 +755,8 @@ protected DatastoreBlockingV2Stub build( * */ public com.google.datastore.v1.LookupResponse lookup( - com.google.datastore.v1.LookupRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.datastore.v1.LookupRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getLookupMethod(), getCallOptions(), request); } @@ -771,8 +768,8 @@ public com.google.datastore.v1.LookupResponse lookup( * */ public com.google.datastore.v1.RunQueryResponse runQuery( - com.google.datastore.v1.RunQueryRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.datastore.v1.RunQueryRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getRunQueryMethod(), getCallOptions(), request); } @@ -784,8 +781,8 @@ public com.google.datastore.v1.RunQueryResponse runQuery( * */ public com.google.datastore.v1.RunAggregationQueryResponse runAggregationQuery( - com.google.datastore.v1.RunAggregationQueryRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.datastore.v1.RunAggregationQueryRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getRunAggregationQueryMethod(), getCallOptions(), request); } @@ -797,8 +794,8 @@ public com.google.datastore.v1.RunAggregationQueryResponse runAggregationQuery( * */ public com.google.datastore.v1.BeginTransactionResponse beginTransaction( - com.google.datastore.v1.BeginTransactionRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.datastore.v1.BeginTransactionRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getBeginTransactionMethod(), getCallOptions(), request); } @@ -811,8 +808,8 @@ public com.google.datastore.v1.BeginTransactionResponse beginTransaction( * */ public com.google.datastore.v1.CommitResponse commit( - com.google.datastore.v1.CommitRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.datastore.v1.CommitRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getCommitMethod(), getCallOptions(), request); } @@ -824,8 +821,8 @@ public com.google.datastore.v1.CommitResponse commit( * */ public com.google.datastore.v1.RollbackResponse rollback( - com.google.datastore.v1.RollbackRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.datastore.v1.RollbackRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getRollbackMethod(), getCallOptions(), request); } @@ -838,8 +835,8 @@ public com.google.datastore.v1.RollbackResponse rollback( * */ public com.google.datastore.v1.AllocateIdsResponse allocateIds( - com.google.datastore.v1.AllocateIdsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.datastore.v1.AllocateIdsRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getAllocateIdsMethod(), getCallOptions(), request); } @@ -852,8 +849,8 @@ public com.google.datastore.v1.AllocateIdsResponse allocateIds( * */ public com.google.datastore.v1.ReserveIdsResponse reserveIds( - com.google.datastore.v1.ReserveIdsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( + com.google.datastore.v1.ReserveIdsRequest request) throws io.grpc.StatusException { + return io.grpc.stub.ClientCalls.blockingV2UnaryCall( getChannel(), getReserveIdsMethod(), getCallOptions(), request); } }