Skip to content

Commit 1523043

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add custom target type support
feat: Add revision tagging for one of the Cloud Run deployment strategies docs: Fixed a number of comments. PiperOrigin-RevId: 587671915
1 parent 2aa3b1d commit 1523043

3 files changed

Lines changed: 479 additions & 29 deletions

File tree

google/cloud/deploy/v1/BUILD.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ java_gapic_library(
8888
rest_numeric_enums = True,
8989
service_yaml = "clouddeploy_v1.yaml",
9090
test_deps = [
91+
":deploy_java_grpc",
9192
"//google/cloud/location:location_java_grpc",
9293
"//google/iam/v1:iam_java_grpc",
93-
":deploy_java_grpc",
9494
],
9595
transport = "grpc+rest",
9696
deps = [
@@ -352,7 +352,6 @@ load(
352352

353353
csharp_proto_library(
354354
name = "deploy_csharp_proto",
355-
extra_opts = [],
356355
deps = [":deploy_proto"],
357356
)
358357

0 commit comments

Comments
 (0)