nl.topicus.jdbc.shaded.com.google.api.BackendRuleOrBuilder 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/backend.proto
package nl.topicus.jdbc.shaded.com.google.api;
public interface BackendRuleOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.BackendRule)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* Selects the methods to which this rule applies.
* 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.
* Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
*
*
* string selector = 1;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getSelectorBytes();
/**
*
* The address of the API backend.
*
*
* string address = 2;
*/
java.lang.String getAddress();
/**
*
* The address of the API backend.
*
*
* string address = 2;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getAddressBytes();
/**
*
* The number of seconds to wait for a response from a request. The
* default depends on the deployment context.
*
*
* double deadline = 3;
*/
double getDeadline();
}