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

Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class SslCertsInsertRequest.

SslCerts insert request.

Generated from protobuf message google.cloud.sql.v1beta4.SslCertsInsertRequest

Namespace

Google \ Cloud \ Sql \ V1beta4

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ common_name string

User supplied name. Must be a distinct name from the other certificates for this instance.

getCommonName

User supplied name. Must be a distinct name from the other certificates for this instance.

Returns
TypeDescription
string

setCommonName

User supplied name. Must be a distinct name from the other certificates for this instance.

Parameter
NameDescription
var string
Returns
TypeDescription
$this