Class: Google::Cloud::Sql::V1::SslCertsListResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#items::Array<::Google::Cloud::Sql::V1::SslCert>

Returns List of client certificates for the instance.

Returns:



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.

Returns:

  • (::String)

    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