Class: Google::Cloud::Sql::V1::GenerateEphemeralCertResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::GenerateEphemeralCertResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_connect.rb
Overview
Ephemeral certificate creation request.
Instance Attribute Summary collapse
-
#ephemeral_cert ⇒ ::Google::Cloud::Sql::V1::SslCert
Generated cert.
Instance Attribute Details
#ephemeral_cert ⇒ ::Google::Cloud::Sql::V1::SslCert
Returns Generated cert.
183 184 185 186 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_connect.rb', line 183 class GenerateEphemeralCertResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |