nl.topicus.jdbc.shaded.com.google.api.ContextRuleOrBuilder 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/context.proto
package nl.topicus.jdbc.shaded.com.google.api;
public interface ContextRuleOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.ContextRule)
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();
/**
*
* A list of full type names of requested contexts.
*
*
* repeated string requested = 2;
*/
java.util.List
getRequestedList();
/**
*
* A list of full type names of requested contexts.
*
*
* repeated string requested = 2;
*/
int getRequestedCount();
/**
*
* A list of full type names of requested contexts.
*
*
* repeated string requested = 2;
*/
java.lang.String getRequested(int index);
/**
*
* A list of full type names of requested contexts.
*
*
* repeated string requested = 2;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getRequestedBytes(int index);
/**
*
* A list of full type names of provided contexts.
*
*
* repeated string provided = 3;
*/
java.util.List
getProvidedList();
/**
*
* A list of full type names of provided contexts.
*
*
* repeated string provided = 3;
*/
int getProvidedCount();
/**
*
* A list of full type names of provided contexts.
*
*
* repeated string provided = 3;
*/
java.lang.String getProvided(int index);
/**
*
* A list of full type names of provided contexts.
*
*
* repeated string provided = 3;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getProvidedBytes(int index);
}