Class: Google::Cloud::GeminiDataAnalytics::V1beta::AlloyDbDatabaseReference

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb

Overview

Message representing a reference to a single AlloyDB database.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id::String

Returns Required. The cluster id.

Returns:

  • (::String)

    Required. The cluster id.



191
192
193
194
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 191

class AlloyDbDatabaseReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#database_id::String

Returns Required. The database id.

Returns:

  • (::String)

    Required. The database id.



191
192
193
194
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 191

class AlloyDbDatabaseReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#database_table_references::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::DatabaseTableReference>

Returns Optional. References to tables within the database. Each reference specifies a table and can optionally include the table's schema to provide context for the query.

Returns:



191
192
193
194
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 191

class AlloyDbDatabaseReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#instance_id::String

Returns Required. The instance id.

Returns:

  • (::String)

    Required. The instance id.



191
192
193
194
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 191

class AlloyDbDatabaseReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project_id::String

Returns Required. The project the instance belongs to.

Returns:

  • (::String)

    Required. The project the instance belongs to.



191
192
193
194
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 191

class AlloyDbDatabaseReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#region::String

Returns Required. The region of the instance.

Returns:

  • (::String)

    Required. The region of the instance.



191
192
193
194
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 191

class AlloyDbDatabaseReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#table_ids::Array<::String>

Returns Optional. The table ids. Denotes all tables if unset.

Returns:

  • (::Array<::String>)

    Optional. The table ids. Denotes all tables if unset.



191
192
193
194
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb', line 191

class AlloyDbDatabaseReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end