Reference documentation and code samples for the Billing V1 API class Google::Cloud::Billing::V1::ListProjectBillingInfoResponse.
Request message for ListProjectBillingInfoResponse
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A token to retrieve the next page of results. To retrieve the next page,
call
ListProjectBillingInfo
again with thepage_token
field set to this value. This field is empty if there are no more results to retrieve.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token to retrieve the next page of results. To retrieve the next page,
call
ListProjectBillingInfo
again with thepage_token
field set to this value. This field is empty if there are no more results to retrieve.
Returns
-
(::String) — A token to retrieve the next page of results. To retrieve the next page,
call
ListProjectBillingInfo
again with thepage_token
field set to this value. This field is empty if there are no more results to retrieve.
#project_billing_info
def project_billing_info() -> ::Array<::Google::Cloud::Billing::V1::ProjectBillingInfo>
Returns
-
(::Array<::Google::Cloud::Billing::V1::ProjectBillingInfo>) — A list of
ProjectBillingInfo
resources representing the projects associated with the billing account.
#project_billing_info=
def project_billing_info=(value) -> ::Array<::Google::Cloud::Billing::V1::ProjectBillingInfo>
Parameter
-
value (::Array<::Google::Cloud::Billing::V1::ProjectBillingInfo>) — A list of
ProjectBillingInfo
resources representing the projects associated with the billing account.
Returns
-
(::Array<::Google::Cloud::Billing::V1::ProjectBillingInfo>) — A list of
ProjectBillingInfo
resources representing the projects associated with the billing account.