public sealed class AlloyDbDatabaseReference : IMessage<AlloyDbDatabaseReference>, IEquatable<AlloyDbDatabaseReference>, IDeepCloneable<AlloyDbDatabaseReference>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1beta API class AlloyDbDatabaseReference.
Message representing a reference to a single AlloyDB database.
Implements
IMessageAlloyDbDatabaseReference, IEquatableAlloyDbDatabaseReference, IDeepCloneableAlloyDbDatabaseReference, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Constructors
AlloyDbDatabaseReference()
public AlloyDbDatabaseReference()AlloyDbDatabaseReference(AlloyDbDatabaseReference)
public AlloyDbDatabaseReference(AlloyDbDatabaseReference other)| Parameter | |
|---|---|
| Name | Description |
other |
AlloyDbDatabaseReference |
Properties
ClusterId
public string ClusterId { get; set; }Required. The cluster id.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DatabaseId
public string DatabaseId { get; set; }Required. The database id.
| Property Value | |
|---|---|
| Type | Description |
string |
|
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 |
|
Region
public string Region { get; set; }Required. The region of the instance.
| 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 |
|