Enum google_monitoring3::Scope [] [src]

pub enum Scope {
    Read,
    CloudPlatform,
    Write,
    Full,
}

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

Variants

View monitoring data for all of your Google Cloud and third-party projects

View and manage your data across Google Cloud Platform services

Publish metric data to your Google Cloud projects

View and write monitoring data for all of your Google and third-party Cloud and API projects

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