Class: Google::Cloud::Billing::V1::ListBillingAccountsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/billing/v1/cloud_billing.rb

Overview

Request message for ListBillingAccounts.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Options for how to filter the returned billing accounts. This only supports filtering for subaccounts under a single provided parent billing account. (for example, master_billing_account=billingAccounts/012345-678901-ABCDEF). Boolean algebra and other fields are not currently supported.

Returns:

  • (::String)

    Options for how to filter the returned billing accounts. This only supports filtering for subaccounts under a single provided parent billing account. (for example, master_billing_account=billingAccounts/012345-678901-ABCDEF). Boolean algebra and other fields are not currently supported.



131
132
133
134
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 131

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

#page_size::Integer

Returns Requested page size. The maximum page size is 100; this is also the default.

Returns:

  • (::Integer)

    Requested page size. The maximum page size is 100; this is also the default.



131
132
133
134
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 131

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

#page_token::String

Returns A token identifying a page of results to return. This should be a next_page_token value returned from a previous ListBillingAccounts call. If unspecified, the first page of results is returned.

Returns:

  • (::String)

    A token identifying a page of results to return. This should be a next_page_token value returned from a previous ListBillingAccounts call. If unspecified, the first page of results is returned.



131
132
133
134
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 131

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

#parent::String

Returns Optional. The parent resource to list billing accounts from. Format:

  • organizations/{organization_id}, for example, organizations/12345678
  • billingAccounts/{billing_account_id}, for example, billingAccounts/012345-567890-ABCDEF.

Returns:

  • (::String)

    Optional. The parent resource to list billing accounts from. Format:

    • organizations/{organization_id}, for example, organizations/12345678
    • billingAccounts/{billing_account_id}, for example, billingAccounts/012345-567890-ABCDEF


131
132
133
134
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 131

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