pub enum BigQueryDataTransferAPIv1 {
AuthBigquery,
AuthCloudPlatform,
AuthCloudPlatformReadOnly,
}Expand description
BigQuery Data Transfer API, v1
Variants§
AuthBigquery
Documentation: View and manage your data in Google BigQuery and see the email address for your Google Account, Scope: https://www.googleapis.com/auth/bigquery
AuthCloudPlatform
Documentation: See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account., Scope: https://www.googleapis.com/auth/cloud-platform
AuthCloudPlatformReadOnly
Documentation: View your data across Google Cloud services and see the email address of your Google Account, Scope: https://www.googleapis.com/auth/cloud-platform.read-only
Trait Implementations§
Source§impl Clone for BigQueryDataTransferAPIv1
impl Clone for BigQueryDataTransferAPIv1
Source§fn clone(&self) -> BigQueryDataTransferAPIv1
fn clone(&self) -> BigQueryDataTransferAPIv1
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 BigQueryDataTransferAPIv1
impl Debug for BigQueryDataTransferAPIv1
Source§impl FromGoogleScope<BigQueryDataTransferAPIv1> for BigQueryDataTransferAPIv1
impl FromGoogleScope<BigQueryDataTransferAPIv1> for BigQueryDataTransferAPIv1
Source§fn from_google_scope(
google_scope: &str,
) -> Result<BigQueryDataTransferAPIv1, ()>
fn from_google_scope( google_scope: &str, ) -> Result<BigQueryDataTransferAPIv1, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for BigQueryDataTransferAPIv1
impl Hash for BigQueryDataTransferAPIv1
Source§impl ToGoogleScope for BigQueryDataTransferAPIv1
impl ToGoogleScope for BigQueryDataTransferAPIv1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for BigQueryDataTransferAPIv1
impl Eq for BigQueryDataTransferAPIv1
impl StructuralPartialEq for BigQueryDataTransferAPIv1
Auto Trait Implementations§
impl Freeze for BigQueryDataTransferAPIv1
impl RefUnwindSafe for BigQueryDataTransferAPIv1
impl Send for BigQueryDataTransferAPIv1
impl Sync for BigQueryDataTransferAPIv1
impl Unpin for BigQueryDataTransferAPIv1
impl UnwindSafe for BigQueryDataTransferAPIv1
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