pub enum ServiceManagementAPIv1 {
AuthCloudPlatform,
AuthCloudPlatformReadOnly,
AuthServiceManagement,
AuthServiceManagementReadOnly,
}Expand description
Service Management API, v1
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
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
AuthServiceManagement
Documentation: Manage your Google API service configuration, Scope: https://www.googleapis.com/auth/service.management
AuthServiceManagementReadOnly
Documentation: View your Google API service configuration, Scope: https://www.googleapis.com/auth/service.management.readonly
Trait Implementations§
Source§impl Clone for ServiceManagementAPIv1
impl Clone for ServiceManagementAPIv1
Source§fn clone(&self) -> ServiceManagementAPIv1
fn clone(&self) -> ServiceManagementAPIv1
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 ServiceManagementAPIv1
impl Debug for ServiceManagementAPIv1
Source§impl FromGoogleScope<ServiceManagementAPIv1> for ServiceManagementAPIv1
impl FromGoogleScope<ServiceManagementAPIv1> for ServiceManagementAPIv1
Source§fn from_google_scope(google_scope: &str) -> Result<ServiceManagementAPIv1, ()>
fn from_google_scope(google_scope: &str) -> Result<ServiceManagementAPIv1, ()>
Converting Google Scope string to enum
This might return
Err if you input an invalid Google Scope.Source§impl Hash for ServiceManagementAPIv1
impl Hash for ServiceManagementAPIv1
Source§impl PartialEq for ServiceManagementAPIv1
impl PartialEq for ServiceManagementAPIv1
Source§impl ToGoogleScope for ServiceManagementAPIv1
impl ToGoogleScope for ServiceManagementAPIv1
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to
str literalimpl Copy for ServiceManagementAPIv1
impl Eq for ServiceManagementAPIv1
impl StructuralPartialEq for ServiceManagementAPIv1
Auto Trait Implementations§
impl Freeze for ServiceManagementAPIv1
impl RefUnwindSafe for ServiceManagementAPIv1
impl Send for ServiceManagementAPIv1
impl Sync for ServiceManagementAPIv1
impl Unpin for ServiceManagementAPIv1
impl UnwindSafe for ServiceManagementAPIv1
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