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

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

SslCert insert response.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#client_cert

def client_cert() -> ::Google::Cloud::Sql::V1::SslCertDetail
Returns

#client_cert=

def client_cert=(value) -> ::Google::Cloud::Sql::V1::SslCertDetail
Parameter
Returns

#kind

def kind() -> ::String
Returns
  • (::String) — This is always sql#sslCertsInsert.

#kind=

def kind=(value) -> ::String
Parameter
  • value (::String) — This is always sql#sslCertsInsert.
Returns
  • (::String) — This is always sql#sslCertsInsert.

#operation

def operation() -> ::Google::Cloud::Sql::V1::Operation
Returns

#operation=

def operation=(value) -> ::Google::Cloud::Sql::V1::Operation
Parameter
Returns

#server_ca_cert

def server_ca_cert() -> ::Google::Cloud::Sql::V1::SslCert
Returns
  • (::Google::Cloud::Sql::V1::SslCert) — The server Certificate Authority's certificate. If this is missing you can force a new one to be generated by calling resetSslConfig method on instances resource.

#server_ca_cert=

def server_ca_cert=(value) -> ::Google::Cloud::Sql::V1::SslCert
Parameter
  • value (::Google::Cloud::Sql::V1::SslCert) — The server Certificate Authority's certificate. If this is missing you can force a new one to be generated by calling resetSslConfig method on instances resource.
Returns
  • (::Google::Cloud::Sql::V1::SslCert) — The server Certificate Authority's certificate. If this is missing you can force a new one to be generated by calling resetSslConfig method on instances resource.