Struct google_cloud_bigquery::http::dataset::list::DatasetOverview
source · pub struct DatasetOverview {
pub kind: String,
pub id: String,
pub dataset_reference: DatasetReference,
pub labels: Option<HashMap<String, String>>,
pub friendly_name: Option<String>,
pub location: Option<String>,
}Fields§
§kind: StringThe resource type. This property always returns the value “bigquery#dataset”
id: StringThe fully-qualified, unique, opaque ID of the dataset.
dataset_reference: DatasetReferenceThe dataset reference. Use this property to access specific parts of the dataset’s ID, such as project ID or dataset ID.
labels: Option<HashMap<String, String>>The labels associated with this dataset. You can use these to organize and group your datasets. An object containing a list of “key”: value pairs. Example: { “name”: “wrench”, “mass”: “1.3kg”, “count”: “3” }.
friendly_name: Option<String>An alternate name for the dataset. The friendly name is purely decorative in nature.
location: Option<String>The geographic location where the dataset resides.
Trait Implementations§
source§impl Clone for DatasetOverview
impl Clone for DatasetOverview
source§fn clone(&self) -> DatasetOverview
fn clone(&self) -> DatasetOverview
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 DatasetOverview
impl Debug for DatasetOverview
source§impl<'de> Deserialize<'de> for DatasetOverview
impl<'de> Deserialize<'de> for DatasetOverview
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<DatasetOverview> for DatasetOverview
impl PartialEq<DatasetOverview> for DatasetOverview
source§fn eq(&self, other: &DatasetOverview) -> bool
fn eq(&self, other: &DatasetOverview) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for DatasetOverview
impl Serialize for DatasetOverview
impl Eq for DatasetOverview
impl StructuralEq for DatasetOverview
impl StructuralPartialEq for DatasetOverview
Auto Trait Implementations§
impl RefUnwindSafe for DatasetOverview
impl Send for DatasetOverview
impl Sync for DatasetOverview
impl Unpin for DatasetOverview
impl UnwindSafe for DatasetOverview
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