Skip to content

Commit 0037ff6

Browse files
Google APIscopybara-github
authored andcommitted
feat: configure 6 preview clients and 1 GA client for new PHP surface
chore: update php gapic generator 1.7.3 PiperOrigin-RevId: 529499625
1 parent 6f3fcc0 commit 0037ff6

8 files changed

Lines changed: 8 additions & 2 deletions

File tree

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ pnpm_repository(name = "pnpm")
385385
##############################################################################
386386

387387
# PHP micro-generator
388-
_gapic_generator_php_version = "1.7.2"
388+
_gapic_generator_php_version = "1.7.3"
389389

390390
http_archive(
391391
name = "gapic_generator_php",

google/analytics/admin/v1beta/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ php_gapic_library(
230230
rest_numeric_enums = True,
231231
service_yaml = "analyticsadmin_v1beta.yaml",
232232
transport = "grpc+rest",
233+
migration_mode = "MIGRATING",
233234
deps = [
234235
":admin_php_grpc",
235236
":admin_php_proto",

google/analytics/data/v1beta/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ php_gapic_library(
224224
rest_numeric_enums = True,
225225
service_yaml = "analyticsdata_v1beta.yaml",
226226
transport = "grpc+rest",
227+
migration_mode = "MIGRATING",
227228
deps = [
228229
":data_php_grpc",
229230
":data_php_proto",

google/cloud/advisorynotifications/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ php_gapic_library(
225225
rest_numeric_enums = True,
226226
service_yaml = "advisorynotifications_v1.yaml",
227227
transport = "grpc+rest",
228+
migration_mode = "MIGRATING",
228229
deps = [
229230
":advisorynotifications_php_grpc",
230231
":advisorynotifications_php_proto",

google/cloud/aiplatform/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ php_gapic_library(
371371
rest_numeric_enums = False,
372372
service_yaml = "aiplatform_v1.yaml",
373373
transport = "grpc+rest",
374+
migration_mode = "MIGRATING",
374375
deps = [
375376
":aiplatform_php_grpc",
376377
":aiplatform_php_proto",

google/cloud/alloydb/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ php_gapic_library(
251251
rest_numeric_enums = True,
252252
service_yaml = "alloydb_v1.yaml",
253253
transport = "grpc+rest",
254+
migration_mode = "MIGRATING",
254255
deps = [
255256
":alloydb_php_grpc",
256257
":alloydb_php_proto",

google/cloud/secretmanager/v1/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ php_gapic_library(
238238
rest_numeric_enums = True,
239239
service_yaml = "secretmanager_v1.yaml",
240240
transport = "grpc+rest",
241-
migration_mode = "MIGRATING",
241+
migration_mode = "MIGRATION_MODE_UNSPECIFIED",
242242
deps = [
243243
":secretmanager_php_grpc",
244244
":secretmanager_php_proto",

google/identity/accesscontextmanager/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ php_gapic_library(
302302
rest_numeric_enums = True,
303303
service_yaml = "accesscontextmanager_v1.yaml",
304304
transport = "grpc+rest",
305+
migration_mode = "MIGRATING",
305306
deps = [
306307
":accesscontextmanager_php_grpc",
307308
":accesscontextmanager_php_proto",

0 commit comments

Comments
 (0)