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

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

There is a newer version: 2.0.27
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; * @return The name. */ java.lang.String getName(); /** *
   * The fully qualified message name.
   * 
* * string name = 1; * @return The bytes for name. */ 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; * @return A list containing the oneofs. */ java.util.List getOneofsList(); /** *
   * The list of types appearing in `oneof` definitions in this type.
   * 
* * repeated string oneofs = 3; * @return The count of oneofs. */ int getOneofsCount(); /** *
   * The list of types appearing in `oneof` definitions in this type.
   * 
* * repeated string oneofs = 3; * @param index The index of the element to return. * @return The oneofs at the given index. */ java.lang.String getOneofs(int index); /** *
   * The list of types appearing in `oneof` definitions in this type.
   * 
* * repeated string oneofs = 3; * @param index The index of the value to return. * @return The bytes of the oneofs at the given index. */ 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; * @return Whether the sourceContext field is set. */ boolean hasSourceContext(); /** *
   * The source context.
   * 
* * .google.protobuf.SourceContext source_context = 5; * @return The sourceContext. */ 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; * @return The enum numeric value on the wire for syntax. */ int getSyntaxValue(); /** *
   * The source syntax.
   * 
* * .google.protobuf.Syntax syntax = 6; * @return The syntax. */ com.google.protobuf.Syntax getSyntax(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy