nl.topicus.jdbc.shaded.com.google.protobuf.EnumOrBuilder 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 nl.topicus.jdbc.shaded.com.iler. DO NOT EDIT!
// source: google/protobuf/type.proto
package nl.topicus.jdbc.shaded.com.google.protobuf;
public interface EnumOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.Enum)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* Enum type name.
*
*
* string name = 1;
*/
java.lang.String getName();
/**
*
* Enum type name.
*
*
* string name = 1;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getNameBytes();
/**
*
* Enum value definitions.
*
*
* repeated .google.protobuf.EnumValue enumvalue = 2;
*/
java.util.List
getEnumvalueList();
/**
*
* Enum value definitions.
*
*
* repeated .google.protobuf.EnumValue enumvalue = 2;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.EnumValue getEnumvalue(int index);
/**
*
* Enum value definitions.
*
*
* repeated .google.protobuf.EnumValue enumvalue = 2;
*/
int getEnumvalueCount();
/**
*
* Enum value definitions.
*
*
* repeated .google.protobuf.EnumValue enumvalue = 2;
*/
java.util.List extends nl.topicus.jdbc.shaded.com.google.protobuf.EnumValueOrBuilder>
getEnumvalueOrBuilderList();
/**
*
* Enum value definitions.
*
*
* repeated .google.protobuf.EnumValue enumvalue = 2;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.EnumValueOrBuilder getEnumvalueOrBuilder(
int index);
/**
*
* Protocol buffer options.
*
*
* repeated .google.protobuf.Option options = 3;
*/
java.util.List
getOptionsList();
/**
*
* Protocol buffer options.
*
*
* repeated .google.protobuf.Option options = 3;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.Option getOptions(int index);
/**
*
* Protocol buffer options.
*
*
* repeated .google.protobuf.Option options = 3;
*/
int getOptionsCount();
/**
*
* Protocol buffer options.
*
*
* repeated .google.protobuf.Option options = 3;
*/
java.util.List extends nl.topicus.jdbc.shaded.com.google.protobuf.OptionOrBuilder>
getOptionsOrBuilderList();
/**
*
* Protocol buffer options.
*
*
* repeated .google.protobuf.Option options = 3;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.OptionOrBuilder getOptionsOrBuilder(
int index);
/**
*
* The source context.
*
*
* .google.protobuf.SourceContext source_context = 4;
*/
boolean hasSourceContext();
/**
*
* The source context.
*
*
* .google.protobuf.SourceContext source_context = 4;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.SourceContext getSourceContext();
/**
*
* The source context.
*
*
* .google.protobuf.SourceContext source_context = 4;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.SourceContextOrBuilder getSourceContextOrBuilder();
/**
*
* The source syntax.
*
*
* .google.protobuf.Syntax syntax = 5;
*/
int getSyntaxValue();
/**
*
* The source syntax.
*
*
* .google.protobuf.Syntax syntax = 5;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.Syntax getSyntax();
}