Data Analytics API with Gemini V1 API - Class Google::Cloud::GeminiDataAnalytics::V1::SchemaMessage (v0.1.0)

Reference documentation and code samples for the Data Analytics API with Gemini V1 API class Google::Cloud::GeminiDataAnalytics::V1::SchemaMessage.

A message produced during schema resolution.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#query

def query() -> ::Google::Cloud::GeminiDataAnalytics::V1::SchemaQuery
Returns

#query=

def query=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1::SchemaQuery
Parameter
Returns

#result

def result() -> ::Google::Cloud::GeminiDataAnalytics::V1::SchemaResult
Returns

#result=

def result=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1::SchemaResult
Parameter
  • value (::Google::Cloud::GeminiDataAnalytics::V1::SchemaResult) — The result of a schema resolution query.

    Note: The following fields are mutually exclusive: result, query. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns