Struct gapi_grpc::google::cloud::dataqna::v1alpha::DataQuery [−][src]
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.
Fields
sql: String
The generated SQL query to be sent to the backend.
Trait Implementations
impl Clone for DataQuery
[src][+]
impl Debug for DataQuery
[src][+]
impl Default for DataQuery
[src][+]
impl Message for DataQuery
[src][+]
impl PartialEq<DataQuery> for DataQuery
[src][+]
impl StructuralPartialEq for DataQuery
[src]
Auto Trait Implementations
impl RefUnwindSafe for DataQuery
impl Send for DataQuery
impl Sync for DataQuery
impl Unpin for DataQuery
impl UnwindSafe for DataQuery
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,