All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.OAuthRequirementsOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/api/auth.proto

package com.google.api;

public interface OAuthRequirementsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.api.OAuthRequirements)
    com.google.proto4pingcap.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; */ 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; */ com.google.proto4pingcap.ByteString getCanonicalScopesBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy