Interface DescriptorProtos.UninterpretedOptionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
DescriptorProtos.UninterpretedOption, DescriptorProtos.UninterpretedOption.Builder
Enclosing class:
DescriptorProtos

public static interface DescriptorProtos.UninterpretedOptionOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string aggregate_value = 8 [json_name = "aggregateValue"];
    com.google.protobuf.ByteString
    optional string aggregate_value = 8 [json_name = "aggregateValue"];
    double
    optional double double_value = 6 [json_name = "doubleValue"];
    The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.
    com.google.protobuf.ByteString
    The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.
    getName(int index)
    repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
    int
    repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
    repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
    long
    optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
    long
    optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
    com.google.protobuf.ByteString
    optional bytes string_value = 7 [json_name = "stringValue"];
    boolean
    optional string aggregate_value = 8 [json_name = "aggregateValue"];
    boolean
    optional double double_value = 6 [json_name = "doubleValue"];
    boolean
    The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing.
    boolean
    optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
    boolean
    optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
    boolean
    optional bytes string_value = 7 [json_name = "stringValue"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getNameList

      repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
    • getName

      repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
    • getNameCount

      int getNameCount()
      repeated .google.protobuf.UninterpretedOption.NamePart name = 2 [json_name = "name"];
    • hasIdentifierValue

      boolean hasIdentifierValue()
       The value of the uninterpreted option, in whatever type the tokenizer
       identified it as during parsing. Exactly one of these should be set.
       
      optional string identifier_value = 3 [json_name = "identifierValue"];
      Returns:
      Whether the identifierValue field is set.
    • getIdentifierValue

      String getIdentifierValue()
       The value of the uninterpreted option, in whatever type the tokenizer
       identified it as during parsing. Exactly one of these should be set.
       
      optional string identifier_value = 3 [json_name = "identifierValue"];
      Returns:
      The identifierValue.
    • getIdentifierValueBytes

      com.google.protobuf.ByteString getIdentifierValueBytes()
       The value of the uninterpreted option, in whatever type the tokenizer
       identified it as during parsing. Exactly one of these should be set.
       
      optional string identifier_value = 3 [json_name = "identifierValue"];
      Returns:
      The bytes for identifierValue.
    • hasPositiveIntValue

      boolean hasPositiveIntValue()
      optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
      Returns:
      Whether the positiveIntValue field is set.
    • getPositiveIntValue

      long getPositiveIntValue()
      optional uint64 positive_int_value = 4 [json_name = "positiveIntValue"];
      Returns:
      The positiveIntValue.
    • hasNegativeIntValue

      boolean hasNegativeIntValue()
      optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
      Returns:
      Whether the negativeIntValue field is set.
    • getNegativeIntValue

      long getNegativeIntValue()
      optional int64 negative_int_value = 5 [json_name = "negativeIntValue"];
      Returns:
      The negativeIntValue.
    • hasDoubleValue

      boolean hasDoubleValue()
      optional double double_value = 6 [json_name = "doubleValue"];
      Returns:
      Whether the doubleValue field is set.
    • getDoubleValue

      double getDoubleValue()
      optional double double_value = 6 [json_name = "doubleValue"];
      Returns:
      The doubleValue.
    • hasStringValue

      boolean hasStringValue()
      optional bytes string_value = 7 [json_name = "stringValue"];
      Returns:
      Whether the stringValue field is set.
    • getStringValue

      com.google.protobuf.ByteString getStringValue()
      optional bytes string_value = 7 [json_name = "stringValue"];
      Returns:
      The stringValue.
    • hasAggregateValue

      boolean hasAggregateValue()
      optional string aggregate_value = 8 [json_name = "aggregateValue"];
      Returns:
      Whether the aggregateValue field is set.
    • getAggregateValue

      String getAggregateValue()
      optional string aggregate_value = 8 [json_name = "aggregateValue"];
      Returns:
      The aggregateValue.
    • getAggregateValueBytes

      com.google.protobuf.ByteString getAggregateValueBytes()
      optional string aggregate_value = 8 [json_name = "aggregateValue"];
      Returns:
      The bytes for aggregateValue.