Interface UserBitShared.SerializedFieldOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserBitShared.SerializedField, UserBitShared.SerializedField.Builder
Enclosing class:
UserBitShared

public static interface UserBitShared.SerializedFieldOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMajorType

      boolean hasMajorType()
       the type associated with this field.
       
      optional .common.MajorType major_type = 1;
      Returns:
      Whether the majorType field is set.
    • getMajorType

      TypeProtos.MajorType getMajorType()
       the type associated with this field.
       
      optional .common.MajorType major_type = 1;
      Returns:
      The majorType.
    • getMajorTypeOrBuilder

      TypeProtos.MajorTypeOrBuilder getMajorTypeOrBuilder()
       the type associated with this field.
       
      optional .common.MajorType major_type = 1;
    • hasNamePart

      boolean hasNamePart()
      optional .exec.shared.NamePart name_part = 2;
      Returns:
      Whether the namePart field is set.
    • getNamePart

      UserBitShared.NamePart getNamePart()
      optional .exec.shared.NamePart name_part = 2;
      Returns:
      The namePart.
    • getNamePartOrBuilder

      UserBitShared.NamePartOrBuilder getNamePartOrBuilder()
      optional .exec.shared.NamePart name_part = 2;
    • getChildList

       only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
       
      repeated .exec.shared.SerializedField child = 3;
    • getChild

      UserBitShared.SerializedField getChild(int index)
       only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
       
      repeated .exec.shared.SerializedField child = 3;
    • getChildCount

      int getChildCount()
       only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
       
      repeated .exec.shared.SerializedField child = 3;
    • getChildOrBuilderList

      List<? extends UserBitShared.SerializedFieldOrBuilder> getChildOrBuilderList()
       only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
       
      repeated .exec.shared.SerializedField child = 3;
    • getChildOrBuilder

      UserBitShared.SerializedFieldOrBuilder getChildOrBuilder(int index)
       only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
       
      repeated .exec.shared.SerializedField child = 3;
    • hasValueCount

      boolean hasValueCount()
      optional int32 value_count = 4;
      Returns:
      Whether the valueCount field is set.
    • getValueCount

      int getValueCount()
      optional int32 value_count = 4;
      Returns:
      The valueCount.
    • hasVarByteLength

      boolean hasVarByteLength()
      optional int32 var_byte_length = 5;
      Returns:
      Whether the varByteLength field is set.
    • getVarByteLength

      int getVarByteLength()
      optional int32 var_byte_length = 5;
      Returns:
      The varByteLength.
    • hasBufferLength

      boolean hasBufferLength()
      optional int32 buffer_length = 7;
      Returns:
      Whether the bufferLength field is set.
    • getBufferLength

      int getBufferLength()
      optional int32 buffer_length = 7;
      Returns:
      The bufferLength.