Interface BigQueryTableReferencesOrBuilder (0.21.0)

public interface BigQueryTableReferencesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPropertyGraphReferences(int index)

public abstract BigQueryPropertyGraphReference getPropertyGraphReferences(int index)

Optional. Preview feature. References to BigQuery property graphs. Note: Data sources must exclusively use either tables or property graphs, not both. When using property graphs, a maximum of one graph reference is supported.

repeated .google.cloud.geminidataanalytics.v1beta.BigQueryPropertyGraphReference property_graph_references = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
BigQueryPropertyGraphReference

getPropertyGraphReferencesCount()

public abstract int getPropertyGraphReferencesCount()

Optional. Preview feature. References to BigQuery property graphs. Note: Data sources must exclusively use either tables or property graphs, not both. When using property graphs, a maximum of one graph reference is supported.

repeated .google.cloud.geminidataanalytics.v1beta.BigQueryPropertyGraphReference property_graph_references = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getPropertyGraphReferencesList()

public abstract List<BigQueryPropertyGraphReference> getPropertyGraphReferencesList()

Optional. Preview feature. References to BigQuery property graphs. Note: Data sources must exclusively use either tables or property graphs, not both. When using property graphs, a maximum of one graph reference is supported.

repeated .google.cloud.geminidataanalytics.v1beta.BigQueryPropertyGraphReference property_graph_references = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<BigQueryPropertyGraphReference>

getPropertyGraphReferencesOrBuilder(int index)

public abstract BigQueryPropertyGraphReferenceOrBuilder getPropertyGraphReferencesOrBuilder(int index)

Optional. Preview feature. References to BigQuery property graphs. Note: Data sources must exclusively use either tables or property graphs, not both. When using property graphs, a maximum of one graph reference is supported.

repeated .google.cloud.geminidataanalytics.v1beta.BigQueryPropertyGraphReference property_graph_references = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
BigQueryPropertyGraphReferenceOrBuilder

getPropertyGraphReferencesOrBuilderList()

public abstract List<? extends BigQueryPropertyGraphReferenceOrBuilder> getPropertyGraphReferencesOrBuilderList()

Optional. Preview feature. References to BigQuery property graphs. Note: Data sources must exclusively use either tables or property graphs, not both. When using property graphs, a maximum of one graph reference is supported.

repeated .google.cloud.geminidataanalytics.v1beta.BigQueryPropertyGraphReference property_graph_references = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.geminidataanalytics.v1beta.BigQueryPropertyGraphReferenceOrBuilder>

getTableReferences(int index)

public abstract BigQueryTableReference getTableReferences(int index)

Optional. References to BigQuery tables.

repeated .google.cloud.geminidataanalytics.v1beta.BigQueryTableReference table_references = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
BigQueryTableReference

getTableReferencesCount()

public abstract int getTableReferencesCount()

Optional. References to BigQuery tables.

repeated .google.cloud.geminidataanalytics.v1beta.BigQueryTableReference table_references = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getTableReferencesList()

public abstract List<BigQueryTableReference> getTableReferencesList()

Optional. References to BigQuery tables.

repeated .google.cloud.geminidataanalytics.v1beta.BigQueryTableReference table_references = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<BigQueryTableReference>

getTableReferencesOrBuilder(int index)

public abstract BigQueryTableReferenceOrBuilder getTableReferencesOrBuilder(int index)

Optional. References to BigQuery tables.

repeated .google.cloud.geminidataanalytics.v1beta.BigQueryTableReference table_references = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
BigQueryTableReferenceOrBuilder

getTableReferencesOrBuilderList()

public abstract List<? extends BigQueryTableReferenceOrBuilder> getTableReferencesOrBuilderList()

Optional. References to BigQuery tables.

repeated .google.cloud.geminidataanalytics.v1beta.BigQueryTableReference table_references = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.geminidataanalytics.v1beta.BigQueryTableReferenceOrBuilder>