Google Cloud Sql Admin V1beta4 Client - Class TiersListResponse (0.7.0)

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

Namespace

Google \ Cloud \ Sql \ V1beta4

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ kind string

This is always sql#tiersList.

↳ items array<Google\Cloud\Sql\V1beta4\Tier>

List of tiers.

getKind

This is always sql#tiersList.

Returns
TypeDescription
string

setKind

This is always sql#tiersList.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getItems

List of tiers.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setItems

List of tiers.

Parameter
NameDescription
var array<Google\Cloud\Sql\V1beta4\Tier>
Returns
TypeDescription
$this