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

com.google.protobuf.TypeOrBuilder Maven / Gradle / Ivy

Go to download

Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.

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

package com.google.protobuf;

public interface TypeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.protobuf.Type)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The fully qualified message name.
   * 
* * string name = 1; */ java.lang.String getName(); /** *
   * The fully qualified message name.
   * 
* * string name = 1; */ com.google.protobuf.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.protobuf.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.protobuf.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.protobuf.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.protobuf.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.protobuf.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.protobuf.SourceContext getSourceContext(); /** *
   * The source context.
   * 
* * .google.protobuf.SourceContext source_context = 5; */ com.google.protobuf.SourceContextOrBuilder getSourceContextOrBuilder(); /** *
   * The source syntax.
   * 
* * .google.protobuf.Syntax syntax = 6; */ int getSyntaxValue(); /** *
   * The source syntax.
   * 
* * .google.protobuf.Syntax syntax = 6; */ com.google.protobuf.Syntax getSyntax(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy