Class: Google::Cloud::Sql::V1::SslCertsListResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::SslCertsListResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_ssl_certs.rb
Overview
SslCerts list response.
Instance Attribute Summary collapse
-
#items ⇒ ::Array<::Google::Cloud::Sql::V1::SslCert>
List of client certificates for the instance.
-
#kind ⇒ ::String
This is always
sql#sslCertsList.
Instance Attribute Details
#items ⇒ ::Array<::Google::Cloud::Sql::V1::SslCert>
Returns List of client certificates for the instance.
113 114 115 116 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_ssl_certs.rb', line 113 class SslCertsListResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
Returns This is always sql#sslCertsList.
113 114 115 116 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_ssl_certs.rb', line 113 class SslCertsListResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |