Skip to content

Commit 7a518dd

Browse files
Google APIscopybara-github
authored andcommitted
feat: added ListWorkloads RPC
feat: added field data_retention_config to EnvironmentConfig feat: added field web_server_plugins_mode to SoftwareConfig feat: added field storage_config to Environment PiperOrigin-RevId: 606927106
1 parent 2fd7625 commit 7a518dd

4 files changed

Lines changed: 642 additions & 10 deletions

File tree

google/cloud/orchestration/airflow/service/v1/BUILD.bazel

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ java_grpc_library(
7272
java_gapic_library(
7373
name = "service_java_gapic",
7474
srcs = [":service_proto_with_info"],
75+
gapic_yaml = None,
7576
grpc_service_config = "composer_grpc_service_config.json",
7677
rest_numeric_enums = True,
7778
service_yaml = "composer_v1.yaml",
@@ -175,12 +176,12 @@ py_gapic_library(
175176
name = "service_py_gapic",
176177
srcs = [":service_proto"],
177178
grpc_service_config = "composer_grpc_service_config.json",
178-
opt_args = [
179-
"warehouse-package-name=google-cloud-orchestration-airflow",
180-
],
179+
opt_args = ["warehouse-package-name=google-cloud-orchestration-airflow"],
181180
rest_numeric_enums = True,
182181
service_yaml = "composer_v1.yaml",
183182
transport = "grpc+rest",
183+
deps = [
184+
],
184185
)
185186

186187
py_test(
@@ -224,7 +225,9 @@ php_gapic_library(
224225
rest_numeric_enums = True,
225226
service_yaml = "composer_v1.yaml",
226227
transport = "grpc+rest",
227-
deps = [":service_php_proto"],
228+
deps = [
229+
":service_php_proto",
230+
],
228231
)
229232

230233
# Open Source Packages
@@ -292,10 +295,10 @@ ruby_cloud_gapic_library(
292295
name = "service_ruby_gapic",
293296
srcs = [":service_proto_with_info"],
294297
extra_protoc_parameters = [
295-
"ruby-cloud-gem-name=google-cloud-orchestration-airflow-service-v1",
296-
"ruby-cloud-product-url=https://cloud.google.com/composer",
297298
"ruby-cloud-api-id=composer.googleapis.com",
298299
"ruby-cloud-api-shortname=composer",
300+
"ruby-cloud-gem-name=google-cloud-orchestration-airflow-service-v1",
301+
"ruby-cloud-product-url=https://cloud.google.com/composer",
299302
],
300303
grpc_service_config = "composer_grpc_service_config.json",
301304
rest_numeric_enums = True,
@@ -332,6 +335,7 @@ load(
332335

333336
csharp_proto_library(
334337
name = "service_csharp_proto",
338+
extra_opts = [],
335339
deps = [":service_proto"],
336340
)
337341

google/cloud/orchestration/airflow/service/v1/composer_v1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ types:
1313
- name: google.cloud.orchestration.airflow.service.v1.DatabaseFailoverResponse
1414
- name: google.cloud.orchestration.airflow.service.v1.ExecuteAirflowCommandResponse
1515
- name: google.cloud.orchestration.airflow.service.v1.FetchDatabasePropertiesResponse
16+
- name: google.cloud.orchestration.airflow.service.v1.ListWorkloadsResponse
1617
- name: google.cloud.orchestration.airflow.service.v1.LoadSnapshotResponse
1718
- name: google.cloud.orchestration.airflow.service.v1.OperationMetadata
1819
- name: google.cloud.orchestration.airflow.service.v1.PollAirflowCommandResponse

0 commit comments

Comments
 (0)