Skip to content

Commit

Permalink
feat: Enable rest transport for Python aiplatform v1 and v1beta1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 607065016
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 14, 2024
1 parent b453267 commit ac3416c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ py_gapic_library(
grpc_service_config = "aiplatform_grpc_service_config.json",
rest_numeric_enums = False,
service_yaml = "aiplatform_v1.yaml",
transport = "grpc",
transport = "grpc+rest",
deps = [
"//google/iam/v1:iam_policy_py_proto",
],
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/v1beta1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ py_gapic_library(
grpc_service_config = "aiplatform_grpc_service_config.json",
rest_numeric_enums = False,
service_yaml = "aiplatform_v1beta1.yaml",
transport = "grpc",
transport = "grpc+rest",
deps = [
"//google/iam/v1:iam_policy_py_proto",
],
Expand Down

0 comments on commit ac3416c

Please sign in to comment.