nl.topicus.jdbc.shaded.com.google.api.OAuthRequirementsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spanner-jdbc Show documentation
Show all versions of spanner-jdbc Show documentation
JDBC Driver for Google Cloud Spanner
// Generated by the protocol buffer compiler. 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.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;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getCanonicalScopesBytes();
}