lightstep.com.google.api.OAuthRequirementsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/auth.proto
package lightstep.lightstep.lightstep.com.google.api;
public interface OAuthRequirementsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.OAuthRequirements)
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.MessageOrBuilder {
/**
*
* The list of publicly documented OAuth scopes that are allowed access. An
* OAuth token containing any of these scopes will be accepted.
* Example:
* canonical_scopes: https://www.googleapis.com/auth/calendar,
* https://www.googleapis.com/auth/calendar.read
*
*
* string canonical_scopes = 1;
*/
String getCanonicalScopes();
/**
*
* The list of publicly documented OAuth scopes that are allowed access. An
* OAuth token containing any of these scopes will be accepted.
* Example:
* canonical_scopes: https://www.googleapis.com/auth/calendar,
* https://www.googleapis.com/auth/calendar.read
*
*
* string canonical_scopes = 1;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString
getCanonicalScopesBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy