-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Labels
🚨This issue needs some love.This issue needs some love.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
pagers.py is missing an import. I generated the Cloud Billing Budgets API with the latest release.
from google.cloud.billing.budgets_v1alpha1.types import budget_serviceOther files in the library have the budget_model import. https://github.com/googleapis/google-cloud-python-private/blob/14acc8f7dce0da8fd30fec5a9d8d25febcf7d477/billing_budgets/google/cloud/billing/budgets_v1alpha1/services/budget_service/client.py#L12-L13
client.py
from google.cloud.billing.budgets_v1alpha1.types import budget_model
from google.cloud.billing.budgets_v1alpha1.types import budget_serviceSee https://github.com/googleapis/google-cloud-python-private/pull/503/files for the full generation.
EDIT: Added code snippets for those who don't have access to the repo.
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.