Struct google_api_proto::google::datastore::v1::RunQueryRequest
source · pub struct RunQueryRequest {
pub project_id: String,
pub database_id: String,
pub partition_id: Option<PartitionId>,
pub read_options: Option<ReadOptions>,
pub property_mask: Option<PropertyMask>,
pub explain_options: Option<ExplainOptions>,
pub query_type: Option<QueryType>,
}
Expand description
The request for [Datastore.RunQuery][google.datastore.v1.Datastore.RunQuery].
Fields§
§project_id: String
Required. The ID of the project against which to make the request.
database_id: String
The ID of the database against which to make the request.
‘(default)’ is not allowed; please use empty string ‘’ to refer the default database.
partition_id: Option<PartitionId>
Entities are partitioned into subsets, identified by a partition ID. Queries are scoped to a single partition. This partition ID is normalized with the standard default context partition ID.
read_options: Option<ReadOptions>
The options for this query.
property_mask: Option<PropertyMask>
The properties to return. This field must not be set for a projection query.
See [LookupRequest.property_mask][google.datastore.v1.LookupRequest.property_mask].
explain_options: Option<ExplainOptions>
Optional. Explain options for the query. If set, additional query statistics will be returned. If not, only query results will be returned.
query_type: Option<QueryType>
The type of query.
Trait Implementations§
source§impl Clone for RunQueryRequest
impl Clone for RunQueryRequest
source§fn clone(&self) -> RunQueryRequest
fn clone(&self) -> RunQueryRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for RunQueryRequest
impl Debug for RunQueryRequest
source§impl Default for RunQueryRequest
impl Default for RunQueryRequest
source§impl Message for RunQueryRequest
impl Message for RunQueryRequest
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for RunQueryRequest
impl PartialEq for RunQueryRequest
source§fn eq(&self, other: &RunQueryRequest) -> bool
fn eq(&self, other: &RunQueryRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RunQueryRequest
Auto Trait Implementations§
impl !Freeze for RunQueryRequest
impl RefUnwindSafe for RunQueryRequest
impl Send for RunQueryRequest
impl Sync for RunQueryRequest
impl Unpin for RunQueryRequest
impl UnwindSafe for RunQueryRequest
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request