Struct google_cloud_bigquery::http::job::get::GetJobRequest
source · pub struct GetJobRequest {
pub location: Option<String>,
}Fields§
§location: Option<String>The geographic location of the job. You must specify the location to run the job for the following scenarios:
If the location to run a job is not in the us or the eu multi-regional location If the job’s location is in a single region (for example, us-central1) For more information, see https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
Trait Implementations§
source§impl Clone for GetJobRequest
impl Clone for GetJobRequest
source§fn clone(&self) -> GetJobRequest
fn clone(&self) -> GetJobRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GetJobRequest
impl Debug for GetJobRequest
source§impl Default for GetJobRequest
impl Default for GetJobRequest
source§fn default() -> GetJobRequest
fn default() -> GetJobRequest
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GetJobRequest
impl<'de> Deserialize<'de> for GetJobRequest
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<GetJobRequest> for GetJobRequest
impl PartialEq<GetJobRequest> for GetJobRequest
source§fn eq(&self, other: &GetJobRequest) -> bool
fn eq(&self, other: &GetJobRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GetJobRequest
impl Serialize for GetJobRequest
impl StructuralPartialEq for GetJobRequest
Auto Trait Implementations§
impl RefUnwindSafe for GetJobRequest
impl Send for GetJobRequest
impl Sync for GetJobRequest
impl Unpin for GetJobRequest
impl UnwindSafe for GetJobRequest
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
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§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>
Wrap the input message
T in a tonic::Request