nl.topicus.jdbc.shaded.com.google.api.ExperimentalOrBuilder 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 nl.topicus.jdbc.shaded.com.iler. DO NOT EDIT!
// source: google/api/experimental/experimental.proto
package nl.topicus.jdbc.shaded.com.google.api;
public interface ExperimentalOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.Experimental)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* Authorization configuration.
*
*
* .google.api.AuthorizationConfig authorization = 8;
*/
boolean hasAuthorization();
/**
*
* Authorization configuration.
*
*
* .google.api.AuthorizationConfig authorization = 8;
*/
nl.topicus.jdbc.shaded.com.google.api.AuthorizationConfig getAuthorization();
/**
*
* Authorization configuration.
*
*
* .google.api.AuthorizationConfig authorization = 8;
*/
nl.topicus.jdbc.shaded.com.google.api.AuthorizationConfigOrBuilder getAuthorizationOrBuilder();
}