Struct gapi_grpc::google::cloud::dataqna::v1alpha::DataQuery[][src]

pub struct DataQuery {
    pub sql: String,
}
[]

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][+]

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

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][+]

impl<T> IntoRequest<T> for T[src][+]

impl<T> ToOwned for T where
    T: Clone
[src][+]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src][+]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src][+]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src][+]

impl<T> WithSubscriber for T[src][+]