fix: migrate datalabeling/v1beta1 to grpc_service_config
PiperOrigin-RevId: 317872957
This commit is contained in:
parent
df995b638e
commit
d9895939fb
|
|
@ -72,6 +72,7 @@ java_gapic_library(
|
|||
name = "datalabeling_java_gapic",
|
||||
src = ":datalabeling_proto_with_info",
|
||||
gapic_yaml = "datalabeling_gapic.yaml",
|
||||
grpc_service_config = "datalabeling_grpc_service_config.json",
|
||||
package = "google.cloud.datalabeling.v1beta1",
|
||||
service_yaml = "datalabeling_v1beta1.yaml",
|
||||
test_deps = [
|
||||
|
|
@ -201,6 +202,7 @@ py_gapic_library(
|
|||
name = "datalabeling_py_gapic",
|
||||
src = ":datalabeling_proto_with_info",
|
||||
gapic_yaml = "datalabeling_gapic.yaml",
|
||||
grpc_service_config = "datalabeling_grpc_service_config.json",
|
||||
package = "google.cloud.datalabeling.v1beta1",
|
||||
service_yaml = "datalabeling_v1beta1.yaml",
|
||||
deps = [
|
||||
|
|
@ -245,6 +247,7 @@ php_gapic_library(
|
|||
name = "datalabeling_php_gapic",
|
||||
src = ":datalabeling_proto_with_info",
|
||||
gapic_yaml = "datalabeling_gapic.yaml",
|
||||
grpc_service_config = "datalabeling_grpc_service_config.json",
|
||||
package = "google.cloud.datalabeling.v1beta1",
|
||||
service_yaml = "datalabeling_v1beta1.yaml",
|
||||
deps = [
|
||||
|
|
|
|||
|
|
@ -18,23 +18,3 @@ language_settings:
|
|||
package_name: datalabeling.v1beta1
|
||||
interfaces:
|
||||
- name: google.cloud.datalabeling.v1beta1.DataLabelingService
|
||||
retry_params_def:
|
||||
- name: default
|
||||
initial_retry_delay_millis: 100
|
||||
retry_delay_multiplier: 1.3
|
||||
max_retry_delay_millis: 30000
|
||||
initial_rpc_timeout_millis: 20000
|
||||
rpc_timeout_multiplier: 1
|
||||
max_rpc_timeout_millis: 20000
|
||||
total_timeout_millis: 300000
|
||||
methods:
|
||||
- name: DeleteDataset
|
||||
retry_codes_name: idempotent
|
||||
- name: ExportData
|
||||
retry_codes_name: idempotent
|
||||
- name: DeleteAnnotationSpecSet
|
||||
retry_codes_name: idempotent
|
||||
- name: DeleteInstruction
|
||||
retry_codes_name: idempotent
|
||||
- name: DeleteEvaluationJob
|
||||
retry_codes_name: idempotent
|
||||
|
|
|
|||
Loading…
Reference in New Issue