Class: Google::Cloud::Sql::V1::SqlSslCertsGetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::SqlSslCertsGetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_ssl_certs.rb
Instance Attribute Summary collapse
-
#instance ⇒ ::String
Cloud SQL instance ID.
-
#project ⇒ ::String
Project ID of the project that contains the instance.
-
#sha1_fingerprint ⇒ ::String
Sha1 FingerPrint.
Instance Attribute Details
#instance ⇒ ::String
Returns Cloud SQL instance ID. This does not include the project ID.
47 48 49 50 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_ssl_certs.rb', line 47 class SqlSslCertsGetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID of the project that contains the instance.
47 48 49 50 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_ssl_certs.rb', line 47 class SqlSslCertsGetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sha1_fingerprint ⇒ ::String
Returns Sha1 FingerPrint.
47 48 49 50 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_ssl_certs.rb', line 47 class SqlSslCertsGetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |