8000 chore: Update gapic-generator-python to v1.8.2 (#259) · googleapis/google-cloud-python@0a2ed2e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a2ed2e

Browse files
chore: Update gapic-generator-python to v1.8.2 (#259)
* 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>
1 parent f6758e6 commit 0a2ed2e

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

packages/google-cloud-billing-budgets/.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ branch = True
55
show_missing = True
66
omit =
77
google/cloud/billing/budgets/__init__.py
8+
google/cloud/billing/budgets/gapic_version.py
89
exclude_lines =
910
# Re-enable the standard pragma
1011
pragma: NO COVER

packages/google-cloud-billing-budgets/google/cloud/billing/budgets_v1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
from google.cloud.billing.budgets import gapic_version as package_version
16+
from google.cloud.billing.budgets_v1 import gapic_version as package_version
1717

1818
__version__ = package_version.__version__
1919

packages/google-cloud-billing-budgets/google/cloud/billing/budgets_v1/types/budget_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class CalendarPeriod(proto.Enum):
4343
4444
Values:
4545
CALENDAR_PERIOD_UNSPECIFIED (0):
46-
46+
No description available.
4747
MONTH (1):
4848
A month. Month starts on the first day of
4949
each month, such as January 1, February 1, March
@@ -393,7 +393,7 @@ class CreditTypesTreatment(proto.Enum):
393393
394394
Values:
395395
CREDIT_TYPES_TREATMENT_UNSPECIFIED (0):
396-
396+
No description available.
397397
INCLUDE_ALL_CREDITS (1):
398398
All types of credit are subtracted from the
399399
gross cost to determine the spend for threshold

packages/google-cloud-billing-budgets/google/cloud/billing/budgets_v1beta1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
from google.cloud.billing.budgets import gapic_version as package_version
16+
from google.cloud.billing.budgets_v1beta1 import gapic_version as package_version
1717

1818
__version__ = package_version.__version__
1919

packages/google-cloud-billing-budgets/google/cloud/billing/budgets_v1beta1/types/budget_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ class CreditTypesTreatment(proto.Enum):
413413
414414
Values:
415415
CREDIT_TYPES_TREATMENT_UNSPECIFIED (0):
416-
416+
No description available.
417417
INCLUDE_ALL_CREDITS (1):
418418
All types of credit are subtracted from the
419419
gross cost to determine the spend for threshold

packages/google-cloud-billing-budgets/samples/generated_samples/snippet_metadata_google.cloud.billing.budgets.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-budgets",
11-
"version": "1.9.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-billing-budgets/samples/generated_samples/snippet_metadata_google.cloud.billing.budgets.v1beta1.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-budgets",
11-
"version": "1.9.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)
0