nl.topicus.jdbc.shaded.com.google.protobuf.MethodOrBuilder 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/protobuf/api.proto
package nl.topicus.jdbc.shaded.com.google.protobuf;
public interface MethodOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.Method)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* The simple name of this method.
*
*
* string name = 1;
*/
java.lang.String getName();
/**
*
* The simple name of this method.
*
*
* string name = 1;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getNameBytes();
/**
*
* A URL of the input message type.
*
*
* string request_type_url = 2;
*/
java.lang.String getRequestTypeUrl();
/**
*
* A URL of the input message type.
*
*
* string request_type_url = 2;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getRequestTypeUrlBytes();
/**
*
* If true, the request is streamed.
*
*
* bool request_streaming = 3;
*/
boolean getRequestStreaming();
/**
*
* The URL of the output message type.
*
*
* string response_type_url = 4;
*/
java.lang.String getResponseTypeUrl();
/**
*
* The URL of the output message type.
*
*
* string response_type_url = 4;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getResponseTypeUrlBytes();
/**
*
* If true, the response is streamed.
*
*
* bool response_streaming = 5;
*/
boolean getResponseStreaming();
/**
*
* Any metadata attached to the method.
*
*
* repeated .google.protobuf.Option options = 6;
*/
java.util.List
getOptionsList();
/**
*
* Any metadata attached to the method.
*
*
* repeated .google.protobuf.Option options = 6;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.Option getOptions(int index);
/**
*
* Any metadata attached to the method.
*
*
* repeated .google.protobuf.Option options = 6;
*/
int getOptionsCount();
/**
*
* Any metadata attached to the method.
*
*
* repeated .google.protobuf.Option options = 6;
*/
java.util.List extends nl.topicus.jdbc.shaded.com.google.protobuf.OptionOrBuilder>
getOptionsOrBuilderList();
/**
*
* Any metadata attached to the method.
*
*
* repeated .google.protobuf.Option options = 6;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.OptionOrBuilder getOptionsOrBuilder(
int index);
/**
*
* The source syntax of this method.
*
*
* .google.protobuf.Syntax syntax = 7;
*/
int getSyntaxValue();
/**
*
* The source syntax of this method.
*
*
* .google.protobuf.Syntax syntax = 7;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.Syntax getSyntax();
}