com.google.api.OAuthRequirementsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/auth.proto
// Protobuf Java Version: 3.25.3
package com.google.api;
public interface OAuthRequirementsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.OAuthRequirements)
com.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;
* @return The canonicalScopes.
*/
java.lang.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;
* @return The bytes for canonicalScopes.
*/
com.google.protobuf.ByteString
getCanonicalScopesBytes();
}