Enum google_bigtableadmin2::api::Scope
source · pub enum Scope {
BigtableAdmin,
BigtableAdminCluster,
BigtableAdminInstance,
BigtableAdminTable,
CloudBigtableAdmin,
CloudBigtableAdminCluster,
CloudBigtableAdminTable,
CloudPlatform,
CloudPlatformReadOnly,
}Expand description
Identifies the an OAuth2 authorization scope. A scope is needed when requesting an authorization token.
Variants§
BigtableAdmin
Administer your Cloud Bigtable tables and clusters
BigtableAdminCluster
Administer your Cloud Bigtable clusters
BigtableAdminInstance
Administer your Cloud Bigtable clusters
BigtableAdminTable
Administer your Cloud Bigtable tables
CloudBigtableAdmin
Administer your Cloud Bigtable tables and clusters
CloudBigtableAdminCluster
Administer your Cloud Bigtable clusters
CloudBigtableAdminTable
Administer your Cloud Bigtable tables
CloudPlatform
See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
CloudPlatformReadOnly
View your data across Google Cloud services and see the email address of your Google Account
Trait Implementations§
source§impl PartialEq<Scope> for Scope
impl PartialEq<Scope> for Scope
impl Eq for Scope
impl StructuralEq for Scope
impl StructuralPartialEq for Scope
Auto Trait Implementations§
impl RefUnwindSafe for Scope
impl Send for Scope
impl Sync for Scope
impl Unpin for Scope
impl UnwindSafe for Scope
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.