fix: migrate talent/v4beta1 to grpc_service_config
PiperOrigin-RevId: 317110673
This commit is contained in:
parent
bccd840c69
commit
fa4d2ecd08
|
|
@ -86,6 +86,7 @@ java_gapic_library(
|
|||
name = "talent_java_gapic",
|
||||
src = ":talent_proto_with_info",
|
||||
gapic_yaml = "talent_gapic.yaml",
|
||||
grpc_service_config = "talent_grpc_service_config.json",
|
||||
package = "google.cloud.talent.v4beta1",
|
||||
service_yaml = "//google/cloud/talent:talent_v4beta1.yaml",
|
||||
test_deps = [
|
||||
|
|
@ -234,6 +235,7 @@ py_gapic_library(
|
|||
name = "talent_py_gapic",
|
||||
src = ":talent_proto_with_info",
|
||||
gapic_yaml = "talent_gapic.yaml",
|
||||
grpc_service_config = "talent_grpc_service_config.json",
|
||||
package = "google.cloud.talent.v4beta1",
|
||||
service_yaml = "//google/cloud/talent:talent_v4beta1.yaml",
|
||||
deps = [
|
||||
|
|
@ -278,6 +280,7 @@ php_gapic_library(
|
|||
name = "talent_php_gapic",
|
||||
src = ":talent_proto_with_info",
|
||||
gapic_yaml = "talent_gapic.yaml",
|
||||
grpc_service_config = "talent_grpc_service_config.json",
|
||||
package = "google.cloud.talent.v4beta1",
|
||||
service_yaml = "//google/cloud/talent:talent_v4beta1.yaml",
|
||||
deps = [
|
||||
|
|
|
|||
|
|
@ -19,20 +19,12 @@ language_settings:
|
|||
domain_layer_location: google-cloud
|
||||
# A list of API interface configurations.
|
||||
interfaces:
|
||||
- name: google.cloud.talent.v4beta1.ApplicationService
|
||||
methods:
|
||||
- name: DeleteApplication
|
||||
retry_codes_name: idempotent
|
||||
- name: google.cloud.talent.v4beta1.CompanyService
|
||||
deprecated_collections:
|
||||
- name_pattern: projects/{project}/companies/{company}
|
||||
entity_name: company_without_tenant
|
||||
- name_pattern: projects/{project}/tenants/{tenant}/companies/{company}
|
||||
entity_name: company
|
||||
methods:
|
||||
- name: DeleteCompany
|
||||
retry_codes_name: idempotent
|
||||
# The fully qualified name of the API interface.
|
||||
- name: google.cloud.talent.v4beta1.Completion
|
||||
deprecated_collections:
|
||||
- name_pattern: projects/{project}/companies/{company}
|
||||
|
|
@ -50,14 +42,8 @@ interfaces:
|
|||
entity_name: job_without_tenant
|
||||
- name_pattern: projects/{project}/tenants/{tenant}/jobs/{job}
|
||||
entity_name: job
|
||||
methods:
|
||||
- name: DeleteJob
|
||||
retry_codes_name: idempotent
|
||||
# The fully qualified name of the API interface.
|
||||
- name: google.cloud.talent.v4beta1.ProfileService
|
||||
methods:
|
||||
- name: DeleteProfile
|
||||
retry_codes_name: idempotent
|
||||
- name: SearchProfiles
|
||||
page_streaming:
|
||||
request:
|
||||
|
|
@ -66,16 +52,3 @@ interfaces:
|
|||
response:
|
||||
token_field: next_page_token
|
||||
resources_field: summarized_profiles
|
||||
- name: google.cloud.talent.v4beta1.TenantService
|
||||
retry_params_def:
|
||||
- name: default
|
||||
initial_retry_delay_millis: 100
|
||||
retry_delay_multiplier: 1.3
|
||||
max_retry_delay_millis: 60000
|
||||
initial_rpc_timeout_millis: 20000
|
||||
rpc_timeout_multiplier: 1
|
||||
max_rpc_timeout_millis: 20000
|
||||
total_timeout_millis: 300000
|
||||
methods:
|
||||
- name: DeleteTenant
|
||||
retry_codes_name: idempotent
|
||||
|
|
|
|||
Loading…
Reference in New Issue