Google Cloud Sql Admin V1beta4 Client - Class GenerateEphemeralCertRequest (0.9.0)

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

Ephemeral certificate creation request.

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

Namespace

Google \ Cloud \ Sql \ V1beta4

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ instance string

Cloud SQL instance ID. This does not include the project ID.

↳ project string

Project ID of the project that contains the instance.

↳ public_key string

PEM encoded public key to include in the signed certificate.

↳ access_token string

Optional. Access token to include in the signed certificate.

↳ read_time Google\Protobuf\Timestamp

Optional. Optional snapshot read timestamp to trade freshness for performance.

↳ valid_duration Google\Protobuf\Duration

Optional. If set, it will contain the cert valid duration.

getInstance

Cloud SQL instance ID. This does not include the project ID.

Returns
TypeDescription
string

setInstance

Cloud SQL instance ID. This does not include the project ID.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProject

Project ID of the project that contains the instance.

Returns
TypeDescription
string

setProject

Project ID of the project that contains the instance.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPublicKey

PEM encoded public key to include in the signed certificate.

Returns
TypeDescription
string

setPublicKey

PEM encoded public key to include in the signed certificate.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAccessToken

Optional. Access token to include in the signed certificate.

Returns
TypeDescription
string

setAccessToken

Optional. Access token to include in the signed certificate.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getReadTime

Optional. Optional snapshot read timestamp to trade freshness for performance.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasReadTime

clearReadTime

setReadTime

Optional. Optional snapshot read timestamp to trade freshness for performance.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getValidDuration

Optional. If set, it will contain the cert valid duration.

Returns
TypeDescription
Google\Protobuf\Duration|null

hasValidDuration

clearValidDuration

setValidDuration

Optional. If set, it will contain the cert valid duration.

Parameter
NameDescription
var Google\Protobuf\Duration
Returns
TypeDescription
$this