Google Cloud Sql Admin V1 Client - Class TiersListResponse (0.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class TiersListResponse.
Tiers list response.
Generated from protobuf message google.cloud.sql.v1.TiersListResponse
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ kind |
string
This is always sql#tiersList. |
↳ items |
array<Google\Cloud\Sql\V1\Tier>
List of tiers. |
getKind
This is always sql#tiersList.
| Returns | |
|---|---|
| Type | Description |
string |
|
setKind
This is always sql#tiersList.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getItems
List of tiers.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setItems
List of tiers.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Sql\V1\Tier>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|