Struct google_api_proto::google::cloud::bigquery::v2::DatasetList
source · pub struct DatasetList {
pub kind: String,
pub etag: String,
pub next_page_token: String,
pub datasets: Vec<ListFormatDataset>,
pub unreachable: Vec<String>,
}
Expand description
Response format for a page of results when listing datasets.
Fields§
§kind: String
Output only. The resource type. This property always returns the value “bigquery#datasetList”
etag: String
Output only. A hash value of the results page. You can use this property to determine if the page has changed since the last request.
next_page_token: String
A token that can be used to request the next results page. This property is omitted on the final results page.
datasets: Vec<ListFormatDataset>
An array of the dataset resources in the project. Each resource contains basic information. For full information about a particular dataset resource, use the Datasets: get method. This property is omitted when there are no datasets in the project.
unreachable: Vec<String>
A list of skipped locations that were unreachable. For more information about BigQuery locations, see: https://cloud.google.com/bigquery/docs/locations. Example: “europe-west5”
Trait Implementations§
source§impl Clone for DatasetList
impl Clone for DatasetList
source§fn clone(&self) -> DatasetList
fn clone(&self) -> DatasetList
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DatasetList
impl Debug for DatasetList
source§impl Default for DatasetList
impl Default for DatasetList
source§impl Message for DatasetList
impl Message for DatasetList
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 DatasetList
impl PartialEq for DatasetList
source§fn eq(&self, other: &DatasetList) -> bool
fn eq(&self, other: &DatasetList) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DatasetList
Auto Trait Implementations§
impl Freeze for DatasetList
impl RefUnwindSafe for DatasetList
impl Send for DatasetList
impl Sync for DatasetList
impl Unpin for DatasetList
impl UnwindSafe for DatasetList
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