Data Analytics API with Gemini V1BETA API - Class Google::Cloud::GeminiDataAnalytics::V1beta::DataQuery (v0.1.0)

Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::DataQuery.

A query for retrieving data.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#datasources

def datasources() -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Datasource>
Returns

#datasources=

def datasources=(value) -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Datasource>
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) —

    Optional. A snake-case name for the query that reflects its intent. It is used to name the corresponding data result, so that it can be referenced in later steps.

    • Example: "total_sales_by_product"
    • Example: "sales_for_product_12345"

#name=

def name=(value) -> ::String
Parameter
  • value (::String) —

    Optional. A snake-case name for the query that reflects its intent. It is used to name the corresponding data result, so that it can be referenced in later steps.

    • Example: "total_sales_by_product"
    • Example: "sales_for_product_12345"
Returns
  • (::String) —

    Optional. A snake-case name for the query that reflects its intent. It is used to name the corresponding data result, so that it can be referenced in later steps.

    • Example: "total_sales_by_product"
    • Example: "sales_for_product_12345"

#question

def question() -> ::String
Returns
  • (::String) — Optional. A natural language question to answer.

#question=

def question=(value) -> ::String
Parameter
  • value (::String) — Optional. A natural language question to answer.
Returns
  • (::String) — Optional. A natural language question to answer.