fix: migrate bq/reservation/v1beta1 to grpc_service_config

PiperOrigin-RevId: 320221512
This commit is contained in:
Google APIs 2020-07-08 10:54:51 -07:00 committed by Copybara-Service
parent 8dd269fb6f
commit f1d5e9a3bc
2 changed files with 3 additions and 11 deletions

View File

@ -61,6 +61,7 @@ java_gapic_library(
name = "reservation_java_gapic",
src = ":reservation_proto_with_info",
gapic_yaml = "bigqueryreservation_gapic.yaml",
grpc_service_config = "bigqueryreservation_grpc_service_config.json",
package = "google.cloud.bigquery.reservation.v1beta1",
service_yaml = "bigqueryreservation_v1beta1.yaml",
test_deps = [
@ -183,6 +184,7 @@ py_gapic_library(
name = "reservation_py_gapic",
src = ":reservation_proto_with_info",
gapic_yaml = "bigqueryreservation_gapic.yaml",
grpc_service_config = "bigqueryreservation_grpc_service_config.json",
package = "google.cloud.bigquery.reservation.v1beta1",
service_yaml = "bigqueryreservation_v1beta1.yaml",
deps = [
@ -227,6 +229,7 @@ php_gapic_library(
name = "reservation_php_gapic",
src = ":reservation_proto_with_info",
gapic_yaml = "bigqueryreservation_gapic.yaml",
grpc_service_config = "bigqueryreservation_grpc_service_config.json",
package = "google.cloud.bigquery.reservation.v1beta1",
service_yaml = "bigqueryreservation_v1beta1.yaml",
deps = [

View File

@ -16,14 +16,3 @@ language_settings:
package_name: Google\Cloud\Bigquery\Reservation\V1beta1
nodejs:
package_name: reservation.v1beta1
# A list of API interface configurations.
interfaces:
# The fully qualified name of the API interface.
- name: google.cloud.bigquery.reservation.v1beta1.ReservationService
methods:
- name: DeleteReservation
retry_codes_name: idempotent
- name: DeleteCapacityCommitment
retry_codes_name: idempotent
- name: DeleteAssignment
retry_codes_name: idempotent