nl.topicus.jdbc.shaded.com.google.api.SystemParameterRuleOrBuilder 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/system_parameter.proto
package nl.topicus.jdbc.shaded.com.google.api;
public interface SystemParameterRuleOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.SystemParameterRule)
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();
/**
*
* Define parameters. Multiple names may be defined for a parameter.
* For a given method call, only one of them should be used. If multiple
* names are used the behavior is implementation-dependent.
* If none of the specified names are present the behavior is
* parameter-dependent.
*
*
* repeated .google.api.SystemParameter parameters = 2;
*/
java.util.List
getParametersList();
/**
*
* Define parameters. Multiple names may be defined for a parameter.
* For a given method call, only one of them should be used. If multiple
* names are used the behavior is implementation-dependent.
* If none of the specified names are present the behavior is
* parameter-dependent.
*
*
* repeated .google.api.SystemParameter parameters = 2;
*/
nl.topicus.jdbc.shaded.com.google.api.SystemParameter getParameters(int index);
/**
*
* Define parameters. Multiple names may be defined for a parameter.
* For a given method call, only one of them should be used. If multiple
* names are used the behavior is implementation-dependent.
* If none of the specified names are present the behavior is
* parameter-dependent.
*
*
* repeated .google.api.SystemParameter parameters = 2;
*/
int getParametersCount();
/**
*
* Define parameters. Multiple names may be defined for a parameter.
* For a given method call, only one of them should be used. If multiple
* names are used the behavior is implementation-dependent.
* If none of the specified names are present the behavior is
* parameter-dependent.
*
*
* repeated .google.api.SystemParameter parameters = 2;
*/
java.util.List extends nl.topicus.jdbc.shaded.com.google.api.SystemParameterOrBuilder>
getParametersOrBuilderList();
/**
*
* Define parameters. Multiple names may be defined for a parameter.
* For a given method call, only one of them should be used. If multiple
* names are used the behavior is implementation-dependent.
* If none of the specified names are present the behavior is
* parameter-dependent.
*
*
* repeated .google.api.SystemParameter parameters = 2;
*/
nl.topicus.jdbc.shaded.com.google.api.SystemParameterOrBuilder getParametersOrBuilder(
int index);
}