Skip to content

Commit 9acf675

Browse files
docs: [google-cloud-billing] update comments (googleapis#12202)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 598911563 Source-Link: googleapis/googleapis@695adb1 Source-Link: https://github.com/googleapis/googleapis-gen/commit/1316663793927ba344aef98a19747e0bc7bf7ef1 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJpbGxpbmcvLk93bEJvdC55YW1sIiwiaCI6IjEzMTY2NjM3OTM5MjdiYTM0NGFlZjk4YTE5NzQ3ZTBiYzdiZjdlZjEifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent f7cd400 commit 9acf675

5 files changed

Lines changed: 25 additions & 7 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.12.0" # {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.12.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ class BillingAccount(proto.Message):
5656
open, and will therefore be charged for any
5757
usage on associated projects. False if the
5858
billing account is closed, and therefore
59-
projects associated with it will be unable to
60-
use paid services.
59+
projects associated with it are unable to use
60+
paid services.
6161
display_name (str):
6262
The display name given to the billing account, such as
6363
``My Billing Account``. This name is displayed in the Google
@@ -422,8 +422,8 @@ class MoveBillingAccountRequest(proto.Message):
422422
always belongs to the same organization as its parent
423423
account.
424424
destination_parent (str):
425-
Required. The resource name of the Organization to reparent
426-
the billing account under. Must be of the form
425+
Required. The resource name of the Organization to move the
426+
billing account under. Must be of the form
427427
``organizations/{organization_id}``.
428428
"""
429429

packages/google-cloud-billing/noxfile.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,15 @@ def docs(session):
282282

283283
session.install("-e", ".")
284284
session.install(
285+
# We need to pin to specific versions of the `sphinxcontrib-*` packages
286+
# which still support sphinx 4.x.
287+
# See https://github.com/googleapis/sphinx-docfx-yaml/issues/344
288+
# and https://github.com/googleapis/sphinx-docfx-yaml/issues/345.
289+
"sphinxcontrib-applehelp==1.0.4",
290+
"sphinxcontrib-devhelp==1.0.2",
291+
"sphinxcontrib-htmlhelp==2.0.1",
292+
"sphinxcontrib-qthelp==1.0.3",
293+
"sphinxcontrib-serializinghtml==1.1.5",
285294
"sphinx==4.5.0",
286295
"alabaster",
287296
"recommonmark",
@@ -308,6 +317,15 @@ def docfx(session):
308317

309318
session.install("-e", ".")
310319
session.install(
320+
# We need to pin to specific versions of the `sphinxcontrib-*` packages
321+
# which still support sphinx 4.x.
322+
# See https://github.com/googleapis/sphinx-docfx-yaml/issues/344
323+
# and https://github.com/googleapis/sphinx-docfx-yaml/issues/345.
324+
"sphinxcontrib-applehelp==1.0.4",
325+
"sphinxcontrib-devhelp==1.0.2",
326+
"sphinxcontrib-htmlhelp==2.0.1",
327+
"sphinxcontrib-qthelp==1.0.3",
328+
"sphinxcontrib-serializinghtml==1.1.5",
311329
"gcp-sphinx-docfx-yaml",
312330
"alabaster",
313331
"recommonmark",

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.12.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)