public static interface UserBitShared.SerializedFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getBufferLength()
optional int32 buffer_length = 7; |
UserBitShared.SerializedField |
getChild(int index)
only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
|
int |
getChildCount()
only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
|
List<UserBitShared.SerializedField> |
getChildList()
only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
|
UserBitShared.SerializedFieldOrBuilder |
getChildOrBuilder(int index)
only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
|
List<? extends UserBitShared.SerializedFieldOrBuilder> |
getChildOrBuilderList()
only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
|
TypeProtos.MajorType |
getMajorType()
the type associated with this field.
|
TypeProtos.MajorTypeOrBuilder |
getMajorTypeOrBuilder()
the type associated with this field.
|
UserBitShared.NamePart |
getNamePart()
optional .exec.shared.NamePart name_part = 2; |
UserBitShared.NamePartOrBuilder |
getNamePartOrBuilder()
optional .exec.shared.NamePart name_part = 2; |
int |
getValueCount()
optional int32 value_count = 4; |
int |
getVarByteLength()
optional int32 var_byte_length = 5; |
boolean |
hasBufferLength()
optional int32 buffer_length = 7; |
boolean |
hasMajorType()
the type associated with this field.
|
boolean |
hasNamePart()
optional .exec.shared.NamePart name_part = 2; |
boolean |
hasValueCount()
optional int32 value_count = 4; |
boolean |
hasVarByteLength()
optional int32 var_byte_length = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMajorType()
the type associated with this field.
optional .common.MajorType major_type = 1;TypeProtos.MajorType getMajorType()
the type associated with this field.
optional .common.MajorType major_type = 1;TypeProtos.MajorTypeOrBuilder getMajorTypeOrBuilder()
the type associated with this field.
optional .common.MajorType major_type = 1;boolean hasNamePart()
optional .exec.shared.NamePart name_part = 2;UserBitShared.NamePart getNamePart()
optional .exec.shared.NamePart name_part = 2;UserBitShared.NamePartOrBuilder getNamePartOrBuilder()
optional .exec.shared.NamePart name_part = 2;List<UserBitShared.SerializedField> getChildList()
only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
repeated .exec.shared.SerializedField child = 3;UserBitShared.SerializedField getChild(int index)
only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
repeated .exec.shared.SerializedField child = 3;int getChildCount()
only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
repeated .exec.shared.SerializedField child = 3;List<? extends UserBitShared.SerializedFieldOrBuilder> getChildOrBuilderList()
only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
repeated .exec.shared.SerializedField child = 3;UserBitShared.SerializedFieldOrBuilder getChildOrBuilder(int index)
only in the cases of type == MAP or REPEAT_MAP or REPEATED_LIST
repeated .exec.shared.SerializedField child = 3;boolean hasValueCount()
optional int32 value_count = 4;int getValueCount()
optional int32 value_count = 4;boolean hasVarByteLength()
optional int32 var_byte_length = 5;int getVarByteLength()
optional int32 var_byte_length = 5;boolean hasBufferLength()
optional int32 buffer_length = 7;int getBufferLength()
optional int32 buffer_length = 7;Copyright © 2021 The Apache Software Foundation. All rights reserved.