Reference documentation and code samples for the Google Cloud Quotas V1beta Client class ListQuotaPreferencesResponse.
Message for response to listing QuotaPreferences
Generated from protobuf message google.api.cloudquotas.v1beta.ListQuotaPreferencesResponse
Namespace
Google \ Cloud \ CloudQuotas \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ quota_preferences | array<QuotaPreference>The list of QuotaPreference | 
| ↳ next_page_token | stringA token, which can be sent as  | 
| ↳ unreachable | arrayLocations that could not be reached. | 
getQuotaPreferences
The list of QuotaPreference
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setQuotaPreferences
The list of QuotaPreference
| Parameter | |
|---|---|
| Name | Description | 
| var | array<QuotaPreference> | 
| 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 | |
getUnreachable
Locations that could not be reached.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setUnreachable
Locations that could not be reached.
| Parameter | |
|---|---|
| Name | Description | 
| var | string[] | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |