nl.topicus.jdbc.shaded.com.google.api.UsageRuleOrBuilder 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/usage.proto
package nl.topicus.jdbc.shaded.com.google.api;
public interface UsageRuleOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.UsageRule)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* Selects the methods to which this rule applies. Use '*' to indicate all
* methods in all APIs.
* Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
*
*
* string selector = 1;
*/
java.lang.String getSelector();
/**
*
* Selects the methods to which this rule applies. Use '*' to indicate all
* methods in all APIs.
* Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
*
*
* string selector = 1;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getSelectorBytes();
/**
*
* True, if the method allows unregistered calls; false otherwise.
*
*
* bool allow_unregistered_calls = 2;
*/
boolean getAllowUnregisteredCalls();
/**
*
* True, if the method should skip service control. If so, no control plane
* feature (like quota and billing) will be enabled.
*
*
* bool skip_service_control = 3;
*/
boolean getSkipServiceControl();
}