pub struct CancelJobRequest {
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 CancelJobRequest
impl Clone for CancelJobRequest
Source§fn clone(&self) -> CancelJobRequest
fn clone(&self) -> CancelJobRequest
Returns a duplicate 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 CancelJobRequest
impl Debug for CancelJobRequest
Source§impl Default for CancelJobRequest
impl Default for CancelJobRequest
Source§fn default() -> CancelJobRequest
fn default() -> CancelJobRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CancelJobRequest
impl<'de> Deserialize<'de> for CancelJobRequest
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 for CancelJobRequest
impl PartialEq for CancelJobRequest
Source§impl Serialize for CancelJobRequest
impl Serialize for CancelJobRequest
impl StructuralPartialEq for CancelJobRequest
Auto Trait Implementations§
impl Freeze for CancelJobRequest
impl RefUnwindSafe for CancelJobRequest
impl Send for CancelJobRequest
impl Sync for CancelJobRequest
impl Unpin for CancelJobRequest
impl UnwindSafe for CancelJobRequest
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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