Skip to content

Commit 503fcb1

Browse files
Google APIscopybara-github
authored andcommitted
docs: minor formatting fixes
PiperOrigin-RevId: 458309366
1 parent 917762b commit 503fcb1

7 files changed

Lines changed: 198 additions & 2 deletions

File tree

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# This build file includes a target for the Ruby wrapper library for
2+
# google-cloud-beyond_corp-app_connections.
3+
4+
# This is an API workspace, having public visibility by default makes perfect sense.
5+
package(default_visibility = ["//visibility:public"])
6+
7+
# Export yaml configs.
8+
exports_files(glob(["*.yaml"]))
9+
10+
load(
11+
"@com_google_googleapis_imports//:imports.bzl",
12+
"ruby_cloud_gapic_library",
13+
"ruby_gapic_assembly_pkg",
14+
)
15+
16+
# Generates a Ruby wrapper client for appconnections.
17+
# Ruby wrapper clients are versionless, but are generated from source protos
18+
# for a particular service version, v1 in this case.
19+
ruby_cloud_gapic_library(
20+
name = "appconnections_ruby_wrapper",
21+
srcs = ["//google/cloud/beyondcorp/appconnections/v1:appconnections_proto_with_info"],
22+
extra_protoc_parameters = [
23+
"ruby-cloud-api-id=beyondcorp.googleapis.com",
24+
"ruby-cloud-api-shortname=beyondcorp",
25+
"ruby-cloud-gem-name=google-cloud-beyond_corp-app_connections",
26+
"ruby-cloud-product-url=https://cloud.google.com/beyondcorp/",
27+
"ruby-cloud-wrapper-of=v1:0.0",
28+
],
29+
ruby_cloud_description = "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.",
30+
ruby_cloud_title = "BeyondCorp AppConnections",
31+
)
32+
33+
# Open Source package.
34+
ruby_gapic_assembly_pkg(
35+
name = "google-cloud-appconnections-ruby",
36+
deps = [
37+
":appconnections_ruby_wrapper",
38+
],
39+
)

google/cloud/beyondcorp/appconnections/v1/app_connections_service.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ message ResolveAppConnectionsResponse {
340340
AppConnection app_connection = 1;
341341

342342
// If type=GCP_REGIONAL_MIG, contains most recent VM instances, like
343-
// "https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}".
343+
// `https://www.googleapis.com/compute/v1/projects/{project_id}/zones/{zone_id}/instances/{instance_id}`.
344344
repeated string recent_mig_vms = 2;
345345
}
346346

@@ -397,7 +397,7 @@ message AppConnection {
397397
int32 ingress_port = 4 [(google.api.field_behavior) = OUTPUT_ONLY];
398398

399399
// Required. AppGateway name in following format:
400-
// projects/{project_id}/locations/{location_id}/appgateways/{gateway_id}
400+
// `projects/{project_id}/locations/{location_id}/appgateways/{gateway_id}`
401401
string app_gateway = 5 [
402402
(google.api.field_behavior) = REQUIRED,
403403
(google.api.resource_reference) = {
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# This build file includes a target for the Ruby wrapper library for
2+
# google-cloud-beyond_corp-app_connectors.
3+
4+
# This is an API workspace, having public visibility by default makes perfect sense.
5+
package(default_visibility = ["//visibility:public"])
6+
7+
# Export yaml configs.
8+
exports_files(glob(["*.yaml"]))
9+
10+
load(
11+
"@com_google_googleapis_imports//:imports.bzl",
12+
"ruby_cloud_gapic_library",
13+
"ruby_gapic_assembly_pkg",
14+
)
15+
16+
# Generates a Ruby wrapper client for appconnectors.
17+
# Ruby wrapper clients are versionless, but are generated from source protos
18+
# for a particular service version, v1 in this case.
19+
ruby_cloud_gapic_library(
20+
name = "appconnectors_ruby_wrapper",
21+
srcs = ["//google/cloud/beyondcorp/appconnectors/v1:appconnectors_proto_with_info"],
22+
extra_protoc_parameters = [
23+
"ruby-cloud-api-id=beyondcorp.googleapis.com",
24+
"ruby-cloud-api-shortname=beyondcorp",
25+
"ruby-cloud-gem-name=google-cloud-beyond_corp-app_connectors",
26+
"ruby-cloud-product-url=https://cloud.google.com/beyondcorp/",
27+
"ruby-cloud-wrapper-of=v1:0.0",
28+
],
29+
ruby_cloud_description = "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.",
30+
ruby_cloud_title = "BeyondCorp AppConnectors",
31+
)
32+
33+
# Open Source package.
34+
ruby_gapic_assembly_pkg(
35+
name = "google-cloud-appconnectors-ruby",
36+
deps = [
37+
":appconnectors_ruby_wrapper",
38+
],
39+
)
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# This build file includes a target for the Ruby wrapper library for
2+
# google-cloud-beyond_corp-app_gateways.
3+
4+
# This is an API workspace, having public visibility by default makes perfect sense.
5+
package(default_visibility = ["//visibility:public"])
6+
7+
# Export yaml configs.
8+
exports_files(glob(["*.yaml"]))
9+
10+
load(
11+
"@com_google_googleapis_imports//:imports.bzl",
12+
"ruby_cloud_gapic_library",
13+
"ruby_gapic_assembly_pkg",
14+
)
15+
16+
# Generates a Ruby wrapper client for appgateways.
17+
# Ruby wrapper clients are versionless, but are generated from source protos
18+
# for a particular service version, v1 in this case.
19+
ruby_cloud_gapic_library(
20+
name = "appgateways_ruby_wrapper",
21+
srcs = ["//google/cloud/beyondcorp/appgateways/v1:appgateways_proto_with_info"],
22+
extra_protoc_parameters = [
23+
"ruby-cloud-api-id=beyondcorp.googleapis.com",
24+
"ruby-cloud-api-shortname=beyondcorp",
25+
"ruby-cloud-gem-name=google-cloud-beyond_corp-app_gateways",
26+
"ruby-cloud-product-url=https://cloud.google.com/beyondcorp/",
27+
"ruby-cloud-wrapper-of=v1:0.0",
28+
],
29+
ruby_cloud_description = "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.",
30+
ruby_cloud_title = "BeyondCorp AppGateways",
31+
)
32+
33+
# Open Source package.
34+
ruby_gapic_assembly_pkg(
35+
name = "google-cloud-appgateways-ruby",
36+
deps = [
37+
":appgateways_ruby_wrapper",
38+
],
39+
)
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# This build file includes a target for the Ruby wrapper library for
2+
# google-cloud-beyond_corp-client_connector_services.
3+
4+
# This is an API workspace, having public visibility by default makes perfect sense.
5+
package(default_visibility = ["//visibility:public"])
6+
7+
# Export yaml configs.
8+
exports_files(glob(["*.yaml"]))
9+
10+
load(
11+
"@com_google_googleapis_imports//:imports.bzl",
12+
"ruby_cloud_gapic_library",
13+
"ruby_gapic_assembly_pkg",
14+
)
15+
16+
# Generates a Ruby wrapper client for clientconnectorservices.
17+
# Ruby wrapper clients are versionless, but are generated from source protos
18+
# for a particular service version, v1 in this case.
19+
ruby_cloud_gapic_library(
20+
name = "clientconnectorservices_ruby_wrapper",
21+
srcs = ["//google/cloud/beyondcorp/clientconnectorservices/v1:clientconnectorservices_proto_with_info"],
22+
extra_protoc_parameters = [
23+
"ruby-cloud-api-id=beyondcorp.googleapis.com",
24+
"ruby-cloud-api-shortname=beyondcorp",
25+
"ruby-cloud-gem-name=google-cloud-beyond_corp-client_connector_services",
26+
"ruby-cloud-product-url=https://cloud.google.com/beyondcorp/",
27+
"ruby-cloud-wrapper-of=v1:0.0",
28+
],
29+
ruby_cloud_description = "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.",
30+
ruby_cloud_title = "BeyondCorp ClientConnectorServices",
31+
)
32+
33+
# Open Source package.
34+
ruby_gapic_assembly_pkg(
35+
name = "google-cloud-clientconnectorservices-ruby",
36+
deps = [
37+
":clientconnectorservices_ruby_wrapper",
38+
],
39+
)

google/cloud/beyondcorp/clientconnectorservices/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ ruby_cloud_gapic_library(
256256
"ruby-cloud-api-shortname=beyondcorp",
257257
],
258258
grpc_service_config = "beyondcorp-clientconnectorservices_grpc_service_config.json",
259+
service_yaml = "beyondcorp_v1.yaml",
259260
ruby_cloud_description = "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.",
260261
ruby_cloud_title = "BeyondCorp ClientConnectorServices V1",
261262
deps = [
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# This build file includes a target for the Ruby wrapper library for
2+
# google-cloud-beyond_corp-client_gateways.
3+
4+
# This is an API workspace, having public visibility by default makes perfect sense.
5+
package(default_visibility = ["//visibility:public"])
6+
7+
# Export yaml configs.
8+
exports_files(glob(["*.yaml"]))
9+
10+
load(
11+
"@com_google_googleapis_imports//:imports.bzl",
12+
"ruby_cloud_gapic_library",
13+
"ruby_gapic_assembly_pkg",
14+
)
15+
16+
# Generates a Ruby wrapper client for clientgateways.
17+
# Ruby wrapper clients are versionless, but are generated from source protos
18+
# for a particular service version, v1 in this case.
19+
ruby_cloud_gapic_library(
20+
name = "clientgateways_ruby_wrapper",
21+
srcs = ["//google/cloud/beyondcorp/clientgateways/v1:clientgateways_proto_with_info"],
22+
extra_protoc_parameters = [
23+
"ruby-cloud-api-id=beyondcorp.googleapis.com",
24+
"ruby-cloud-api-shortname=beyondcorp",
25+
"ruby-cloud-gem-name=google-cloud-beyond_corp-client_gateways",
26+
"ruby-cloud-product-url=https://cloud.google.com/beyondcorp/",
27+
"ruby-cloud-wrapper-of=v1:0.0",
28+
],
29+
ruby_cloud_description = "Beyondcorp Enterprise provides identity and context aware access controls for enterprise resources and enables zero-trust access. Using the Beyondcorp Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity using the App Connector hybrid connectivity solution.",
30+
ruby_cloud_title = "BeyondCorp ClientGateways",
31+
)
32+
33+
# Open Source package.
34+
ruby_gapic_assembly_pkg(
35+
name = "google-cloud-clientgateways-ruby",
36+
deps = [
37+
":clientgateways_ruby_wrapper",
38+
],
39+
)

0 commit comments

Comments
 (0)