Class: Google::Cloud::Billing::Budgets::V1::ListBudgetsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Billing::Budgets::V1::ListBudgetsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/billing/budgets/v1/budget_service.rb
Overview
Request for ListBudgets
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
-
#scope ⇒ ::String
Optional.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The maximum number of budgets to return per page. The default and maximum value are 100.
88 89 90 91 |
# File 'proto_docs/google/cloud/billing/budgets/v1/budget_service.rb', line 88 class ListBudgetsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. The value returned by the last ListBudgetsResponse
which
indicates that this is a continuation of a prior ListBudgets
call,
and that the system should return the next page of data.
88 89 90 91 |
# File 'proto_docs/google/cloud/billing/budgets/v1/budget_service.rb', line 88 class ListBudgetsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Name of billing account to list budgets under. Values
are of the form billingAccounts/{billingAccountId}
.
88 89 90 91 |
# File 'proto_docs/google/cloud/billing/budgets/v1/budget_service.rb', line 88 class ListBudgetsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scope ⇒ ::String
Returns Optional. Set the scope of the budgets to be returned, in the format of the resource name. The scope of a budget is the cost that it tracks, such as costs for a single project, or the costs for all projects in a folder. Only project scope (in the format of "projects/project-id" or "projects/123") is supported in this field. When this field is set to a project's resource name, the budgets returned are tracking the costs for that project.
88 89 90 91 |
# File 'proto_docs/google/cloud/billing/budgets/v1/budget_service.rb', line 88 class ListBudgetsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |