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