Data Analytics API with Gemini v1beta API - Class BigtableDatabaseReference (1.0.0-beta11)

public sealed class BigtableDatabaseReference : IMessage<BigtableDatabaseReference>, IEquatable<BigtableDatabaseReference>, IDeepCloneable<BigtableDatabaseReference>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class BigtableDatabaseReference.

Message representing reference to Bigtable database.

Inheritance

object > BigtableDatabaseReference

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

BigtableDatabaseReference()

public BigtableDatabaseReference()

BigtableDatabaseReference(BigtableDatabaseReference)

public BigtableDatabaseReference(BigtableDatabaseReference other)
Parameter
Name Description
other BigtableDatabaseReference

Properties

DatabaseTableReferences

public RepeatedField<DatabaseTableReference> DatabaseTableReferences { get; }

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.

Property Value
Type Description
RepeatedFieldDatabaseTableReference

InstanceId

public string InstanceId { get; set; }

Required. The instance id.

Property Value
Type Description
string

ProjectId

public string ProjectId { get; set; }

Required. The project the instance belongs to.

Property Value
Type Description
string

TableIds

public RepeatedField<string> TableIds { get; }

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

Property Value
Type Description
RepeatedFieldstring