Data Analytics API with Gemini V1BETA API - Class Google::Cloud::GeminiDataAnalytics::V1beta::SpannerDatabaseReference (v0.6.0)

Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::SpannerDatabaseReference.

Message representing a reference to a single Spanner database.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#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.

#engine

def engine() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::SpannerDatabaseReference::Engine
Returns

#engine=

def engine=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::SpannerDatabaseReference::Engine
Parameter
Returns

#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.