Interface CloudSqlReferenceOrBuilder (0.9.0)

public interface CloudSqlReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgentContextReference()

public abstract AgentContextReference getAgentContextReference()

Optional. Parameters for retrieving data from Agent Context.

.google.cloud.geminidataanalytics.v1beta.AgentContextReference agent_context_reference = 2 [(.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 = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AgentContextReferenceOrBuilder

getDatabaseReference()

public abstract CloudSqlDatabaseReference getDatabaseReference()

Required. Singular proto that supports specifying which database and tables to include.

.google.cloud.geminidataanalytics.v1beta.CloudSqlDatabaseReference database_reference = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CloudSqlDatabaseReference

The databaseReference.

getDatabaseReferenceOrBuilder()

public abstract CloudSqlDatabaseReferenceOrBuilder getDatabaseReferenceOrBuilder()

Required. Singular proto that supports specifying which database and tables to include.

.google.cloud.geminidataanalytics.v1beta.CloudSqlDatabaseReference database_reference = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CloudSqlDatabaseReferenceOrBuilder

hasAgentContextReference()

public abstract boolean hasAgentContextReference()

Optional. Parameters for retrieving data from Agent Context.

.google.cloud.geminidataanalytics.v1beta.AgentContextReference agent_context_reference = 2 [(.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.CloudSqlDatabaseReference database_reference = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the databaseReference field is set.