Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::AlloyDbDatabaseReference.
Message representing a reference to a single AlloyDB database.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster_id
def cluster_id() -> ::String
Returns
- (::String) — Required. The cluster id.
#cluster_id=
def cluster_id=(value) -> ::String
Parameter
- value (::String) — Required. The cluster id.
Returns
- (::String) — Required. The cluster id.
#database_id
def database_id() -> ::String
Returns
- (::String) — Required. The database id.
#database_id=
def database_id=(value) -> ::String
Parameter
- value (::String) — Required. The database id.
Returns
- (::String) — Required. The database id.
#instance_id
def instance_id() -> ::String
Returns
- (::String) — Required. The instance id.
#instance_id=
def instance_id=(value) -> ::String
Parameter
- value (::String) — Required. The instance id.
Returns
- (::String) — Required. The instance id.
#project_id
def project_id() -> ::String
Returns
- (::String) — Required. The project the instance belongs to.
#project_id=
def project_id=(value) -> ::String
Parameter
- value (::String) — Required. The project the instance belongs to.
Returns
- (::String) — Required. The project the instance belongs to.
#region
def region() -> ::String
Returns
- (::String) — Required. The region of the instance.
#region=
def region=(value) -> ::String
Parameter
- value (::String) — Required. The region of the instance.
Returns
- (::String) — Required. The region of the instance.
#table_ids
def table_ids() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. The table ids. Denotes all tables if unset.
#table_ids=
def table_ids=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. The table ids. Denotes all tables if unset.
Returns
- (::Array<::String>) — Optional. The table ids. Denotes all tables if unset.