public interface AlloyDbReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgentContextReference()
public abstract AgentContextReference getAgentContextReference()Optional. Parameters for retrieving data from Agent Context.
.google.cloud.geminidataanalytics.v1beta.AgentContextReference agent_context_reference = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AgentContextReference |
The agentContextReference. |
getAgentContextReferenceOrBuilder()
public abstract AgentContextReferenceOrBuilder getAgentContextReferenceOrBuilder()Optional. Parameters for retrieving data from Agent Context.
.google.cloud.geminidataanalytics.v1beta.AgentContextReference agent_context_reference = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AgentContextReferenceOrBuilder |
|
getDatabaseReference()
public abstract AlloyDbDatabaseReference getDatabaseReference()Required. Singular proto that supports specifying which database and tables to include.
.google.cloud.geminidataanalytics.v1beta.AlloyDbDatabaseReference database_reference = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AlloyDbDatabaseReference |
The databaseReference. |
getDatabaseReferenceOrBuilder()
public abstract AlloyDbDatabaseReferenceOrBuilder getDatabaseReferenceOrBuilder()Required. Singular proto that supports specifying which database and tables to include.
.google.cloud.geminidataanalytics.v1beta.AlloyDbDatabaseReference database_reference = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AlloyDbDatabaseReferenceOrBuilder |
|
hasAgentContextReference()
public abstract boolean hasAgentContextReference()Optional. Parameters for retrieving data from Agent Context.
.google.cloud.geminidataanalytics.v1beta.AgentContextReference agent_context_reference = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the agentContextReference field is set. |
hasDatabaseReference()
public abstract boolean hasDatabaseReference()Required. Singular proto that supports specifying which database and tables to include.
.google.cloud.geminidataanalytics.v1beta.AlloyDbDatabaseReference database_reference = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the databaseReference field is set. |