Skip to content

Commit

Permalink
feat: Management Server APIs
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 621870783
  • Loading branch information
Google APIs authored and Copybara-Service committed Apr 4, 2024
1 parent 9deb78b commit 8b36c86
Show file tree
Hide file tree
Showing 5 changed files with 993 additions and 0 deletions.
9 changes: 9 additions & 0 deletions google/cloud/backupdr/logging/v1/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# This file was automatically generated by BuildFileGenerator

# buildifier: disable=load-on-top

# This is an API workspace, having public visibility by default makes perfect sense.
package(default_visibility = ["//visibility:public"])

Expand All @@ -22,6 +24,7 @@ proto_library(
##############################################################################
# Java
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"java_proto_library",
Expand All @@ -45,6 +48,7 @@ java_gapic_assembly_gradle_pkg(
##############################################################################
# Go
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"go_proto_library",
Expand All @@ -71,6 +75,7 @@ go_gapic_assembly_pkg(
##############################################################################
# Python
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"moved_proto_library",
Expand Down Expand Up @@ -117,6 +122,7 @@ py_gapic_assembly_pkg(
##############################################################################
# PHP
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"php_gapic_assembly_pkg",
Expand All @@ -138,6 +144,7 @@ php_gapic_assembly_pkg(
##############################################################################
# Ruby
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"ruby_grpc_library",
Expand All @@ -158,6 +165,7 @@ ruby_grpc_library(
##############################################################################
# C#
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"csharp_proto_library",
Expand All @@ -182,6 +190,7 @@ csharp_gapic_assembly_pkg(
##############################################################################
# C++
##############################################################################
# buildifier: disable=same-origin-load
load(
"@com_google_googleapis_imports//:imports.bzl",
"cc_grpc_library",
Expand Down

0 comments on commit 8b36c86

Please sign in to comment.