@@ -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
8484message 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`.
314314message 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