Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Jun 5, 2023
1 parent 81acafa commit 58fc229
Show file tree
Hide file tree
Showing 113 changed files with 15 additions and 19,172 deletions.
13 changes: 12 additions & 1 deletion google/cloud/billing/budgets_v1beta1/types/budget_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,14 @@ class Filter(proto.Message):
set of projects should be included in the budget. If
omitted, the report will include all usage for the billing
account, regardless of which project the usage occurred on.
Only zero or one project can be specified currently.
resource_ancestors (MutableSequence[str]):
Optional. A set of folder and organization names of the form
``folders/{folderId}`` or
``organizations/{organizationId}``, specifying that usage
from only this set of folders and organizations should be
included in the budget. If omitted, the report includes all
usage for all organizations, regardless of which
organization the usage occurred on.
credit_types (MutableSequence[str]):
Optional. If
[Filter.credit_types_treatment][google.cloud.billing.budgets.v1beta1.Filter.credit_types_treatment]
Expand Down Expand Up @@ -440,6 +447,10 @@ class CreditTypesTreatment(proto.Enum):
proto.STRING,
number=1,
)
resource_ancestors: MutableSequence[str] = proto.RepeatedField(
proto.STRING,
number=2,
)
credit_types: MutableSequence[str] = proto.RepeatedField(
proto.STRING,
number=7,
Expand Down
13 changes: 0 additions & 13 deletions owl-bot-staging/v1/.coveragerc

This file was deleted.

33 changes: 0 additions & 33 deletions owl-bot-staging/v1/.flake8

This file was deleted.

2 changes: 0 additions & 2 deletions owl-bot-staging/v1/MANIFEST.in

This file was deleted.

49 changes: 0 additions & 49 deletions owl-bot-staging/v1/README.rst

This file was deleted.

10 changes: 0 additions & 10 deletions owl-bot-staging/v1/docs/budgets_v1/budget_service.rst

This file was deleted.

6 changes: 0 additions & 6 deletions owl-bot-staging/v1/docs/budgets_v1/services.rst

This file was deleted.

6 changes: 0 additions & 6 deletions owl-bot-staging/v1/docs/budgets_v1/types.rst

This file was deleted.

Loading

0 comments on commit 58fc229

Please sign in to comment.