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

com.google.proto4pingcap.TypeOrBuilder 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 TypeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.protobuf.Type)
    com.google.proto4pingcap.MessageOrBuilder {

  /**
   * 
   * The fully qualified message name.
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * The fully qualified message name.
   * 
* * string name = 1; */ com.google.proto4pingcap.ByteString getNameBytes(); /** *
   * The list of fields.
   * 
* * repeated .google.protobuf.Field fields = 2; */ java.util.List getFieldsList(); /** *
   * The list of fields.
   * 
* * repeated .google.protobuf.Field fields = 2; */ com.google.proto4pingcap.Field getFields(int index); /** *
   * The list of fields.
   * 
* * repeated .google.protobuf.Field fields = 2; */ int getFieldsCount(); /** *
   * The list of fields.
   * 
* * repeated .google.protobuf.Field fields = 2; */ java.util.List getFieldsOrBuilderList(); /** *
   * The list of fields.
   * 
* * repeated .google.protobuf.Field fields = 2; */ com.google.proto4pingcap.FieldOrBuilder getFieldsOrBuilder( int index); /** *
   * The list of types appearing in `oneof` definitions in this type.
   * 
* * repeated string oneofs = 3; */ java.util.List getOneofsList(); /** *
   * The list of types appearing in `oneof` definitions in this type.
   * 
* * repeated string oneofs = 3; */ int getOneofsCount(); /** *
   * The list of types appearing in `oneof` definitions in this type.
   * 
* * repeated string oneofs = 3; */ java.lang.String getOneofs(int index); /** *
   * The list of types appearing in `oneof` definitions in this type.
   * 
* * repeated string oneofs = 3; */ com.google.proto4pingcap.ByteString getOneofsBytes(int index); /** *
   * The protocol buffer options.
   * 
* * repeated .google.protobuf.Option options = 4; */ java.util.List getOptionsList(); /** *
   * The protocol buffer options.
   * 
* * repeated .google.protobuf.Option options = 4; */ com.google.proto4pingcap.Option getOptions(int index); /** *
   * The protocol buffer options.
   * 
* * repeated .google.protobuf.Option options = 4; */ int getOptionsCount(); /** *
   * The protocol buffer options.
   * 
* * repeated .google.protobuf.Option options = 4; */ java.util.List getOptionsOrBuilderList(); /** *
   * The protocol buffer options.
   * 
* * repeated .google.protobuf.Option options = 4; */ com.google.proto4pingcap.OptionOrBuilder getOptionsOrBuilder( int index); /** *
   * The source context.
   * 
* * .google.protobuf.SourceContext source_context = 5; */ boolean hasSourceContext(); /** *
   * The source context.
   * 
* * .google.protobuf.SourceContext source_context = 5; */ com.google.proto4pingcap.SourceContext getSourceContext(); /** *
   * The source context.
   * 
* * .google.protobuf.SourceContext source_context = 5; */ com.google.proto4pingcap.SourceContextOrBuilder getSourceContextOrBuilder(); /** *
   * The source syntax.
   * 
* * .google.protobuf.Syntax syntax = 6; */ int getSyntaxValue(); /** *
   * The source syntax.
   * 
* * .google.protobuf.Syntax syntax = 6; */ com.google.proto4pingcap.Syntax getSyntax(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy