Skip to content

Commit 4ed62e4

Browse files
Google APIscopybara-github
authored andcommitted
docs: Replace "GCP" with "Google Cloud" in API comments
docs: Remove single quotes from DatabaseCenter summary. PiperOrigin-RevId: 871778449
1 parent 1133adb commit 4ed62e4

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

google/cloud/databasecenter/v1beta/databasecenter_v1beta.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ apis:
88

99
documentation:
1010
summary: |-
11-
Database Center provides an organization-wide, cross-product fleet health
12-
platform to eliminate the overhead, complexity, and risk associated with
13-
aggregating and summarizing health signals through custom dashboards.
14-
Through Database Center’s fleet health dashboard and API, database
15-
platform teams that are responsible for reliability, compliance, security,
16-
cost, and administration of database fleets will now have a single pane of
17-
glass that pinpoints issues relevant to each team.
11+
Database Center offers a comprehensive, organization-wide platform for
12+
monitoring database fleet health across various products. It simplifies
13+
management and reduces risk by automatically aggregating and summarizing
14+
key health signals, removing the need for custom dashboards. The platform
15+
provides a unified view through its dashboard and API, enabling teams
16+
focused on reliability, compliance, security, cost, and administration to
17+
quickly identify and address relevant issues within their database fleets.
1818
overview: |-
1919
The Database Center API provides access to an organization-wide,
2020
cross-product database fleet health platform. It aggregates health,

google/cloud/databasecenter/v1beta/product.proto

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,31 +77,31 @@ enum ProductType {
7777
// didn't provide this field in the request.
7878
PRODUCT_TYPE_UNSPECIFIED = 0;
7979

80-
// Cloud SQL product area in GCP
80+
// Cloud SQL product area in Google Cloud
8181
PRODUCT_TYPE_CLOUD_SQL = 1;
8282

83-
// AlloyDB product area in GCP
83+
// AlloyDB product area in Google Cloud
8484
PRODUCT_TYPE_ALLOYDB = 2;
8585

86-
// Spanner product area in GCP
86+
// Spanner product area in Google Cloud
8787
PRODUCT_TYPE_SPANNER = 3;
8888

89-
// Bigtable product area in GCP
89+
// Bigtable product area in Google Cloud
9090
PRODUCT_TYPE_BIGTABLE = 6;
9191

92-
// Memorystore product area in GCP
92+
// Memorystore product area in Google Cloud
9393
PRODUCT_TYPE_MEMORYSTORE = 7;
9494

95-
// Firestore product area in GCP
95+
// Firestore product area in Google Cloud
9696
PRODUCT_TYPE_FIRESTORE = 8;
9797

9898
// Compute Engine self managed databases
9999
PRODUCT_TYPE_COMPUTE_ENGINE = 9;
100100

101-
// Oracle product area in GCP
101+
// Oracle product area in Google Cloud
102102
PRODUCT_TYPE_ORACLE_ON_GCP = 10;
103103

104-
// BigQuery product area in GCP
104+
// BigQuery product area in Google Cloud
105105
PRODUCT_TYPE_BIGQUERY = 11;
106106

107107
// Other refers to rest of other product type. This is to be when product type

google/cloud/databasecenter/v1beta/service.proto

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ message DatabaseResourceGroup {
338338

339339
// DatabaseResource represents every individually configured database unit
340340
// representing compute and/or storage.
341-
// NextId: 20
342341
message DatabaseResource {
343342
// List of children associated with a database group.
344343
repeated DatabaseResource child_resources = 1;
@@ -355,16 +354,17 @@ message DatabaseResource {
355354
// `//alloydb.googleapis.com/projects/project-number/locations/us-central1/clusters/c1/instances/i1`
356355
string full_resource_name = 3;
357356

358-
// Specifies where the resource is created. For GCP, it is the full name of
359-
// the project.
357+
// Specifies where the resource is created. For Google Cloud resources, it is
358+
// the full name of the project.
360359
string container = 4;
361360

362361
// The product this resource represents.
363362
Product product = 5;
364363

365364
// The location of the resources. It supports returning only regional
366-
// locations in GCP. These are of the form: "us-central1", "us-east1", etc.
367-
// See https://cloud.google.com/about/locations for a list of such regions.
365+
// locations in Google Cloud. These are of the form: "us-central1",
366+
// "us-east1", etc. See https://cloud.google.com/about/locations for a list of
367+
// such regions.
368368
string location = 6;
369369

370370
// Labels applied on the resource. The requirements for labels assigned to
@@ -677,8 +677,8 @@ message AggregateFleetRow {
677677
message Dimension {
678678
// Followings are the dimensions to be used to aggregate the fleet.
679679
oneof dimension {
680-
// Specifies where the resource is created. For GCP, it is the full name of
681-
// the project.
680+
// Specifies where the resource is created. For Google Cloud resources, it
681+
// is the full name of the project.
682682
string container = 2;
683683

684684
// Type to identify a product
@@ -691,7 +691,7 @@ message Dimension {
691691
string product_version = 5;
692692

693693
// The location of the resources. It supports returning only regional
694-
// locations in GCP.
694+
// locations in Google Cloud.
695695
string location = 6;
696696

697697
// The type of resource defined according to the pattern:
@@ -865,8 +865,8 @@ message ResourceDetails {
865865
// Full resource name of the resource.
866866
string full_resource_name = 1;
867867

868-
// Specifies where the resource is created. For GCP, it is the full name of
869-
// the project.
868+
// Specifies where the resource is created. For Google Cloud resources, it is
869+
// the full name of the project.
870870
string container = 2;
871871

872872
// Product type of the resource.

google/cloud/databasecenter/v1beta/signals.proto

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,19 +121,19 @@ enum SignalType {
121121
// value.
122122
SIGNAL_TYPE_LAST_BACKUP_OLD = 7;
123123

124-
// Represents if a resource violates CIS GCP Foundation 2.0.
124+
// Represents if a resource violates CIS Google Cloud Platform Foundation 2.0.
125125
SIGNAL_TYPE_VIOLATES_CIS_GCP_FOUNDATION_2_0 = 8;
126126

127-
// Represents if a resource violates CIS GCP Foundation 1.3.
127+
// Represents if a resource violates CIS Google Cloud Platform Foundation 1.3.
128128
SIGNAL_TYPE_VIOLATES_CIS_GCP_FOUNDATION_1_3 = 9;
129129

130-
// Represents if a resource violates CIS GCP Foundation 1.2.
130+
// Represents if a resource violates CIS Google Cloud Platform Foundation 1.2.
131131
SIGNAL_TYPE_VIOLATES_CIS_GCP_FOUNDATION_1_2 = 10;
132132

133-
// Represents if a resource violates CIS GCP Foundation 1.1.
133+
// Represents if a resource violates CIS Google Cloud Platform Foundation 1.1.
134134
SIGNAL_TYPE_VIOLATES_CIS_GCP_FOUNDATION_1_1 = 11;
135135

136-
// Represents if a resource violates CIS GCP Foundation 1.0.
136+
// Represents if a resource violates CIS Google Cloud Platform Foundation 1.0.
137137
SIGNAL_TYPE_VIOLATES_CIS_GCP_FOUNDATION_1_0 = 12;
138138

139139
// Represents if a resource violates CIS Controls 8.0.
@@ -590,8 +590,8 @@ message SubResource {
590590
// OPTIONAL
591591
Product product = 3 [(google.api.field_behavior) = OPTIONAL];
592592

593-
// Specifies where the resource is created. For GCP, it is the full name of
594-
// the project.
593+
// Specifies where the resource is created. For Google Cloud resources, it is
594+
// the full name of the project.
595595
string container = 4;
596596
}
597597

0 commit comments

Comments
 (0)