Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit 7d42668

Browse files
chore: update Java and Python dependencies (#225)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 408420890 Source-Link: googleapis/googleapis@2921f9f Source-Link: https://github.com/googleapis/googleapis-gen/commit/6598ca8cbbf5226733a099c4506518a5af6ff74c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjU5OGNhOGNiYmY1MjI2NzMzYTA5OWM0NTA2NTE4YTVhZjZmZjc0YyJ9
1 parent 7accc28 commit 7d42668

File tree

7 files changed

+4045
-101
lines changed

7 files changed

+4045
-101
lines changed

google-cloud-workflow-executions/src/main/java/com/google/cloud/workflows/executions/v1/package-info.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
*/
1616

1717
/**
18-
* The interfaces provided are listed below, along with usage samples.
18+
* A client to Workflow Executions API
19+
*
20+
* <p>The interfaces provided are listed below, along with usage samples.
1921
*
2022
* <p>======================= ExecutionsClient =======================
2123
*

grpc-google-cloud-workflow-executions-v1/src/main/java/com/google/cloud/workflows/executions/v1/ExecutionsGrpc.java

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
@javax.annotation.Generated(
2929
value = "by gRPC proto compiler",
3030
comments = "Source: google/cloud/workflows/executions/v1/executions.proto")
31+
@io.grpc.stub.annotations.GrpcGenerated
3132
public final class ExecutionsGrpc {
3233

3334
private ExecutionsGrpc() {}

grpc-google-cloud-workflow-executions-v1beta/src/main/java/com/google/cloud/workflows/executions/v1beta/ExecutionsGrpc.java

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
@javax.annotation.Generated(
2929
value = "by gRPC proto compiler",
3030
comments = "Source: google/cloud/workflows/executions/v1beta/executions.proto")
31+
@io.grpc.stub.annotations.GrpcGenerated
3132
public final class ExecutionsGrpc {
3233

3334
private ExecutionsGrpc() {}

0 commit comments

Comments
 (0)