nl.topicus.jdbc.shaded.com.google.api.ControlOrBuilder 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/control.proto
package nl.topicus.jdbc.shaded.com.google.api;
public interface ControlOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.Control)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* The service control environment to use. If empty, no control plane
* feature (like quota and billing) will be enabled.
*
*
* string environment = 1;
*/
java.lang.String getEnvironment();
/**
*
* The service control environment to use. If empty, no control plane
* feature (like quota and billing) will be enabled.
*
*
* string environment = 1;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getEnvironmentBytes();
}