Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class TiersListResponse.
Tiers list response.
Generated from protobuf message google.cloud.sql.v1beta4.TiersListResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ kind |
string
This is always |
↳ items |
array<Google\Cloud\Sql\V1beta4\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\V1beta4\Tier>
|
Returns | |
---|---|
Type | Description |
$this |