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

org.glowroot.agent.shaded.google.protobuf.FieldOrBuilder Maven / Gradle / Ivy

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

package org.glowroot.agent.shaded.google.protobuf;

public interface FieldOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.protobuf.Field)
    org.glowroot.agent.shaded.google.protobuf.MessageOrBuilder {

  /**
   * optional .google.protobuf.Field.Kind kind = 1;
   *
   * 
   * The field kind.
   * 
*/ int getKindValue(); /** * optional .google.protobuf.Field.Kind kind = 1; * *
   * The field kind.
   * 
*/ org.glowroot.agent.shaded.google.protobuf.Field.Kind getKind(); /** * optional .google.protobuf.Field.Cardinality cardinality = 2; * *
   * The field cardinality, i.e. optional/required/repeated.
   * 
*/ int getCardinalityValue(); /** * optional .google.protobuf.Field.Cardinality cardinality = 2; * *
   * The field cardinality, i.e. optional/required/repeated.
   * 
*/ org.glowroot.agent.shaded.google.protobuf.Field.Cardinality getCardinality(); /** * optional int32 number = 3; * *
   * The proto field number.
   * 
*/ int getNumber(); /** * optional string name = 4; * *
   * The field name.
   * 
*/ java.lang.String getName(); /** * optional string name = 4; * *
   * The field name.
   * 
*/ org.glowroot.agent.shaded.google.protobuf.ByteString getNameBytes(); /** * optional string type_url = 6; * *
   * The type URL (without the scheme) when the type is MESSAGE or ENUM,
   * such as `type.googleapis.org.glowroot.agent.shaded.google.protobuf.Empty`.
   * 
*/ java.lang.String getTypeUrl(); /** * optional string type_url = 6; * *
   * The type URL (without the scheme) when the type is MESSAGE or ENUM,
   * such as `type.googleapis.org.glowroot.agent.shaded.google.protobuf.Empty`.
   * 
*/ org.glowroot.agent.shaded.google.protobuf.ByteString getTypeUrlBytes(); /** * optional int32 oneof_index = 7; * *
   * Index in Type.oneofs. Starts at 1. Zero means no oneof mapping.
   * 
*/ int getOneofIndex(); /** * optional bool packed = 8; * *
   * Whether to use alternative packed wire representation.
   * 
*/ boolean getPacked(); /** * repeated .google.protobuf.Option options = 9; * *
   * The proto options.
   * 
*/ java.util.List getOptionsList(); /** * repeated .google.protobuf.Option options = 9; * *
   * The proto options.
   * 
*/ org.glowroot.agent.shaded.google.protobuf.Option getOptions(int index); /** * repeated .google.protobuf.Option options = 9; * *
   * The proto options.
   * 
*/ int getOptionsCount(); /** * repeated .google.protobuf.Option options = 9; * *
   * The proto options.
   * 
*/ java.util.List getOptionsOrBuilderList(); /** * repeated .google.protobuf.Option options = 9; * *
   * The proto options.
   * 
*/ org.glowroot.agent.shaded.google.protobuf.OptionOrBuilder getOptionsOrBuilder( int index); /** * optional string json_name = 10; * *
   * The JSON name for this field.
   * 
*/ java.lang.String getJsonName(); /** * optional string json_name = 10; * *
   * The JSON name for this field.
   * 
*/ org.glowroot.agent.shaded.google.protobuf.ByteString getJsonNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy