Class: Google::Cloud::Sql::V1::SqlInstancesCreateEphemeralCertRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::SqlInstancesCreateEphemeralCertRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
Instance create ephemeral certificate request.
Instance Attribute Summary collapse
- #body ⇒ ::Google::Cloud::Sql::V1::SslCertsCreateEphemeralRequest
-
#instance ⇒ ::String
Cloud SQL instance ID.
-
#project ⇒ ::String
Project ID of the Cloud SQL project.
Instance Attribute Details
#body ⇒ ::Google::Cloud::Sql::V1::SslCertsCreateEphemeralRequest
685 686 687 688 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 685 class SqlInstancesCreateEphemeralCertRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance ⇒ ::String
Returns Cloud SQL instance ID. This does not include the project ID.
685 686 687 688 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 685 class SqlInstancesCreateEphemeralCertRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID of the Cloud SQL project.
685 686 687 688 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 685 class SqlInstancesCreateEphemeralCertRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |