Skip to content

Commit 3c1d20c

Browse files
docs: update service documentation (#11686)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 567050256 Source-Link: googleapis/googleapis@5fcf6d8 Source-Link: googleapis/googleapis-gen@8be1153 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJpbGxpbmcvLk93bEJvdC55YW1sIiwiaCI6IjhiZTExNTMxMjQ3YjUzMzBhY2I5NDFjYTM3MzliMjc5YzEyYWExYzEifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 0793af2 commit 3c1d20c

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

packages/google-cloud-billing/google/cloud/billing/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.11.4" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-billing/google/cloud/billing_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.11.4" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ async def create_billing_account(
586586
parent account, which is typically given to billing account
587587
`administrators <https://cloud.google.com/billing/docs/how-to/billing-access>`__.
588588
This method will return an error if the parent account has not
589-
been provisioned as a reseller account.
589+
been provisioned for subaccounts.
590590
591591
.. code-block:: python
592592

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ def create_billing_account(
777777
parent account, which is typically given to billing account
778778
`administrators <https://cloud.google.com/billing/docs/how-to/billing-access>`__.
779779
This method will return an error if the parent account has not
780-
been provisioned as a reseller account.
780+
been provisioned for subaccounts.
781781
782782
.. code-block:: python
783783

packages/google-cloud-billing/google/cloud/billing_v1/services/cloud_billing/transports/grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def create_billing_account(
346346
parent account, which is typically given to billing account
347347
`administrators <https://cloud.google.com/billing/docs/how-to/billing-access>`__.
348348
This method will return an error if the parent account has not
349-
been provisioned as a reseller account.
349+
been provisioned for subaccounts.
350350
351351
Returns:
352352
Callable[[~.CreateBillingAccountRequest],

packages/google-cloud-billing/google/cloud/billing_v1/services/cloud_billing/transports/grpc_asyncio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def create_billing_account(
352352
parent account, which is typically given to billing account
353353
`administrators <https://cloud.google.com/billing/docs/how-to/billing-access>`__.
354354
This method will return an error if the parent account has not
355-
been provisioned as a reseller account.
355+
been provisioned for subaccounts.
356356
357357
Returns:
358358
Callable[[~.CreateBillingAccountRequest],

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ class ListBillingAccountsRequest(proto.Message):
168168
of results is returned.
169169
filter (str):
170170
Options for how to filter the returned billing accounts.
171-
Currently this only supports filtering for
171+
This only supports filtering for
172172
`subaccounts <https://cloud.google.com/billing/docs/concepts>`__
173-
under a single provided reseller billing account. (e.g.
173+
under a single provided parent billing account. (e.g.
174174
"master_billing_account=billingAccounts/012345-678901-ABCDEF").
175175
Boolean algebra and other fields are not currently
176176
supported.

packages/google-cloud-billing/samples/generated_samples/snippet_metadata_google.cloud.billing.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-billing",
11-
"version": "1.11.4"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)