Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update service documentation #11686

Merged
merged 2 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.11.4" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.11.4" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ async def create_billing_account(
parent account, which is typically given to billing account
`administrators <https://cloud.google.com/billing/docs/how-to/billing-access>`__.
This method will return an error if the parent account has not
been provisioned as a reseller account.
been provisioned for subaccounts.

.. code-block:: python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ def create_billing_account(
parent account, which is typically given to billing account
`administrators <https://cloud.google.com/billing/docs/how-to/billing-access>`__.
This method will return an error if the parent account has not
been provisioned as a reseller account.
been provisioned for subaccounts.

.. code-block:: python

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def create_billing_account(
parent account, which is typically given to billing account
`administrators <https://cloud.google.com/billing/docs/how-to/billing-access>`__.
This method will return an error if the parent account has not
been provisioned as a reseller account.
been provisioned for subaccounts.

Returns:
Callable[[~.CreateBillingAccountRequest],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def create_billing_account(
parent account, which is typically given to billing account
`administrators <https://cloud.google.com/billing/docs/how-to/billing-access>`__.
This method will return an error if the parent account has not
been provisioned as a reseller account.
been provisioned for subaccounts.

Returns:
Callable[[~.CreateBillingAccountRequest],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ class ListBillingAccountsRequest(proto.Message):
of results is returned.
filter (str):
Options for how to filter the returned billing accounts.
Currently this only supports filtering for
This only supports filtering for
`subaccounts <https://cloud.google.com/billing/docs/concepts>`__
under a single provided reseller billing account. (e.g.
under a single provided parent billing account. (e.g.
"master_billing_account=billingAccounts/012345-678901-ABCDEF").
Boolean algebra and other fields are not currently
supported.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-billing",
"version": "1.11.4"
"version": "0.1.0"
},
"snippets": [
{
Expand Down