fix: migrate container/v1 to grpc_service_config

PiperOrigin-RevId: 317953021
This commit is contained in:
Google APIs 2020-06-23 15:43:00 -07:00 committed by Copybara-Service
parent 7157f95527
commit cd24bd2d87
2 changed files with 3 additions and 5 deletions

View File

@ -58,6 +58,7 @@ java_gapic_library(
name = "container_java_gapic",
src = ":container_proto_with_info",
gapic_yaml = "container_gapic.yaml",
grpc_service_config = "container_grpc_service_config.json",
package = "google.container.v1",
service_yaml = "container_v1.yaml",
test_deps = [
@ -176,6 +177,7 @@ py_gapic_library(
name = "container_py_gapic",
src = ":container_proto_with_info",
gapic_yaml = "container_gapic.yaml",
grpc_service_config = "container_grpc_service_config.json",
package = "google.container.v1",
service_yaml = "container_v1.yaml",
deps = [
@ -220,6 +222,7 @@ php_gapic_library(
name = "container_php_gapic",
src = ":container_proto_with_info",
gapic_yaml = "container_gapic.yaml",
grpc_service_config = "container_grpc_service_config.json",
package = "google.container.v1",
service_yaml = "container_v1.yaml",
deps = [

View File

@ -26,8 +26,3 @@ interfaces:
init_fields:
- project_id=$PROJECT_ID
- zone="us-central1-a"
methods:
- name: DeleteCluster
retry_codes_name: idempotent
- name: DeleteNodePool
retry_codes_name: idempotent