Skip to content

Commit 73dd30d

Browse files
docs: [google-cloud-billing] Genereal documentation improvements (#12813)
BEGIN_COMMIT_OVERRIDE docs: Genereal documentation improvements END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. PiperOrigin-RevId: 644440741 Source-Link: googleapis/googleapis@0fe6538 Source-Link: googleapis/googleapis-gen@67150ec Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJpbGxpbmcvLk93bEJvdC55YW1sIiwiaCI6IjY3MTUwZWNkMjllMTc4MDgxNTBiZTAyYjc3ZWVhMmM0MWRmMGE4ZTEifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: ohmayr <omairnaveed@ymail.com>
1 parent 9e20534 commit 73dd30d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/google-cloud-billing/google/cloud/billing_v1/services/cloud_catalog/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ async def sample_list_skus():
390390
The request object. Request message for ``ListSkus``.
391391
parent (:class:`str`):
392392
Required. The name of the service.
393-
Example: "services/DA34-426B-A397"
393+
Example: "services/6F81-5844-456A"
394394
395395
This corresponds to the ``parent`` field
396396
on the ``request`` instance; if ``request`` is provided, this

packages/google-cloud-billing/google/cloud/billing_v1/services/cloud_catalog/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ def sample_list_skus():
815815
The request object. Request message for ``ListSkus``.
816816
parent (str):
817817
Required. The name of the service.
818-
Example: "services/DA34-426B-A397"
818+
Example: "services/6F81-5844-456A"
819819
820820
This corresponds to the ``parent`` field
821821
on the ``request`` instance; if ``request`` is provided, this

packages/google-cloud-billing/google/cloud/billing_v1/types/cloud_catalog.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ class Service(proto.Message):
4545
Attributes:
4646
name (str):
4747
The resource name for the service.
48-
Example: "services/DA34-426B-A397".
48+
Example: "services/6F81-5844-456A".
4949
service_id (str):
5050
The identifier for the service.
51-
Example: "DA34-426B-A397".
51+
Example: "6F81-5844-456A".
5252
display_name (str):
5353
A human readable display name for this
5454
service.
@@ -77,16 +77,16 @@ class Service(proto.Message):
7777

7878

7979
class Sku(proto.Message):
80-
r"""Encapsulates a single SKU in Google Cloud Platform
80+
r"""Encapsulates a single SKU in Google Cloud
8181
8282
Attributes:
8383
name (str):
8484
The resource name for the SKU.
8585
Example:
86-
"services/DA34-426B-A397/skus/AA95-CD31-42FE".
86+
"services/6F81-5844-456A/skus/D041-B8A1-6E0B".
8787
sku_id (str):
8888
The identifier for the SKU.
89-
Example: "AA95-CD31-42FE".
89+
Example: "D041-B8A1-6E0B".
9090
description (str):
9191
A human readable description of the SKU, has
9292
a maximum length of 256 characters.
@@ -515,7 +515,7 @@ class ListSkusRequest(proto.Message):
515515
Attributes:
516516
parent (str):
517517
Required. The name of the service.
518-
Example: "services/DA34-426B-A397".
518+
Example: "services/6F81-5844-456A".
519519
start_time (google.protobuf.timestamp_pb2.Timestamp):
520520
Optional inclusive start time of the time range for which
521521
the pricing versions will be returned. Timestamps in the

0 commit comments

Comments
 (0)