pub enum BigQueryReservationAPIv1 {
AuthBigquery,
AuthCloudPlatform,
}Expand description
BigQuery Reservation 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
Trait Implementations§
Source§impl Clone for BigQueryReservationAPIv1
impl Clone for BigQueryReservationAPIv1
Source§fn clone(&self) -> BigQueryReservationAPIv1
fn clone(&self) -> BigQueryReservationAPIv1
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 BigQueryReservationAPIv1
impl Debug for BigQueryReservationAPIv1
Source§impl FromGoogleScope<BigQueryReservationAPIv1> for BigQueryReservationAPIv1
impl FromGoogleScope<BigQueryReservationAPIv1> for BigQueryReservationAPIv1
Source§fn from_google_scope(google_scope: &str) -> Result<BigQueryReservationAPIv1, ()>
fn from_google_scope(google_scope: &str) -> Result<BigQueryReservationAPIv1, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for BigQueryReservationAPIv1
impl Hash for BigQueryReservationAPIv1
Source§impl PartialEq for BigQueryReservationAPIv1
impl PartialEq for BigQueryReservationAPIv1
Source§impl ToGoogleScope for BigQueryReservationAPIv1
impl ToGoogleScope for BigQueryReservationAPIv1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for BigQueryReservationAPIv1
impl Eq for BigQueryReservationAPIv1
impl StructuralPartialEq for BigQueryReservationAPIv1
Auto Trait Implementations§
impl Freeze for BigQueryReservationAPIv1
impl RefUnwindSafe for BigQueryReservationAPIv1
impl Send for BigQueryReservationAPIv1
impl Sync for BigQueryReservationAPIv1
impl Unpin for BigQueryReservationAPIv1
impl UnwindSafe for BigQueryReservationAPIv1
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