Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::GenerateEphemeralCertRequest (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::GenerateEphemeralCertRequest.

Ephemeral certificate creation request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#access_token

def access_token() -> ::String
Returns
  • (::String) — Optional. Access token to include in the signed certificate.

#access_token=

def access_token=(value) -> ::String
Parameter
  • value (::String) — Optional. Access token to include in the signed certificate.
Returns
  • (::String) — Optional. Access token to include in the signed certificate.

#instance

def instance() -> ::String
Returns
  • (::String) — Cloud SQL instance ID. This does not include the project ID.

#instance=

def instance=(value) -> ::String
Parameter
  • value (::String) — Cloud SQL instance ID. This does not include the project ID.
Returns
  • (::String) — Cloud SQL instance ID. This does not include the project ID.

#project

def project() -> ::String
Returns
  • (::String) — Project ID of the project that contains the instance.

#project=

def project=(value) -> ::String
Parameter
  • value (::String) — Project ID of the project that contains the instance.
Returns
  • (::String) — Project ID of the project that contains the instance.

#public_key

def public_key() -> ::String
Returns
  • (::String) — PEM encoded public key to include in the signed certificate.

#public_key=

def public_key=(value) -> ::String
Parameter
  • value (::String) — PEM encoded public key to include in the signed certificate.
Returns
  • (::String) — PEM encoded public key to include in the signed certificate.

#read_time

def read_time() -> ::Google::Protobuf::Timestamp
Returns

#read_time=

def read_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#valid_duration

def valid_duration() -> ::Google::Protobuf::Duration
Returns

#valid_duration=

def valid_duration=(value) -> ::Google::Protobuf::Duration
Parameter
Returns