Google Cloud Quotas V1beta Client - Class ListQuotaInfosResponse (1.5.5)

Reference documentation and code samples for the Google Cloud Quotas V1beta Client class ListQuotaInfosResponse.

Message for response to listing QuotaInfos

Generated from protobuf message google.api.cloudquotas.v1beta.ListQuotaInfosResponse

Namespace

Google \ Cloud \ CloudQuotas \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ quota_infos array<QuotaInfo>

The list of QuotaInfo

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getQuotaInfos

The list of QuotaInfo

Returns
Type Description
Google\Protobuf\RepeatedField<QuotaInfo>

setQuotaInfos

The list of QuotaInfo

Parameter
Name Description
var array<QuotaInfo>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this