Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::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::V1beta::SchemaQuery
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::SchemaQuery) — A schema resolution query.
Note: The following fields are mutually exclusive:
query
,result
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#query=
def query=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::SchemaQuery
-
value (::Google::Cloud::GeminiDataAnalytics::V1beta::SchemaQuery) — A schema resolution query.
Note: The following fields are mutually exclusive:
query
,result
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::SchemaQuery) — A schema resolution query.
Note: The following fields are mutually exclusive:
query
,result
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#result
def result() -> ::Google::Cloud::GeminiDataAnalytics::V1beta::SchemaResult
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::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.
#result=
def result=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1beta::SchemaResult
-
value (::Google::Cloud::GeminiDataAnalytics::V1beta::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.
-
(::Google::Cloud::GeminiDataAnalytics::V1beta::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.