Enum google_youtubeanalytics1::Scope [] [src]

pub enum Scope {
    YoutubeReadonly,
    YtAnalyticReadonly,
    Youtube,
    Youtubepartner,
    YtAnalyticMonetaryReadonly,
}

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

Variants

View your YouTube account

View YouTube Analytics reports for your YouTube content

Manage your YouTube account

View and manage your assets and associated content on YouTube

View monetary and non-monetary YouTube Analytics reports for your YouTube content

Trait Implementations

impl Hash for Scope
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Eq for Scope
[src]

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 AsRef<str> for Scope
[src]

Performs the conversion.

impl Default for Scope
[src]

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