Billing V1 API - Class Google::Cloud::Billing::V1::ListProjectBillingInfoRequest (v0.8.0)

Reference documentation and code samples for the Billing V1 API class Google::Cloud::Billing::V1::ListProjectBillingInfoRequest.

Request message for ListProjectBillingInfo.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
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.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — 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.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Requested page size. The maximum page size is 100; this is also the default.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.

#page_token

def page_token() -> ::String
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.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::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.
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.