mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-19 13:17:47 +02:00
fix(python)!: Correct BigQuery sub-package namespace avoid clobbering
PiperOrigin-RevId: 540282100
This commit is contained in:
parent
5ab3a3f8e8
commit
cc2da762b6
5 changed files with 20 additions and 0 deletions
|
|
@ -171,6 +171,10 @@ py_gapic_library(
|
|||
name = "analyticshub_py_gapic",
|
||||
srcs = [":analyticshub_proto"],
|
||||
grpc_service_config = "analyticshub_v1_grpc_service_config.json",
|
||||
opt_args = [
|
||||
"python-gapic-namespace=google.cloud",
|
||||
"python-gapic-name=bigquery_analyticshub",
|
||||
],
|
||||
rest_numeric_enums = False,
|
||||
service_yaml = "analyticshub_v1.yaml",
|
||||
transport = "grpc",
|
||||
|
|
|
|||
|
|
@ -164,6 +164,10 @@ py_gapic_library(
|
|||
name = "biglake_py_gapic",
|
||||
srcs = [":biglake_proto"],
|
||||
grpc_service_config = "biglake_v1_grpc_service_config.json",
|
||||
opt_args = [
|
||||
"python-gapic-namespace=google.cloud",
|
||||
"python-gapic-name=bigquery_biglake",
|
||||
],
|
||||
rest_numeric_enums = True,
|
||||
service_yaml = "biglake_v1.yaml",
|
||||
transport = "grpc+rest",
|
||||
|
|
|
|||
|
|
@ -165,6 +165,10 @@ py_gapic_library(
|
|||
name = "biglake_py_gapic",
|
||||
srcs = [":biglake_proto"],
|
||||
grpc_service_config = "biglake_v1alpha1_grpc_service_config.json",
|
||||
opt_args = [
|
||||
"python-gapic-namespace=google.cloud",
|
||||
"python-gapic-name=bigquery_biglake",
|
||||
],
|
||||
rest_numeric_enums = True,
|
||||
service_yaml = "biglake_v1alpha1.yaml",
|
||||
transport = "grpc+rest",
|
||||
|
|
|
|||
|
|
@ -170,6 +170,10 @@ py_gapic_library(
|
|||
name = "datapolicies_py_gapic",
|
||||
srcs = [":datapolicies_proto"],
|
||||
grpc_service_config = "datapolicies_v1_grpc_service_config.json",
|
||||
opt_args = [
|
||||
"python-gapic-namespace=google.cloud",
|
||||
"python-gapic-name=bigquery_datapolicies",
|
||||
],
|
||||
rest_numeric_enums = True,
|
||||
service_yaml = "bigquerydatapolicy_v1.yaml",
|
||||
transport = "grpc+rest",
|
||||
|
|
|
|||
|
|
@ -170,6 +170,10 @@ py_gapic_library(
|
|||
name = "datapolicies_py_gapic",
|
||||
srcs = [":datapolicies_proto"],
|
||||
grpc_service_config = "datapolicies_v1beta1_grpc_service_config.json",
|
||||
opt_args = [
|
||||
"python-gapic-namespace=google.cloud",
|
||||
"python-gapic-name=bigquery_datapolicies",
|
||||
],
|
||||
rest_numeric_enums = False,
|
||||
service_yaml = "bigquerydatapolicy_v1beta1.yaml",
|
||||
transport = "grpc",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue