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

nl.topicus.jdbc.shaded.com.google.api.OAuthRequirementsOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
// Generated by the protocol buffer nl.topicus.jdbc.shaded.com.iler.  DO NOT EDIT!
// source: google/api/auth.proto

package nl.topicus.jdbc.shaded.com.google.api;

public interface OAuthRequirementsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.api.OAuthRequirements)
    nl.topicus.jdbc.shaded.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.nl.topicus.jdbc.shaded.com.auth/calendar,
   *                        https://www.googleapis.nl.topicus.jdbc.shaded.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.nl.topicus.jdbc.shaded.com.auth/calendar,
   *                        https://www.googleapis.nl.topicus.jdbc.shaded.com.auth/calendar.read
   * 
* * string canonical_scopes = 1; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getCanonicalScopesBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy