Enum google_bigquery2::Scope [] [src]

pub enum Scope {
    DevstorageFullControl,
    CloudPlatformReadOnly,
    DevstorageReadOnly,
    DevstorageReadWrite,
    CloudPlatform,
    Insertdata,
    Full,
}

Identifies the an OAuth2 authorization scope. A scope is needed when requesting an authorization token.

Variants

Manage your data and permissions in Google Cloud Storage

View your data across Google Cloud Platform services

View your data in Google Cloud Storage

Manage your data in Google Cloud Storage

View and manage your data across Google Cloud Platform services

Insert data into Google BigQuery

View and manage your data in Google BigQuery

Trait Implementations

impl PartialEq for Scope
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Scope
[src]

impl Hash for Scope
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl AsRef<str> for Scope
[src]

Performs the conversion.

impl Default for Scope
[src]

Returns the "default value" for a type. Read more