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
- (::Google::Cloud::Sql::V1::SslCertDetail) — The new client certificate and private key.
#client_cert=
def client_cert=(value) -> ::Google::Cloud::Sql::V1::SslCertDetail
Parameter
- value (::Google::Cloud::Sql::V1::SslCertDetail) — The new client certificate and private key.
Returns
- (::Google::Cloud::Sql::V1::SslCertDetail) — The new client certificate and private key.
#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
- (::Google::Cloud::Sql::V1::Operation) — The operation to track the ssl certs insert request.
#operation=
def operation=(value) -> ::Google::Cloud::Sql::V1::Operation
Parameter
- value (::Google::Cloud::Sql::V1::Operation) — The operation to track the ssl certs insert request.
Returns
- (::Google::Cloud::Sql::V1::Operation) — The operation to track the ssl certs insert request.
#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.