Skip to content

Commit bf85cad

Browse files
Google APIscopybara-github
authored andcommitted
feat: Sync stable version
fix!: Sync stable version docs: sync stable version PiperOrigin-RevId: 899788822
1 parent 898f25c commit bf85cad

5 files changed

Lines changed: 1479 additions & 720 deletions

File tree

google/cloud/hypercomputecluster/v1alpha/BUILD.bazel

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ proto_library(
3535
"//google/api:field_info_proto",
3636
"//google/api:resource_proto",
3737
"//google/longrunning:operations_proto",
38+
"//google/type:dayofweek_proto",
39+
"//google/type:timeofday_proto",
3840
"@com_google_protobuf//:duration_proto",
3941
"@com_google_protobuf//:empty_proto",
4042
"@com_google_protobuf//:field_mask_proto",
@@ -91,6 +93,7 @@ java_gapic_library(
9193
":hypercomputecluster_java_proto",
9294
"//google/api:api_java_proto",
9395
"//google/cloud/location:location_java_proto",
96+
"//google/type:type_java_proto",
9497
],
9598
)
9699

@@ -136,6 +139,8 @@ go_grpc_library(
136139
deps = [
137140
"//google/api:annotations_go_proto",
138141
"//google/longrunning:longrunning_go_proto",
142+
"//google/type:dayofweek_go_proto",
143+
"//google/type:timeofday_go_proto",
139144
],
140145
)
141146

@@ -153,6 +158,8 @@ go_gapic_library(
153158
":hypercomputecluster_go_proto",
154159
"//google/cloud/location:location_go_proto",
155160
"//google/longrunning:longrunning_go_proto",
161+
"//google/type:dayofweek_go_proto",
162+
"//google/type:timeofday_go_proto",
156163
"@com_google_cloud_go_longrunning//:go_default_library",
157164
"@com_google_cloud_go_longrunning//autogen:go_default_library",
158165
"@io_bazel_rules_go//proto/wkt:duration_go_proto",
@@ -189,7 +196,8 @@ py_gapic_library(
189196
rest_numeric_enums = True,
190197
service_yaml = "hypercomputecluster_v1alpha.yaml",
191198
transport = "grpc+rest",
192-
deps = [],
199+
deps = [
200+
],
193201
)
194202

195203
py_test(
@@ -305,9 +313,7 @@ ruby_grpc_library(
305313
ruby_cloud_gapic_library(
306314
name = "hypercomputecluster_ruby_gapic",
307315
srcs = [":hypercomputecluster_proto_with_info"],
308-
extra_protoc_parameters = [
309-
"ruby-cloud-gem-name=google-cloud-hypercomputecluster-v1alpha",
310-
],
316+
extra_protoc_parameters = ["ruby-cloud-gem-name=google-cloud-hypercomputecluster-v1alpha"],
311317
grpc_service_config = "hypercomputecluster_grpc_service_config.json",
312318
rest_numeric_enums = True,
313319
service_yaml = "hypercomputecluster_v1alpha.yaml",
@@ -342,6 +348,7 @@ load(
342348

343349
csharp_proto_library(
344350
name = "hypercomputecluster_csharp_proto",
351+
extra_opts = [],
345352
deps = [":hypercomputecluster_proto"],
346353
)
347354

0 commit comments

Comments
 (0)