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

nl.topicus.jdbc.shaded.com.google.protobuf.FieldOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/type.proto

package nl.topicus.jdbc.shaded.com.google.protobuf;

public interface FieldOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.protobuf.Field)
    nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The field type.
   * 
* * .google.protobuf.Field.Kind kind = 1; */ int getKindValue(); /** *
   * The field type.
   * 
* * .google.protobuf.Field.Kind kind = 1; */ nl.topicus.jdbc.shaded.com.google.protobuf.Field.Kind getKind(); /** *
   * The field cardinality.
   * 
* * .google.protobuf.Field.Cardinality cardinality = 2; */ int getCardinalityValue(); /** *
   * The field cardinality.
   * 
* * .google.protobuf.Field.Cardinality cardinality = 2; */ nl.topicus.jdbc.shaded.com.google.protobuf.Field.Cardinality getCardinality(); /** *
   * The field number.
   * 
* * int32 number = 3; */ int getNumber(); /** *
   * The field name.
   * 
* * string name = 4; */ java.lang.String getName(); /** *
   * The field name.
   * 
* * string name = 4; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getNameBytes(); /** *
   * The field type URL, without the scheme, for message or enumeration
   * types. Example: `"type.googleapis.nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp"`.
   * 
* * string type_url = 6; */ java.lang.String getTypeUrl(); /** *
   * The field type URL, without the scheme, for message or enumeration
   * types. Example: `"type.googleapis.nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp"`.
   * 
* * string type_url = 6; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getTypeUrlBytes(); /** *
   * The index of the field type in `Type.oneofs`, for message or enumeration
   * types. The first type has index 1; zero means the type is not in the list.
   * 
* * int32 oneof_index = 7; */ int getOneofIndex(); /** *
   * Whether to use alternative packed wire representation.
   * 
* * bool packed = 8; */ boolean getPacked(); /** *
   * The protocol buffer options.
   * 
* * repeated .google.protobuf.Option options = 9; */ java.util.List getOptionsList(); /** *
   * The protocol buffer options.
   * 
* * repeated .google.protobuf.Option options = 9; */ nl.topicus.jdbc.shaded.com.google.protobuf.Option getOptions(int index); /** *
   * The protocol buffer options.
   * 
* * repeated .google.protobuf.Option options = 9; */ int getOptionsCount(); /** *
   * The protocol buffer options.
   * 
* * repeated .google.protobuf.Option options = 9; */ java.util.List getOptionsOrBuilderList(); /** *
   * The protocol buffer options.
   * 
* * repeated .google.protobuf.Option options = 9; */ nl.topicus.jdbc.shaded.com.google.protobuf.OptionOrBuilder getOptionsOrBuilder( int index); /** *
   * The field JSON name.
   * 
* * string json_name = 10; */ java.lang.String getJsonName(); /** *
   * The field JSON name.
   * 
* * string json_name = 10; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getJsonNameBytes(); /** *
   * The string value of the default value of this field. Proto2 syntax only.
   * 
* * string default_value = 11; */ java.lang.String getDefaultValue(); /** *
   * The string value of the default value of this field. Proto2 syntax only.
   * 
* * string default_value = 11; */ nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getDefaultValueBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy