pub enum DataflowAPIv1b3 {
AuthCloudPlatform,
AuthCompute,
AuthComputeReadOnly,
AuthUserinfoEmail,
}Expand description
Dataflow API, v1b3
Variants§
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
AuthCompute
Documentation: View and manage your Google Compute Engine resources, Scope: https://www.googleapis.com/auth/compute
AuthComputeReadOnly
Documentation: View your Google Compute Engine resources, Scope: https://www.googleapis.com/auth/compute.readonly
AuthUserinfoEmail
Documentation: See your primary Google Account email address, Scope: https://www.googleapis.com/auth/userinfo.email
Trait Implementations§
Source§impl Clone for DataflowAPIv1b3
impl Clone for DataflowAPIv1b3
Source§fn clone(&self) -> DataflowAPIv1b3
fn clone(&self) -> DataflowAPIv1b3
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 DataflowAPIv1b3
impl Debug for DataflowAPIv1b3
Source§impl FromGoogleScope<DataflowAPIv1b3> for DataflowAPIv1b3
impl FromGoogleScope<DataflowAPIv1b3> for DataflowAPIv1b3
Source§fn from_google_scope(google_scope: &str) -> Result<DataflowAPIv1b3, ()>
fn from_google_scope(google_scope: &str) -> Result<DataflowAPIv1b3, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for DataflowAPIv1b3
impl Hash for DataflowAPIv1b3
Source§impl PartialEq for DataflowAPIv1b3
impl PartialEq for DataflowAPIv1b3
Source§impl ToGoogleScope for DataflowAPIv1b3
impl ToGoogleScope for DataflowAPIv1b3
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for DataflowAPIv1b3
impl Eq for DataflowAPIv1b3
impl StructuralPartialEq for DataflowAPIv1b3
Auto Trait Implementations§
impl Freeze for DataflowAPIv1b3
impl RefUnwindSafe for DataflowAPIv1b3
impl Send for DataflowAPIv1b3
impl Sync for DataflowAPIv1b3
impl Unpin for DataflowAPIv1b3
impl UnwindSafe for DataflowAPIv1b3
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