pub enum Scope {
CloudPlatform,
Monitoring,
MonitoringWrite,
}
Expand description
Identifies the an OAuth2 authorization scope.
A scope is needed when requesting an
authorization token.
See, edit, configure, and delete your Google Cloud Platform data
View and write monitoring data for all of your Google and third-party Cloud and API projects
Publish metric data to your Google Cloud projects
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the current Span, returning an
Instrumented wrapper. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.