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

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

The schema of a Datasource or QueryResult instance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#description

def description() -> ::String
Returns
  • (::String) — Optional. A textual description of the table's content and purpose. For example: "Contains information about customer orders in our e-commerce store."

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Optional. A textual description of the table's content and purpose. For example: "Contains information about customer orders in our e-commerce store."
Returns
  • (::String) — Optional. A textual description of the table's content and purpose. For example: "Contains information about customer orders in our e-commerce store."

#display_name

def display_name() -> ::String
Returns
  • (::String) — Optional. Table display_name (same as label in cloud/data_analytics/anarres/data/looker/proto/model_explore.proto), not required, currently only Looker has this field.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Optional. Table display_name (same as label in cloud/data_analytics/anarres/data/looker/proto/model_explore.proto), not required, currently only Looker has this field.
Returns
  • (::String) — Optional. Table display_name (same as label in cloud/data_analytics/anarres/data/looker/proto/model_explore.proto), not required, currently only Looker has this field.

#fields

def fields() -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::Field>
Returns

#fields=

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

#filters

def filters() -> ::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::DataFilter>
Returns

#filters=

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

#synonyms

def synonyms() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. A list of alternative names or synonyms that can be used to refer to the table. For example: ["sales", "orders", "purchases"]

#synonyms=

def synonyms=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. A list of alternative names or synonyms that can be used to refer to the table. For example: ["sales", "orders", "purchases"]
Returns
  • (::Array<::String>) — Optional. A list of alternative names or synonyms that can be used to refer to the table. For example: ["sales", "orders", "purchases"]

#tags

def tags() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. A list of tags or keywords associated with the table, used for categorization. For example: ["transaction", "revenue", "customer_data"]

#tags=

def tags=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. A list of tags or keywords associated with the table, used for categorization. For example: ["transaction", "revenue", "customer_data"]
Returns
  • (::Array<::String>) — Optional. A list of tags or keywords associated with the table, used for categorization. For example: ["transaction", "revenue", "customer_data"]