Struct google_cloud_bigquery::http::routine::list::RoutineOverview
source · pub struct RoutineOverview {
pub etag: String,
pub routine_reference: RoutineReference,
pub routine_type: RoutineType,
pub creation_time: Option<i64>,
pub last_modified_time: Option<i64>,
pub language: Option<Language>,
pub remote_function_options: Option<RemoteFunctionOptions>,
}Fields§
§etag: StringA hash of this resource.
routine_reference: RoutineReferenceReference describing the ID of this routine.
routine_type: RoutineTypeThe type of routine.
creation_time: Option<i64>The time when this routine was created, in milliseconds since the epoch.
last_modified_time: Option<i64>The time when this routine was last modified, in milliseconds since the epoch.
language: Option<Language>Defaults to “SQL” if remoteFunctionOptions field is absent, not set otherwise.
remote_function_options: Option<RemoteFunctionOptions>Remote function specific options.
Trait Implementations§
source§impl Clone for RoutineOverview
impl Clone for RoutineOverview
source§fn clone(&self) -> RoutineOverview
fn clone(&self) -> RoutineOverview
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 RoutineOverview
impl Debug for RoutineOverview
source§impl Default for RoutineOverview
impl Default for RoutineOverview
source§fn default() -> RoutineOverview
fn default() -> RoutineOverview
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RoutineOverview
impl<'de> Deserialize<'de> for RoutineOverview
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<RoutineOverview> for RoutineOverview
impl PartialEq<RoutineOverview> for RoutineOverview
source§fn eq(&self, other: &RoutineOverview) -> bool
fn eq(&self, other: &RoutineOverview) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for RoutineOverview
impl Serialize for RoutineOverview
impl Eq for RoutineOverview
impl StructuralEq for RoutineOverview
impl StructuralPartialEq for RoutineOverview
Auto Trait Implementations§
impl RefUnwindSafe for RoutineOverview
impl Send for RoutineOverview
impl Sync for RoutineOverview
impl Unpin for RoutineOverview
impl UnwindSafe for RoutineOverview
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. 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