Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class InstancesListServerCasResponse.
Instances ListServerCas response.
Generated from protobuf message google.cloud.sql.v1beta4.InstancesListServerCasResponse
Namespace
Google \ Cloud \ Sql \ V1beta4Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ certs |
array<Google\Cloud\Sql\V1beta4\SslCert>
List of server CA certificates for the instance. |
↳ active_version |
string
|
↳ kind |
string
This is always |
getCerts
List of server CA certificates for the instance.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setCerts
List of server CA certificates for the instance.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Sql\V1beta4\SslCert>
|
Returns | |
---|---|
Type | Description |
$this |
getActiveVersion
Generated from protobuf field string active_version = 2;
Returns | |
---|---|
Type | Description |
string |
setActiveVersion
Generated from protobuf field string active_version = 2;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getKind
This is always sql#instancesListServerCas
.
Returns | |
---|---|
Type | Description |
string |
setKind
This is always sql#instancesListServerCas
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |