fix: migrate oslogin/v1 to grpc_service_config
PiperOrigin-RevId: 315988875
This commit is contained in:
parent
cf1a64d9aa
commit
91b7e0e581
|
|
@ -81,6 +81,7 @@ java_gapic_library(
|
|||
name = "oslogin_java_gapic",
|
||||
src = ":oslogin_proto_with_info",
|
||||
gapic_yaml = "oslogin_gapic.yaml",
|
||||
grpc_service_config = "oslogin_grpc_service_config.json",
|
||||
gen_resource_name = False,
|
||||
package = "google.cloud.oslogin.v1",
|
||||
service_yaml = ":oslogin_v1.yaml",
|
||||
|
|
@ -211,6 +212,7 @@ py_gapic_library(
|
|||
name = "oslogin_py_gapic",
|
||||
src = ":oslogin_proto_with_info",
|
||||
gapic_yaml = "oslogin_gapic.yaml",
|
||||
grpc_service_config = "oslogin_grpc_service_config.json",
|
||||
package = "google.cloud.oslogin.v1",
|
||||
service_yaml = "oslogin_v1.yaml",
|
||||
deps = [
|
||||
|
|
@ -260,6 +262,7 @@ php_gapic_library(
|
|||
name = "oslogin_php_gapic",
|
||||
src = ":oslogin_proto_with_info",
|
||||
gapic_yaml = "oslogin_gapic.yaml",
|
||||
grpc_service_config = "oslogin_grpc_service_config.json",
|
||||
package = "google.cloud.oslogin.v1",
|
||||
service_yaml = "oslogin_v1.yaml",
|
||||
deps = [
|
||||
|
|
|
|||
|
|
@ -17,23 +17,3 @@ language_settings:
|
|||
nodejs:
|
||||
package_name: os-login.v1
|
||||
domain_layer_location: google-cloud
|
||||
interfaces:
|
||||
- name: google.cloud.oslogin.v1.OsLoginService
|
||||
retry_params_def:
|
||||
- name: default
|
||||
initial_retry_delay_millis: 100
|
||||
retry_delay_multiplier: 1.3
|
||||
max_retry_delay_millis: 60000
|
||||
initial_rpc_timeout_millis: 10000
|
||||
rpc_timeout_multiplier: 1
|
||||
max_rpc_timeout_millis: 10000
|
||||
total_timeout_millis: 600000
|
||||
methods:
|
||||
- name: DeletePosixAccount
|
||||
retry_codes_name: idempotent
|
||||
- name: DeleteSshPublicKey
|
||||
retry_codes_name: idempotent
|
||||
- name: ImportSshPublicKey
|
||||
retry_codes_name: idempotent
|
||||
- name: UpdateSshPublicKey
|
||||
retry_codes_name: idempotent
|
||||
|
|
|
|||
Loading…
Reference in New Issue