All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.proto4pingcap.EnumOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/type.proto

package com.google.proto4pingcap;

public interface EnumOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.protobuf.Enum)
    com.google.proto4pingcap.MessageOrBuilder {

  /**
   * 
   * Enum type name.
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * Enum type name.
   * 
* * string name = 1; */ com.google.proto4pingcap.ByteString getNameBytes(); /** *
   * Enum value definitions.
   * 
* * repeated .google.protobuf.EnumValue enumvalue = 2; */ java.util.List getEnumvalueList(); /** *
   * Enum value definitions.
   * 
* * repeated .google.protobuf.EnumValue enumvalue = 2; */ com.google.proto4pingcap.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 getEnumvalueOrBuilderList(); /** *
   * Enum value definitions.
   * 
* * repeated .google.protobuf.EnumValue enumvalue = 2; */ com.google.proto4pingcap.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; */ com.google.proto4pingcap.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 getOptionsOrBuilderList(); /** *
   * Protocol buffer options.
   * 
* * repeated .google.protobuf.Option options = 3; */ com.google.proto4pingcap.OptionOrBuilder getOptionsOrBuilder( int index); /** *
   * The source context.
   * 
* * .google.protobuf.SourceContext source_context = 4; */ boolean hasSourceContext(); /** *
   * The source context.
   * 
* * .google.protobuf.SourceContext source_context = 4; */ com.google.proto4pingcap.SourceContext getSourceContext(); /** *
   * The source context.
   * 
* * .google.protobuf.SourceContext source_context = 4; */ com.google.proto4pingcap.SourceContextOrBuilder getSourceContextOrBuilder(); /** *
   * The source syntax.
   * 
* * .google.protobuf.Syntax syntax = 5; */ int getSyntaxValue(); /** *
   * The source syntax.
   * 
* * .google.protobuf.Syntax syntax = 5; */ com.google.proto4pingcap.Syntax getSyntax(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy