Skip to content

Commit db84beb

Browse files
Google APIscopybara-github
authored andcommitted
feat!: Updated google-cloud-workflows-v1 dependency to version 2.x
feat!: Updated google-cloud-workflows-executions-v1 dependency to version 1.x feat!: Removed dependency on google-cloud-workflows-v1beta prerelease service feat!: Removed dependency on google-cloud-workflows-executions-v1beta prerelease service PiperOrigin-RevId: 725805910
1 parent 354d349 commit db84beb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/cloud/workflows/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ruby_cloud_gapic_library(
2222
extra_protoc_parameters = [
2323
"ruby-cloud-gem-name=google-cloud-workflows",
2424
"ruby-cloud-env-prefix=WORKFLOWS",
25-
"ruby-cloud-wrapper-of=v1:0.7;v1beta:0.8",
25+
"ruby-cloud-wrapper-of=v1:2.0",
2626
"ruby-cloud-product-url=https://cloud.google.com/workflows/",
2727
"ruby-cloud-api-id=workflows.googleapis.com",
2828
"ruby-cloud-api-shortname=workflows",

google/cloud/workflows/executions/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ruby_cloud_gapic_library(
2222
extra_protoc_parameters = [
2323
"ruby-cloud-gem-name=google-cloud-workflows-executions",
2424
"ruby-cloud-env-prefix=WORKFLOWS",
25-
"ruby-cloud-wrapper-of=v1:0.6;v1beta:0.7",
25+
"ruby-cloud-wrapper-of=v1:1.2",
2626
"ruby-cloud-product-url=https://cloud.google.com/workflows/",
2727
"ruby-cloud-api-id=workflowexecutions.googleapis.com",
2828
"ruby-cloud-api-shortname=workflowexecutions",

0 commit comments

Comments
 (0)