Struct google_bigquery2::TableReference [−][src]
pub struct TableReference {
pub project_id: Option<String>,
pub table_id: Option<String>,
pub dataset_id: Option<String>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
project_id: Option<String>
[Required] The ID of the project containing this table.
table_id: Option<String>
[Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
dataset_id: Option<String>
[Required] The ID of the dataset containing this table.
Trait Implementations
impl Default for TableReference[src]
impl Default for TableReferencefn default() -> TableReference[src]
fn default() -> TableReferenceReturns the "default value" for a type. Read more
impl Clone for TableReference[src]
impl Clone for TableReferencefn clone(&self) -> TableReference[src]
fn clone(&self) -> TableReferenceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for TableReference[src]
impl Debug for TableReferencefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for TableReference[src]
impl Part for TableReferenceAuto Trait Implementations
impl Send for TableReference
impl Send for TableReferenceimpl Sync for TableReference
impl Sync for TableReference