Class: Google::Cloud::Sql::V1::InstanceReference
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::InstanceReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb
Overview
Reference to another Cloud SQL instance.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the Cloud SQL instance being referenced.
-
#project ⇒ ::String
The project ID of the Cloud SQL instance being referenced.
-
#region ⇒ ::String
The region of the Cloud SQL instance being referenced.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the Cloud SQL instance being referenced. This does not include the project ID.
360 361 362 363 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 360 class InstanceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns The project ID of the Cloud SQL instance being referenced. The default is the same project ID as the instance references it.
360 361 362 363 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 360 class InstanceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns The region of the Cloud SQL instance being referenced.
360 361 362 363 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_resources.rb', line 360 class InstanceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |