chore: migrate cloud shell to the PHP microgenerator

Committer: @miraleung
PiperOrigin-RevId: 369293908
pull/648/head
Google APIs 4 years ago committed by Copybara-Service
parent 0ad68c9f56
commit e9427631ab
  1. 22
      google/cloud/shell/v1/BUILD.bazel

@ -123,13 +123,13 @@ go_gapic_library(
srcs = [":shell_proto_with_info"],
grpc_service_config = "cloudshell_grpc_service_config.json",
importpath = "cloud.google.com/go/shell/apiv1;shell",
service_yaml = "cloudshell_v1.yaml",
metadata = True,
service_yaml = "cloudshell_v1.yaml",
deps = [
":shell_go_proto",
"//google/longrunning:longrunning_go_proto",
"@com_google_cloud_go//longrunning/autogen:go_default_library",
"@com_google_cloud_go//longrunning:go_default_library",
"@com_google_cloud_go//longrunning/autogen:go_default_library",
],
)
@ -145,8 +145,8 @@ go_gapic_assembly_pkg(
name = "gapi-cloud-shell-v1-go",
deps = [
":shell_go_gapic",
":shell_go_gapic_srcjar-test.srcjar",
":shell_go_gapic_srcjar-metadata.srcjar",
":shell_go_gapic_srcjar-test.srcjar",
":shell_go_proto",
],
)
@ -176,13 +176,14 @@ py_gapic_assembly_pkg(
##############################################################################
# PHP
# DO NOT OVERRIDE this PHP microgenerator section with autogenerated rules.
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"php_gapic_assembly_pkg",
"php_gapic_library",
"php_grpc_library",
"php_proto_library",
php_gapic_assembly_pkg = "php_gapic_assembly_pkg2",
php_gapic_library = "php_gapic_library2",
php_grpc_library = "php_grpc_library2",
php_proto_library = "php_proto_library2",
)
php_proto_library(
@ -198,11 +199,8 @@ php_grpc_library(
php_gapic_library(
name = "shell_php_gapic",
src = ":shell_proto_with_info",
gapic_yaml = "cloudshell_gapic.yaml",
srcs = [":shell_proto_with_info"],
grpc_service_config = "cloudshell_grpc_service_config.json",
package = "google.cloud.shell.v1",
service_yaml = "cloudshell_v1.yaml",
deps = [
":shell_php_grpc",
":shell_php_proto",
@ -252,8 +250,8 @@ nodejs_gapic_assembly_pkg(
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"ruby_gapic_assembly_pkg",
"ruby_cloud_gapic_library",
"ruby_gapic_assembly_pkg",
"ruby_grpc_library",
"ruby_proto_library",
)

Loading…
Cancel
Save