Skip to content

Commit

Permalink
feat: configure 6 preview clients and 1 GA client for new PHP surface
Browse files Browse the repository at this point in the history
chore: update php gapic generator 1.7.3

PiperOrigin-RevId: 529499625
  • Loading branch information
Google APIs authored and Copybara-Service committed May 4, 2023
1 parent 6f3fcc0 commit 0037ff6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ pnpm_repository(name = "pnpm")
##############################################################################

# PHP micro-generator
_gapic_generator_php_version = "1.7.2"
_gapic_generator_php_version = "1.7.3"

http_archive(
name = "gapic_generator_php",
Expand Down
1 change: 1 addition & 0 deletions google/analytics/admin/v1beta/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "analyticsadmin_v1beta.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATING",
deps = [
":admin_php_grpc",
":admin_php_proto",
Expand Down
1 change: 1 addition & 0 deletions google/analytics/data/v1beta/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "analyticsdata_v1beta.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATING",
deps = [
":data_php_grpc",
":data_php_proto",
Expand Down
1 change: 1 addition & 0 deletions google/cloud/advisorynotifications/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "advisorynotifications_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATING",
deps = [
":advisorynotifications_php_grpc",
":advisorynotifications_php_proto",
Expand Down
1 change: 1 addition & 0 deletions google/cloud/aiplatform/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ php_gapic_library(
rest_numeric_enums = False,
service_yaml = "aiplatform_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATING",
deps = [
":aiplatform_php_grpc",
":aiplatform_php_proto",
Expand Down
1 change: 1 addition & 0 deletions google/cloud/alloydb/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "alloydb_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATING",
deps = [
":alloydb_php_grpc",
":alloydb_php_proto",
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/secretmanager/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "secretmanager_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATING",
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
deps = [
":secretmanager_php_grpc",
":secretmanager_php_proto",
Expand Down
1 change: 1 addition & 0 deletions google/identity/accesscontextmanager/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ php_gapic_library(
rest_numeric_enums = True,
service_yaml = "accesscontextmanager_v1.yaml",
transport = "grpc+rest",
migration_mode = "MIGRATING",
deps = [
":accesscontextmanager_php_grpc",
":accesscontextmanager_php_proto",
Expand Down

0 comments on commit 0037ff6

Please sign in to comment.