Package com.google.api
Interface OAuthRequirementsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OAuthRequirements,OAuthRequirements.Builder
public interface OAuthRequirementsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe list of publicly documented OAuth scopes that are allowed access.com.google.protobuf.ByteStringThe list of publicly documented OAuth scopes that are allowed access.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCanonicalScopes
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.readstring canonical_scopes = 1;- Returns:
- The canonicalScopes.
-
getCanonicalScopesBytes
com.google.protobuf.ByteString getCanonicalScopesBytes()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.readstring canonical_scopes = 1;- Returns:
- The bytes for canonicalScopes.
-