Class: Google::Cloud::Sql::V1::InstanceReference

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

Instance Attribute Details

#name::String

Returns The name of the Cloud SQL instance being referenced. This does not include the project ID.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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