fix: migrate python datastore/v1 to grpc_service_config
PiperOrigin-RevId: 321580134
This commit is contained in:
parent
9f233f5ab6
commit
bbe5f05ccb
|
|
@ -183,6 +183,7 @@ py_gapic_library(
|
|||
name = "datastore_py_gapic",
|
||||
src = ":datastore_proto_with_info",
|
||||
gapic_yaml = "datastore_gapic.yaml",
|
||||
grpc_service_config = "datastore_grpc_service_config.json",
|
||||
package = "google.datastore.v1",
|
||||
service_yaml = "datastore_v1.yaml",
|
||||
deps = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue