Skip to content

Commit

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

PiperOrigin-RevId: 559241398

Source-Link: https://togithub.com/googleapis/googleapis/commit/6fe53adc22dca50f3dbdbf59e9e12966e9e74c31

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/11b03ab6f9cf00cbcd1671af7f5d71348f256a74
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJpbGxpbmcvLk93bEJvdC55YW1sIiwiaCI6IjExYjAzYWI2ZjljZjAwY2JjZDE2NzFhZjdmNWQ3MTM0OGYyNTZhNzQifQ==
  • Loading branch information
gcf-owl-bot[bot] committed Aug 23, 2023
1 parent ee2ea0d commit aaa652e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.11.2" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.11.2" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Expand Up @@ -1017,7 +1017,7 @@ async def sample_update_project_billing_info():
on the ``request`` instance; if ``request`` is provided, this
should not be set.
project_billing_info (:class:`google.cloud.billing_v1.types.ProjectBillingInfo`):
The new billing information for the project. Read-only
The new billing information for the project. Output-only
fields are ignored; thus, you can leave empty all fields
except ``billing_account_name``.
Expand Down
Expand Up @@ -1190,7 +1190,7 @@ def sample_update_project_billing_info():
on the ``request`` instance; if ``request`` is provided, this
should not be set.
project_billing_info (google.cloud.billing_v1.types.ProjectBillingInfo):
The new billing information for the project. Read-only
The new billing information for the project. Output-only
fields are ignored; thus, you can leave empty all fields
except ``billing_account_name``.
Expand Down
Expand Up @@ -100,14 +100,13 @@ class ProjectBillingInfo(proto.Message):
``projects/{project_id}/billingInfo``. For example, the
resource name for the billing information for project
``tokyo-rain-123`` would be
``projects/tokyo-rain-123/billingInfo``. This field is
read-only.
``projects/tokyo-rain-123/billingInfo``.
project_id (str):
Output only. The ID of the project that this
``ProjectBillingInfo`` represents, such as
``tokyo-rain-123``. This is a convenience field so that you
don't need to parse the ``name`` field to obtain a project
ID. This field is read-only.
ID.
billing_account_name (str):
The resource name of the billing account associated with the
project, if any. For example,
Expand All @@ -118,8 +117,7 @@ class ProjectBillingInfo(proto.Message):
which usage on the project is charged. False if
the project is associated with a closed billing
account, or no billing account at all, and
therefore cannot use paid services. This field
is read-only.
therefore cannot use paid services.
"""

name: str = proto.Field(
Expand Down Expand Up @@ -356,7 +354,7 @@ class UpdateProjectBillingInfoRequest(proto.Message):
the billing information that you want to update. For
example, ``projects/tokyo-rain-123``.
project_billing_info (google.cloud.billing_v1.types.ProjectBillingInfo):
The new billing information for the project. Read-only
The new billing information for the project. Output-only
fields are ignored; thus, you can leave empty all fields
except ``billing_account_name``.
"""
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-billing",
"version": "1.11.2"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit aaa652e

Please sign in to comment.