Class: Google::Cloud::Sql::V1beta4::SslCertsInsertResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1beta4::SslCertsInsertResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1beta4/cloud_sql_resources.rb
Overview
SslCert insert response.
Instance Attribute Summary collapse
-
#client_cert ⇒ ::Google::Cloud::Sql::V1beta4::SslCertDetail
The new client certificate and private key.
-
#kind ⇒ ::String
This is always
sql#sslCertsInsert. -
#operation ⇒ ::Google::Cloud::Sql::V1beta4::Operation
The operation to track the ssl certs insert request.
-
#server_ca_cert ⇒ ::Google::Cloud::Sql::V1beta4::SslCert
The server Certificate Authority's certificate.
Instance Attribute Details
#client_cert ⇒ ::Google::Cloud::Sql::V1beta4::SslCertDetail
3794 3795 3796 3797 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql_resources.rb', line 3794 class SslCertsInsertResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
3794 3795 3796 3797 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql_resources.rb', line 3794 class SslCertsInsertResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operation ⇒ ::Google::Cloud::Sql::V1beta4::Operation
3794 3795 3796 3797 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql_resources.rb', line 3794 class SslCertsInsertResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#server_ca_cert ⇒ ::Google::Cloud::Sql::V1beta4::SslCert
3794 3795 3796 3797 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql_resources.rb', line 3794 class SslCertsInsertResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |