Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReferences.
Message representing references to BigQuery tables and property graphs.
At least one of table_references, property_graph_references, or
search_scope must be populated.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#property_graph_references
def property_graph_references() -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryPropertyGraphReference>
Returns
- (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryPropertyGraphReference>) — 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.
#property_graph_references=
def property_graph_references=(value) -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryPropertyGraphReference>
Parameter
- value (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryPropertyGraphReference>) — 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.
Returns
- (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryPropertyGraphReference>) — 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.
#table_references
def table_references() -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference>
Returns
- (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference>) — Optional. References to BigQuery tables.
#table_references=
def table_references=(value) -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference>
Parameter
- value (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference>) — Optional. References to BigQuery tables.
Returns
- (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference>) — Optional. References to BigQuery tables.