Closed noahdietz closed 1 year ago
If the BUILD.bazel didn't have a php_gapic_library before OR it's a new BUILD.bazel file altogether, it should be migration_mode = "NEW_SURFACE_ONLY". Existing php_gapic_library targets will use "PRE_MIGRATION_SURFACE_ONLY" or their existing value.
php_gapic_library
migration_mode = "NEW_SURFACE_ONLY"
"PRE_MIGRATION_SURFACE_ONLY"
cc @bshaffer
If the BUILD.bazel didn't have a
php_gapic_library
before OR it's a new BUILD.bazel file altogether, it should bemigration_mode = "NEW_SURFACE_ONLY"
. Existingphp_gapic_library
targets will use"PRE_MIGRATION_SURFACE_ONLY"
or their existing value.cc @bshaffer