Skip to content

Commit b1c7b67

Browse files
Google APIscopybara-github
authored andcommitted
fix: Add service_yaml_parameters to ruby_cloud_gapic_library targets
PiperOrigin-RevId: 513640313
1 parent c959f42 commit b1c7b67

11 files changed

Lines changed: 14 additions & 5 deletions

File tree

google/api/serviceusage/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ ruby_cloud_gapic_library(
295295
rest_numeric_enums = True,
296296
ruby_cloud_description = "Service Usage is an infrastructure service of Google Cloud that lets you list and manage other APIs and services in your Cloud projects. You can list and manage Google Cloud services and their APIs, as well as services created using Cloud Endpoints.",
297297
ruby_cloud_title = "Service Usage V1",
298+
service_yaml = "serviceusage_v1.yaml",
298299
deps = [
299300
":serviceusage_ruby_grpc",
300301
":serviceusage_ruby_proto",

google/cloud/filestore/v1beta1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ ruby_cloud_gapic_library(
312312
rest_numeric_enums = True,
313313
ruby_cloud_description = "Filestore instances are fully managed NFS file servers on Google Cloud for use with applications running on Compute Engine virtual machines (VMs) instances or Google Kubernetes Engine clusters.",
314314
ruby_cloud_title = "Filestore V1beta1",
315+
service_yaml = "file_v1beta1.yaml",
315316
deps = [
316317
":filestore_ruby_grpc",
317318
":filestore_ruby_proto",

google/cloud/metastore/v1/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ py_gapic_library(
187187
rest_numeric_enums = True,
188188
service_yaml = "metastore_v1.yaml",
189189
transport = "grpc+rest",
190-
deps = ["//google/iam/v1:iam_policy_py_proto",]
190+
deps = ["//google/iam/v1:iam_policy_py_proto"],
191191
)
192192

193193
py_test(

google/cloud/networkconnectivity/v1/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ py_gapic_library(
183183
rest_numeric_enums = True,
184184
service_yaml = "networkconnectivity_v1.yaml",
185185
transport = "grpc",
186-
deps = ["//google/iam/v1:iam_policy_py_proto",]
186+
deps = ["//google/iam/v1:iam_policy_py_proto"],
187187
)
188188

189189
py_test(

google/cloud/security/privateca/v1/BUILD.bazel

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ py_gapic_library(
197197
rest_numeric_enums = True,
198198
service_yaml = "privateca_v1.yaml",
199199
transport = "grpc+rest",
200-
deps = ["//google/iam/v1:iam_policy_py_proto",]
200+
deps = ["//google/iam/v1:iam_policy_py_proto"],
201201
)
202202

203203
py_test(
@@ -207,8 +207,9 @@ py_test(
207207
"privateca_py_gapic_test.py",
208208
],
209209
legacy_create_init = False,
210-
deps = [":privateca_py_gapic",
211-
],
210+
deps = [
211+
":privateca_py_gapic",
212+
],
212213
)
213214

214215
# Open Source Packages

google/cloud/sql/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ ruby_cloud_gapic_library(
316316
],
317317
grpc_service_config = "sqladmin_grpc_service_config.json",
318318
rest_numeric_enums = True,
319+
service_yaml = "sqladmin_v1.yaml",
319320
deps = [
320321
":sql_ruby_grpc",
321322
":sql_ruby_proto",

google/cloud/sql/v1beta4/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ ruby_cloud_gapic_library(
304304
extra_protoc_parameters = ["ruby-cloud-gem-name=google-cloud-sql-v1beta4"],
305305
grpc_service_config = "sqladmin_grpc_service_config.json",
306306
rest_numeric_enums = True,
307+
service_yaml = "sqladmin_v1beta4.yaml",
307308
deps = [
308309
":sql_ruby_grpc",
309310
":sql_ruby_proto",

google/devtools/containeranalysis/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ ruby_cloud_gapic_library(
301301
rest_numeric_enums = True,
302302
ruby_cloud_description = "The Container Analysis API is an implementation of Grafeas. It stores, and enables querying and retrieval of, critical metadata about all of your software artifacts.",
303303
ruby_cloud_title = "Container Analysis V1",
304+
service_yaml = "containeranalysis_v1.yaml",
304305
deps = [
305306
":containeranalysis_ruby_grpc",
306307
":containeranalysis_ruby_proto",

google/devtools/testing/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ ruby_cloud_gapic_library(
276276
],
277277
grpc_service_config = "testing_grpc_service_config.json",
278278
rest_numeric_enums = True,
279+
service_yaml = "testing_v1.yaml",
279280
deps = [
280281
":testing_ruby_grpc",
281282
":testing_ruby_proto",

google/iam/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ ruby_cloud_gapic_library(
179179
rest_numeric_enums = False,
180180
ruby_cloud_description = "An add-on interface used by some Google API clients to provide IAM Policy calls.",
181181
ruby_cloud_title = "IAM",
182+
service_yaml = "iam_meta_api.yaml",
182183
transport = "grpc+rest",
183184
deps = [
184185
":iam_ruby_grpc",

0 commit comments

Comments
 (0)