Class: Google::Cloud::Billing::V1::ListProjectBillingInfoRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the billing account associated with the projects that you want to list. For example, billingAccounts/012345-567890-ABCDEF.

Returns:

  • (::String)

    Required. The resource name of the billing account associated with the projects that you want to list. For example, billingAccounts/012345-567890-ABCDEF.



200
201
202
203
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 200

class ListProjectBillingInfoRequest
  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.



200
201
202
203
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 200

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

#page_token::String

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

Returns:

  • (::String)

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



200
201
202
203
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 200

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