Skip to content

Commit 0fe6538

Browse files
Google APIscopybara-github
authored andcommitted
docs: Genereal documentation improvements
PiperOrigin-RevId: 644440741
1 parent 6206138 commit 0fe6538

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

google/cloud/billing/v1/cloud_catalog.proto

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ message Service {
6565
};
6666

6767
// The resource name for the service.
68-
// Example: "services/DA34-426B-A397"
68+
// Example: "services/6F81-5844-456A"
6969
string name = 1;
7070

7171
// The identifier for the service.
72-
// Example: "DA34-426B-A397"
72+
// Example: "6F81-5844-456A"
7373
string service_id = 2;
7474

7575
// A human readable display name for this service.
@@ -80,19 +80,19 @@ message Service {
8080
string business_entity_name = 4;
8181
}
8282

83-
// Encapsulates a single SKU in Google Cloud Platform
83+
// Encapsulates a single SKU in Google Cloud
8484
message Sku {
8585
option (google.api.resource) = {
8686
type: "cloudbilling.googleapis.com/Sku"
8787
pattern: "services/{service}/skus/{sku}"
8888
};
8989

9090
// The resource name for the SKU.
91-
// Example: "services/DA34-426B-A397/skus/AA95-CD31-42FE"
91+
// Example: "services/6F81-5844-456A/skus/D041-B8A1-6E0B"
9292
string name = 1;
9393

9494
// The identifier for the SKU.
95-
// Example: "AA95-CD31-42FE"
95+
// Example: "D041-B8A1-6E0B"
9696
string sku_id = 2;
9797

9898
// A human readable description of the SKU, has a maximum length of 256
@@ -313,7 +313,7 @@ message ListServicesResponse {
313313
// Request message for `ListSkus`.
314314
message ListSkusRequest {
315315
// Required. The name of the service.
316-
// Example: "services/DA34-426B-A397"
316+
// Example: "services/6F81-5844-456A"
317317
string parent = 1 [
318318
(google.api.field_behavior) = REQUIRED,
319319
(google.api.resource_reference) = {

0 commit comments

Comments
 (0)