Skip to content

Commit

Permalink
chore: Update gapic-generator-python to v1.8.2 (#259)
Browse files Browse the repository at this point in the history
* chore: Update gapic-generator-python to v1.8.2

PiperOrigin-RevId: 504289125

Source-Link: googleapis/googleapis@38a48a4

Source-Link: googleapis/googleapis-gen@b2dc226
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJkYzIyNjYzZGJlNDdhOTcyYzhkOGMyZjhhNGRmMDEzZGFmZGNiYyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

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 25, 2023
1 parent f6758e6 commit 0a2ed2e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions packages/google-cloud-billing-budgets/.coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ branch = True
show_missing = True
omit =
google/cloud/billing/budgets/__init__.py
google/cloud/billing/budgets/gapic_version.py
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from google.cloud.billing.budgets import gapic_version as package_version
from google.cloud.billing.budgets_v1 import gapic_version as package_version

__version__ = package_version.__version__

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CalendarPeriod(proto.Enum):
Values:
CALENDAR_PERIOD_UNSPECIFIED (0):
No description available.
MONTH (1):
A month. Month starts on the first day of
each month, such as January 1, February 1, March
Expand Down Expand Up @@ -393,7 +393,7 @@ class CreditTypesTreatment(proto.Enum):
Values:
CREDIT_TYPES_TREATMENT_UNSPECIFIED (0):
No description available.
INCLUDE_ALL_CREDITS (1):
All types of credit are subtracted from the
gross cost to determine the spend for threshold
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from google.cloud.billing.budgets import gapic_version as package_version
from google.cloud.billing.budgets_v1beta1 import gapic_version as package_version

__version__ = package_version.__version__

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ class CreditTypesTreatment(proto.Enum):
Values:
CREDIT_TYPES_TREATMENT_UNSPECIFIED (0):
No description available.
INCLUDE_ALL_CREDITS (1):
All types of credit are subtracted from the
gross cost to determine the spend for threshold
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-billing-budgets",
"version": "1.9.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-billing-budgets",
"version": "1.9.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 0a2ed2e

Please sign in to comment.