public sealed class DataQuery : IMessage<DataQuery>, IEquatable<DataQuery>, IDeepCloneable<DataQuery>, IBufferMessage, IMessage
Reference documentation and code samples for the Data QnA v1alpha API class DataQuery.
Representation of the data query for the backend.
This is provided for informational purposes only. Clients should not use
it to send it to the backend directly, but rather use the execute RPC
to trigger the execution. Using the execute RPC is needed in order to
track the state of a question and report on it correctly to the data
administrators.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDataQuery\u003c/code\u003e class is part of the Data QnA v1alpha API, specifically within the \u003ccode\u003eGoogle.Cloud.DataQnA.V1Alpha\u003c/code\u003e namespace, and serves as a representation of a data query.\u003c/p\u003e\n"],["\u003cp\u003eThis class is intended for informational purposes and should not be used directly by clients to send to the backend; instead, the \u003ccode\u003eexecute\u003c/code\u003e RPC should be used for query execution to correctly track and report the state of a question.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDataQuery\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDataQuery\u003c/code\u003e class includes a property called \u003ccode\u003eSql\u003c/code\u003e that represents the generated SQL query meant to be sent to the backend.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eDataQuery\u003c/code\u003e class available is \u003ccode\u003e2.0.0-alpha02\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]