Class: Google::Cloud::Sql::V1::SqlInstancesListServerCasRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::SqlInstancesListServerCasRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
Instance list server CAs request.
Instance Attribute Summary collapse
-
#instance ⇒ ::String
Cloud SQL instance ID.
-
#project ⇒ ::String
Project ID of the project that contains the instance.
Instance Attribute Details
#instance ⇒ ::String
Returns Cloud SQL instance ID. This does not include the project ID.
236 237 238 239 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 236 class SqlInstancesListServerCasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID of the project that contains the instance.
236 237 238 239 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 236 class SqlInstancesListServerCasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |