Skip to content

Commit

Permalink
docs: [google-cloud-billing] update comments (#12202)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 598911563

Source-Link:
googleapis/googleapis@695adb1

Source-Link:
googleapis/googleapis-gen@1316663
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJpbGxpbmcvLk93bEJvdC55YW1sIiwiaCI6IjEzMTY2NjM3OTM5MjdiYTM0NGFlZjk4YTE5NzQ3ZTBiYzdiZjdlZjEifQ==

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 17, 2024
1 parent f7cd400 commit 9acf675
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 7 deletions.
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.12.0" # {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.12.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ class BillingAccount(proto.Message):
open, and will therefore be charged for any
usage on associated projects. False if the
billing account is closed, and therefore
projects associated with it will be unable to
use paid services.
projects associated with it are unable to use
paid services.
display_name (str):
The display name given to the billing account, such as
``My Billing Account``. This name is displayed in the Google
Expand Down Expand Up @@ -422,8 +422,8 @@ class MoveBillingAccountRequest(proto.Message):
always belongs to the same organization as its parent
account.
destination_parent (str):
Required. The resource name of the Organization to reparent
the billing account under. Must be of the form
Required. The resource name of the Organization to move the
billing account under. Must be of the form
``organizations/{organization_id}``.
"""

Expand Down
18 changes: 18 additions & 0 deletions packages/google-cloud-billing/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,15 @@ def docs(session):

session.install("-e", ".")
session.install(
# We need to pin to specific versions of the `sphinxcontrib-*` packages
# which still support sphinx 4.x.
# See https://github.com/googleapis/sphinx-docfx-yaml/issues/344
# and https://github.com/googleapis/sphinx-docfx-yaml/issues/345.
"sphinxcontrib-applehelp==1.0.4",
"sphinxcontrib-devhelp==1.0.2",
"sphinxcontrib-htmlhelp==2.0.1",
"sphinxcontrib-qthelp==1.0.3",
"sphinxcontrib-serializinghtml==1.1.5",
"sphinx==4.5.0",
"alabaster",
"recommonmark",
Expand All @@ -308,6 +317,15 @@ def docfx(session):

session.install("-e", ".")
session.install(
# We need to pin to specific versions of the `sphinxcontrib-*` packages
# which still support sphinx 4.x.
# See https://github.com/googleapis/sphinx-docfx-yaml/issues/344
# and https://github.com/googleapis/sphinx-docfx-yaml/issues/345.
"sphinxcontrib-applehelp==1.0.4",
"sphinxcontrib-devhelp==1.0.2",
"sphinxcontrib-htmlhelp==2.0.1",
"sphinxcontrib-qthelp==1.0.3",
"sphinxcontrib-serializinghtml==1.1.5",
"gcp-sphinx-docfx-yaml",
"alabaster",
"recommonmark",
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.12.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 9acf675

Please sign in to comment.