Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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 @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# the branch into which the pull request is merged
base_branch: main
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.70.0</version>
<version>26.71.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -43,7 +43,7 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>1.142.0</version>
<version>1.143.0</version>
</dependency>

```
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: b1a9eefc2e1021fb9465bdac5e2984499451ae34
gapic_generator_version: 2.64.1
googleapis_commitish: 1b5f8632487bce889ce05366647addc6ef5ee36d
libraries_bom_version: 26.71.0
libraries:
- api_shortname: pubsub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
* messages to a topic.
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/pubsub/v1/pubsub.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class PublisherGrpc {

Expand Down Expand Up @@ -832,8 +829,9 @@ protected PublisherBlockingV2Stub build(
* (https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names).
* </pre>
*/
public com.google.pubsub.v1.Topic createTopic(com.google.pubsub.v1.Topic request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public com.google.pubsub.v1.Topic createTopic(com.google.pubsub.v1.Topic request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getCreateTopicMethod(), getCallOptions(), request);
}

Expand All @@ -845,8 +843,9 @@ public com.google.pubsub.v1.Topic createTopic(com.google.pubsub.v1.Topic request
* mask. Note that certain properties of a topic are not modifiable.
* </pre>
*/
public com.google.pubsub.v1.Topic updateTopic(com.google.pubsub.v1.UpdateTopicRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public com.google.pubsub.v1.Topic updateTopic(com.google.pubsub.v1.UpdateTopicRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getUpdateTopicMethod(), getCallOptions(), request);
}

Expand All @@ -858,9 +857,9 @@ public com.google.pubsub.v1.Topic updateTopic(com.google.pubsub.v1.UpdateTopicRe
* does not exist.
* </pre>
*/
public com.google.pubsub.v1.PublishResponse publish(
com.google.pubsub.v1.PublishRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public com.google.pubsub.v1.PublishResponse publish(com.google.pubsub.v1.PublishRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getPublishMethod(), getCallOptions(), request);
}

Expand All @@ -871,8 +870,9 @@ public com.google.pubsub.v1.PublishResponse publish(
* Gets the configuration of a topic.
* </pre>
*/
public com.google.pubsub.v1.Topic getTopic(com.google.pubsub.v1.GetTopicRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public com.google.pubsub.v1.Topic getTopic(com.google.pubsub.v1.GetTopicRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetTopicMethod(), getCallOptions(), request);
}

Expand All @@ -884,8 +884,8 @@ public com.google.pubsub.v1.Topic getTopic(com.google.pubsub.v1.GetTopicRequest
* </pre>
*/
public com.google.pubsub.v1.ListTopicsResponse listTopics(
com.google.pubsub.v1.ListTopicsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.pubsub.v1.ListTopicsRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getListTopicsMethod(), getCallOptions(), request);
}

Expand All @@ -897,8 +897,8 @@ public com.google.pubsub.v1.ListTopicsResponse listTopics(
* </pre>
*/
public com.google.pubsub.v1.ListTopicSubscriptionsResponse listTopicSubscriptions(
com.google.pubsub.v1.ListTopicSubscriptionsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.pubsub.v1.ListTopicSubscriptionsRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getListTopicSubscriptionsMethod(), getCallOptions(), request);
}

Expand All @@ -914,8 +914,8 @@ public com.google.pubsub.v1.ListTopicSubscriptionsResponse listTopicSubscription
* </pre>
*/
public com.google.pubsub.v1.ListTopicSnapshotsResponse listTopicSnapshots(
com.google.pubsub.v1.ListTopicSnapshotsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.pubsub.v1.ListTopicSnapshotsRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getListTopicSnapshotsMethod(), getCallOptions(), request);
}

Expand All @@ -930,8 +930,9 @@ public com.google.pubsub.v1.ListTopicSnapshotsResponse listTopicSnapshots(
* not deleted, but their `topic` field is set to `_deleted-topic_`.
* </pre>
*/
public com.google.protobuf.Empty deleteTopic(com.google.pubsub.v1.DeleteTopicRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public com.google.protobuf.Empty deleteTopic(com.google.pubsub.v1.DeleteTopicRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getDeleteTopicMethod(), getCallOptions(), request);
}

Expand All @@ -946,8 +947,8 @@ public com.google.protobuf.Empty deleteTopic(com.google.pubsub.v1.DeleteTopicReq
* </pre>
*/
public com.google.pubsub.v1.DetachSubscriptionResponse detachSubscription(
com.google.pubsub.v1.DetachSubscriptionRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.pubsub.v1.DetachSubscriptionRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getDetachSubscriptionMethod(), getCallOptions(), request);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
* Service for doing schema-related operations.
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/pubsub/v1/schema.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class SchemaServiceGrpc {

Expand Down Expand Up @@ -881,8 +878,8 @@ protected SchemaServiceBlockingV2Stub build(
* </pre>
*/
public com.google.pubsub.v1.Schema createSchema(
com.google.pubsub.v1.CreateSchemaRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.pubsub.v1.CreateSchemaRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getCreateSchemaMethod(), getCallOptions(), request);
}

Expand All @@ -893,8 +890,9 @@ public com.google.pubsub.v1.Schema createSchema(
* Gets a schema.
* </pre>
*/
public com.google.pubsub.v1.Schema getSchema(com.google.pubsub.v1.GetSchemaRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public com.google.pubsub.v1.Schema getSchema(com.google.pubsub.v1.GetSchemaRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetSchemaMethod(), getCallOptions(), request);
}

Expand All @@ -906,8 +904,8 @@ public com.google.pubsub.v1.Schema getSchema(com.google.pubsub.v1.GetSchemaReque
* </pre>
*/
public com.google.pubsub.v1.ListSchemasResponse listSchemas(
com.google.pubsub.v1.ListSchemasRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.pubsub.v1.ListSchemasRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getListSchemasMethod(), getCallOptions(), request);
}

Expand All @@ -919,8 +917,8 @@ public com.google.pubsub.v1.ListSchemasResponse listSchemas(
* </pre>
*/
public com.google.pubsub.v1.ListSchemaRevisionsResponse listSchemaRevisions(
com.google.pubsub.v1.ListSchemaRevisionsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.pubsub.v1.ListSchemaRevisionsRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getListSchemaRevisionsMethod(), getCallOptions(), request);
}

Expand All @@ -932,8 +930,8 @@ public com.google.pubsub.v1.ListSchemaRevisionsResponse listSchemaRevisions(
* </pre>
*/
public com.google.pubsub.v1.Schema commitSchema(
com.google.pubsub.v1.CommitSchemaRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.pubsub.v1.CommitSchemaRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getCommitSchemaMethod(), getCallOptions(), request);
}

Expand All @@ -945,8 +943,8 @@ public com.google.pubsub.v1.Schema commitSchema(
* </pre>
*/
public com.google.pubsub.v1.Schema rollbackSchema(
com.google.pubsub.v1.RollbackSchemaRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.pubsub.v1.RollbackSchemaRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getRollbackSchemaMethod(), getCallOptions(), request);
}

Expand All @@ -958,8 +956,8 @@ public com.google.pubsub.v1.Schema rollbackSchema(
* </pre>
*/
public com.google.pubsub.v1.Schema deleteSchemaRevision(
com.google.pubsub.v1.DeleteSchemaRevisionRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.pubsub.v1.DeleteSchemaRevisionRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getDeleteSchemaRevisionMethod(), getCallOptions(), request);
}

Expand All @@ -970,9 +968,9 @@ public com.google.pubsub.v1.Schema deleteSchemaRevision(
* Deletes a schema.
* </pre>
*/
public com.google.protobuf.Empty deleteSchema(
com.google.pubsub.v1.DeleteSchemaRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public com.google.protobuf.Empty deleteSchema(com.google.pubsub.v1.DeleteSchemaRequest request)
throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getDeleteSchemaMethod(), getCallOptions(), request);
}

Expand All @@ -984,8 +982,8 @@ public com.google.protobuf.Empty deleteSchema(
* </pre>
*/
public com.google.pubsub.v1.ValidateSchemaResponse validateSchema(
com.google.pubsub.v1.ValidateSchemaRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.pubsub.v1.ValidateSchemaRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getValidateSchemaMethod(), getCallOptions(), request);
}

Expand All @@ -997,8 +995,8 @@ public com.google.pubsub.v1.ValidateSchemaResponse validateSchema(
* </pre>
*/
public com.google.pubsub.v1.ValidateMessageResponse validateMessage(
com.google.pubsub.v1.ValidateMessageRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
com.google.pubsub.v1.ValidateMessageRequest request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getValidateMessageMethod(), getCallOptions(), request);
}
}
Expand Down
Loading
Loading