fix: migrate bq/storage/v1alpha2 to grpc_service_config
PiperOrigin-RevId: 321249584
This commit is contained in:
parent
84ebe7c62f
commit
da557a85c1
|
|
@ -65,6 +65,7 @@ java_gapic_library(
|
|||
name = "storage_java_gapic",
|
||||
src = ":storage_proto_with_info",
|
||||
gapic_yaml = "bigquerystorage_gapic.yaml",
|
||||
grpc_service_config = "bigquerystorage_grpc_service_config.json",
|
||||
package = "google.cloud.bigquery.storage.v1alpha2",
|
||||
service_yaml = "bigquerystorage_v1alpha2.yaml",
|
||||
test_deps = [
|
||||
|
|
@ -188,6 +189,7 @@ py_gapic_library(
|
|||
name = "storage_py_gapic",
|
||||
src = ":storage_proto_with_info",
|
||||
gapic_yaml = "bigquerystorage_gapic.yaml",
|
||||
grpc_service_config = "bigquerystorage_grpc_service_config.json",
|
||||
package = "google.cloud.bigquery.storage.v1alpha2",
|
||||
service_yaml = "bigquerystorage_v1alpha2.yaml",
|
||||
deps = [
|
||||
|
|
@ -232,6 +234,7 @@ php_gapic_library(
|
|||
name = "storage_php_gapic",
|
||||
src = ":storage_proto_with_info",
|
||||
gapic_yaml = "bigquerystorage_gapic.yaml",
|
||||
grpc_service_config = "bigquerystorage_grpc_service_config.json",
|
||||
package = "google.cloud.bigquery.storage.v1alpha2",
|
||||
service_yaml = "bigquerystorage_v1alpha2.yaml",
|
||||
deps = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue