Class: Google::Cloud::Billing::Budgets::V1::ListBudgetsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#page_size::Integer

Returns Optional. The maximum number of budgets to return per page. The default and maximum value are 100.

Returns:

  • (::Integer)

    Optional. The maximum number of budgets to return per page. The default and maximum value are 100.



80
81
82
83
# File 'proto_docs/google/cloud/billing/budgets/v1/budget_service.rb', line 80

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.

Returns:

  • (::String)

    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.



80
81
82
83
# File 'proto_docs/google/cloud/billing/budgets/v1/budget_service.rb', line 80

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}.

Returns:

  • (::String)

    Required. Name of billing account to list budgets under. Values are of the form billingAccounts/{billingAccountId}.



80
81
82
83
# File 'proto_docs/google/cloud/billing/budgets/v1/budget_service.rb', line 80

class ListBudgetsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end