Skip to content

Commit

Permalink
fix: migrate oslogin/v1beta to grpc_service_config
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 315989652
  • Loading branch information
Google APIs authored and Copybara-Service committed Jun 11, 2020
1 parent 91b7e0e commit 36b349f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 30 deletions.
3 changes: 3 additions & 0 deletions google/cloud/oslogin/v1beta/BUILD.bazel
Expand Up @@ -80,6 +80,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,
service_yaml = "//google/cloud/oslogin:oslogin_v1beta.yaml",
test_deps = [":oslogin_java_grpc"],
Expand Down Expand Up @@ -206,6 +207,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.v1beta",
service_yaml = "oslogin_v1beta.yaml",
deps = [
Expand Down Expand Up @@ -255,6 +257,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.v1beta",
service_yaml = "oslogin_v1beta.yaml",
deps = [
Expand Down
30 changes: 0 additions & 30 deletions google/cloud/oslogin/v1beta/oslogin_gapic.yaml
Expand Up @@ -17,35 +17,5 @@ language_settings:
nodejs:
package_name: os-login.v1beta
domain_layer_location: google-cloud
# A list of API interface configurations.
interfaces:
# The fully qualified name of the API interface.
- name: google.cloud.oslogin.v1beta.OsLoginService
# Definition for retry/backoff parameters.
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
retry_params_name: default
field_name_patterns:
- name: DeleteSshPublicKey
retry_codes_name: idempotent
retry_params_name: default
- name: GetLoginProfile
retry_params_name: default
- name: GetSshPublicKey
retry_params_name: default
- name: ImportSshPublicKey
retry_codes_name: idempotent
retry_params_name: default
- name: UpdateSshPublicKey
retry_codes_name: idempotent
retry_params_name: default

0 comments on commit 36b349f

Please sign in to comment.