Skip to content

Commit 22ce74e

Browse files
Google APIscopybara-github
authored andcommitted
chore: migrate iam/credentials to the PHP microgenerator
Committer: @miraleung PiperOrigin-RevId: 373474691
1 parent 821ba0e commit 22ce74e

2 files changed

Lines changed: 6 additions & 28 deletions

File tree

google/iam/credentials/v1/BUILD.bazel

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,14 @@ py_gapic_assembly_pkg(
161161

162162
##############################################################################
163163
# PHP
164+
# DO NOT OVERRIDE this PHP microgenerator section with autogenerated rules.
164165
##############################################################################
165166
load(
166167
"@com_google_googleapis_imports//:imports.bzl",
167-
"php_gapic_assembly_pkg",
168-
"php_gapic_library",
169-
"php_grpc_library",
170-
"php_proto_library",
168+
php_gapic_assembly_pkg = "php_gapic_assembly_pkg2",
169+
php_gapic_library = "php_gapic_library2",
170+
php_grpc_library = "php_grpc_library2",
171+
php_proto_library = "php_proto_library2",
171172
)
172173

173174
php_proto_library(
@@ -183,11 +184,8 @@ php_grpc_library(
183184

184185
php_gapic_library(
185186
name = "credentials_php_gapic",
186-
src = ":credentials_proto_with_info",
187-
gapic_yaml = "iamcredentials_gapic.yaml",
187+
srcs = [":credentials_proto_with_info"],
188188
grpc_service_config = "iamcredentials_grpc_service_config.json",
189-
package = "google.iam.credentials.v1",
190-
service_yaml = "//google/iam/credentials:iamcredentials_v1.yaml",
191189
deps = [
192190
":credentials_php_grpc",
193191
":credentials_php_proto",

google/iam/credentials/v1/iamcredentials_gapic.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)