public static final class NullTest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<NullTest.Builder> implements NullTestOrBuilder
org.apache.flink.formats.protobuf.testproto.NullTest| Modifier and Type | Method and Description |
|---|---|
NullTest.Builder |
addAllBooleanArray(Iterable<? extends Boolean> values)
repeated bool boolean_array = 13; |
NullTest.Builder |
addAllBytesArray(Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes bytes_array = 18; |
NullTest.Builder |
addAllDoubleArray(Iterable<? extends Double> values)
repeated double double_array = 15; |
NullTest.Builder |
addAllEnumArray(Iterable<? extends NullTest.Corpus> values)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus enum_array = 16; |
NullTest.Builder |
addAllFloatArray(Iterable<? extends Float> values)
repeated float float_array = 14; |
NullTest.Builder |
addAllIntArray(Iterable<? extends Integer> values)
repeated int32 int_array = 11; |
NullTest.Builder |
addAllLongArray(Iterable<? extends Long> values)
repeated int64 long_array = 12; |
NullTest.Builder |
addAllMessageArray(Iterable<? extends NullTest.InnerMessageTest> values)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17; |
NullTest.Builder |
addAllStringArray(Iterable<String> values)
repeated string string_array = 10; |
NullTest.Builder |
addBooleanArray(boolean value)
repeated bool boolean_array = 13; |
NullTest.Builder |
addBytesArray(com.google.protobuf.ByteString value)
repeated bytes bytes_array = 18; |
NullTest.Builder |
addDoubleArray(double value)
repeated double double_array = 15; |
NullTest.Builder |
addEnumArray(NullTest.Corpus value)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus enum_array = 16; |
NullTest.Builder |
addFloatArray(float value)
repeated float float_array = 14; |
NullTest.Builder |
addIntArray(int value)
repeated int32 int_array = 11; |
NullTest.Builder |
addLongArray(long value)
repeated int64 long_array = 12; |
NullTest.Builder |
addMessageArray(int index,
NullTest.InnerMessageTest.Builder builderForValue)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17; |
NullTest.Builder |
addMessageArray(int index,
NullTest.InnerMessageTest value)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17; |
NullTest.Builder |
addMessageArray(NullTest.InnerMessageTest.Builder builderForValue)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17; |
NullTest.Builder |
addMessageArray(NullTest.InnerMessageTest value)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17; |
NullTest.InnerMessageTest.Builder |
addMessageArrayBuilder()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17; |
NullTest.InnerMessageTest.Builder |
addMessageArrayBuilder(int index)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17; |
NullTest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
NullTest.Builder |
addStringArray(String value)
repeated string string_array = 10; |
NullTest.Builder |
addStringArrayBytes(com.google.protobuf.ByteString value)
repeated string string_array = 10; |
NullTest |
build() |
NullTest |
buildPartial() |
NullTest.Builder |
clear() |
NullTest.Builder |
clearBooleanArray()
repeated bool boolean_array = 13; |
NullTest.Builder |
clearBooleanMap() |
NullTest.Builder |
clearBytesArray()
repeated bytes bytes_array = 18; |
NullTest.Builder |
clearBytesMap() |
NullTest.Builder |
clearDoubleArray()
repeated double double_array = 15; |
NullTest.Builder |
clearDoubleMap() |
NullTest.Builder |
clearEnumArray()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus enum_array = 16; |
NullTest.Builder |
clearEnumMap() |
NullTest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
NullTest.Builder |
clearFloatArray()
repeated float float_array = 14; |
NullTest.Builder |
clearFloatMap() |
NullTest.Builder |
clearIntArray()
repeated int32 int_array = 11; |
NullTest.Builder |
clearIntMap() |
NullTest.Builder |
clearLongArray()
repeated int64 long_array = 12; |
NullTest.Builder |
clearLongMap() |
NullTest.Builder |
clearMessageArray()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17; |
NullTest.Builder |
clearMessageMap() |
NullTest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
NullTest.Builder |
clearStringArray()
repeated string string_array = 10; |
NullTest.Builder |
clearStringMap() |
NullTest.Builder |
clone() |
boolean |
containsBooleanMap(boolean key)
map<bool, bool> boolean_map = 4; |
boolean |
containsBytesMap(String key)
map<string, bytes> bytes_map = 9; |
boolean |
containsDoubleMap(String key)
map<string, double> double_map = 6; |
boolean |
containsEnumMap(String key)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus> enum_map = 7; |
boolean |
containsFloatMap(String key)
map<string, float> float_map = 5; |
boolean |
containsIntMap(int key)
map<int32, int32> int_map = 2; |
boolean |
containsLongMap(long key)
map<int64, int64> long_map = 3; |
boolean |
containsMessageMap(String key)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest> message_map = 8; |
boolean |
containsStringMap(String key)
map<string, string> string_map = 1; |
boolean |
getBooleanArray(int index)
repeated bool boolean_array = 13; |
int |
getBooleanArrayCount()
repeated bool boolean_array = 13; |
List<Boolean> |
getBooleanArrayList()
repeated bool boolean_array = 13; |
Map<Boolean,Boolean> |
getBooleanMap()
Deprecated.
|
int |
getBooleanMapCount()
map<bool, bool> boolean_map = 4; |
Map<Boolean,Boolean> |
getBooleanMapMap()
map<bool, bool> boolean_map = 4; |
boolean |
getBooleanMapOrDefault(boolean key,
boolean defaultValue)
map<bool, bool> boolean_map = 4; |
boolean |
getBooleanMapOrThrow(boolean key)
map<bool, bool> boolean_map = 4; |
com.google.protobuf.ByteString |
getBytesArray(int index)
repeated bytes bytes_array = 18; |
int |
getBytesArrayCount()
repeated bytes bytes_array = 18; |
List<com.google.protobuf.ByteString> |
getBytesArrayList()
repeated bytes bytes_array = 18; |
Map<String,com.google.protobuf.ByteString> |
getBytesMap()
Deprecated.
|
int |
getBytesMapCount()
map<string, bytes> bytes_map = 9; |
Map<String,com.google.protobuf.ByteString> |
getBytesMapMap()
map<string, bytes> bytes_map = 9; |
com.google.protobuf.ByteString |
getBytesMapOrDefault(String key,
com.google.protobuf.ByteString defaultValue)
map<string, bytes> bytes_map = 9; |
com.google.protobuf.ByteString |
getBytesMapOrThrow(String key)
map<string, bytes> bytes_map = 9; |
NullTest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
double |
getDoubleArray(int index)
repeated double double_array = 15; |
int |
getDoubleArrayCount()
repeated double double_array = 15; |
List<Double> |
getDoubleArrayList()
repeated double double_array = 15; |
Map<String,Double> |
getDoubleMap()
Deprecated.
|
int |
getDoubleMapCount()
map<string, double> double_map = 6; |
Map<String,Double> |
getDoubleMapMap()
map<string, double> double_map = 6; |
double |
getDoubleMapOrDefault(String key,
double defaultValue)
map<string, double> double_map = 6; |
double |
getDoubleMapOrThrow(String key)
map<string, double> double_map = 6; |
NullTest.Corpus |
getEnumArray(int index)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus enum_array = 16; |
int |
getEnumArrayCount()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus enum_array = 16; |
List<NullTest.Corpus> |
getEnumArrayList()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus enum_array = 16; |
Map<String,NullTest.Corpus> |
getEnumMap()
Deprecated.
|
int |
getEnumMapCount()
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus> enum_map = 7; |
Map<String,NullTest.Corpus> |
getEnumMapMap()
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus> enum_map = 7; |
NullTest.Corpus |
getEnumMapOrDefault(String key,
NullTest.Corpus defaultValue)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus> enum_map = 7; |
NullTest.Corpus |
getEnumMapOrThrow(String key)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus> enum_map = 7; |
float |
getFloatArray(int index)
repeated float float_array = 14; |
int |
getFloatArrayCount()
repeated float float_array = 14; |
List<Float> |
getFloatArrayList()
repeated float float_array = 14; |
Map<String,Float> |
getFloatMap()
Deprecated.
|
int |
getFloatMapCount()
map<string, float> float_map = 5; |
Map<String,Float> |
getFloatMapMap()
map<string, float> float_map = 5; |
float |
getFloatMapOrDefault(String key,
float defaultValue)
map<string, float> float_map = 5; |
float |
getFloatMapOrThrow(String key)
map<string, float> float_map = 5; |
int |
getIntArray(int index)
repeated int32 int_array = 11; |
int |
getIntArrayCount()
repeated int32 int_array = 11; |
List<Integer> |
getIntArrayList()
repeated int32 int_array = 11; |
Map<Integer,Integer> |
getIntMap()
Deprecated.
|
int |
getIntMapCount()
map<int32, int32> int_map = 2; |
Map<Integer,Integer> |
getIntMapMap()
map<int32, int32> int_map = 2; |
int |
getIntMapOrDefault(int key,
int defaultValue)
map<int32, int32> int_map = 2; |
int |
getIntMapOrThrow(int key)
map<int32, int32> int_map = 2; |
long |
getLongArray(int index)
repeated int64 long_array = 12; |
int |
getLongArrayCount()
repeated int64 long_array = 12; |
List<Long> |
getLongArrayList()
repeated int64 long_array = 12; |
Map<Long,Long> |
getLongMap()
Deprecated.
|
int |
getLongMapCount()
map<int64, int64> long_map = 3; |
Map<Long,Long> |
getLongMapMap()
map<int64, int64> long_map = 3; |
long |
getLongMapOrDefault(long key,
long defaultValue)
map<int64, int64> long_map = 3; |
long |
getLongMapOrThrow(long key)
map<int64, int64> long_map = 3; |
NullTest.InnerMessageTest |
getMessageArray(int index)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17; |
NullTest.InnerMessageTest.Builder |
getMessageArrayBuilder(int index)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17; |
List<NullTest.InnerMessageTest.Builder> |
getMessageArrayBuilderList()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17; |
int |
getMessageArrayCount()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17; |
List<NullTest.InnerMessageTest> |
getMessageArrayList()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17; |
NullTest.InnerMessageTestOrBuilder |
getMessageArrayOrBuilder(int index)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17; |
List<? extends NullTest.InnerMessageTestOrBuilder> |
getMessageArrayOrBuilderList()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17; |
Map<String,NullTest.InnerMessageTest> |
getMessageMap()
Deprecated.
|
int |
getMessageMapCount()
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest> message_map = 8; |
Map<String,NullTest.InnerMessageTest> |
getMessageMapMap()
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest> message_map = 8; |
NullTest.InnerMessageTest |
getMessageMapOrDefault(String key,
NullTest.InnerMessageTest defaultValue)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest> message_map = 8; |
NullTest.InnerMessageTest |
getMessageMapOrThrow(String key)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest> message_map = 8; |
Map<Boolean,Boolean> |
getMutableBooleanMap()
Deprecated.
|
Map<String,com.google.protobuf.ByteString> |
getMutableBytesMap()
Deprecated.
|
Map<String,Double> |
getMutableDoubleMap()
Deprecated.
|
Map<String,NullTest.Corpus> |
getMutableEnumMap()
Deprecated.
|
Map<String,Float> |
getMutableFloatMap()
Deprecated.
|
Map<Integer,Integer> |
getMutableIntMap()
Deprecated.
|
Map<Long,Long> |
getMutableLongMap()
Deprecated.
|
Map<String,NullTest.InnerMessageTest> |
getMutableMessageMap()
Deprecated.
|
Map<String,String> |
getMutableStringMap()
Deprecated.
|
String |
getStringArray(int index)
repeated string string_array = 10; |
com.google.protobuf.ByteString |
getStringArrayBytes(int index)
repeated string string_array = 10; |
int |
getStringArrayCount()
repeated string string_array = 10; |
com.google.protobuf.ProtocolStringList |
getStringArrayList()
repeated string string_array = 10; |
Map<String,String> |
getStringMap()
Deprecated.
|
int |
getStringMapCount()
map<string, string> string_map = 1; |
Map<String,String> |
getStringMapMap()
map<string, string> string_map = 1; |
String |
getStringMapOrDefault(String key,
String defaultValue)
map<string, string> string_map = 1; |
String |
getStringMapOrThrow(String key)
map<string, string> string_map = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
NullTest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NullTest.Builder |
mergeFrom(com.google.protobuf.Message other) |
NullTest.Builder |
mergeFrom(NullTest other) |
NullTest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
NullTest.Builder |
putAllBooleanMap(Map<Boolean,Boolean> values)
map<bool, bool> boolean_map = 4; |
NullTest.Builder |
putAllBytesMap(Map<String,com.google.protobuf.ByteString> values)
map<string, bytes> bytes_map = 9; |
NullTest.Builder |
putAllDoubleMap(Map<String,Double> values)
map<string, double> double_map = 6; |
NullTest.Builder |
putAllEnumMap(Map<String,NullTest.Corpus> values)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus> enum_map = 7; |
NullTest.Builder |
putAllFloatMap(Map<String,Float> values)
map<string, float> float_map = 5; |
NullTest.Builder |
putAllIntMap(Map<Integer,Integer> values)
map<int32, int32> int_map = 2; |
NullTest.Builder |
putAllLongMap(Map<Long,Long> values)
map<int64, int64> long_map = 3; |
NullTest.Builder |
putAllMessageMap(Map<String,NullTest.InnerMessageTest> values)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest> message_map = 8; |
NullTest.Builder |
putAllStringMap(Map<String,String> values)
map<string, string> string_map = 1; |
NullTest.Builder |
putBooleanMap(boolean key,
boolean value)
map<bool, bool> boolean_map = 4; |
NullTest.Builder |
putBytesMap(String key,
com.google.protobuf.ByteString value)
map<string, bytes> bytes_map = 9; |
NullTest.Builder |
putDoubleMap(String key,
double value)
map<string, double> double_map = 6; |
NullTest.Builder |
putEnumMap(String key,
NullTest.Corpus value)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus> enum_map = 7; |
NullTest.Builder |
putFloatMap(String key,
float value)
map<string, float> float_map = 5; |
NullTest.Builder |
putIntMap(int key,
int value)
map<int32, int32> int_map = 2; |
NullTest.Builder |
putLongMap(long key,
long value)
map<int64, int64> long_map = 3; |
NullTest.Builder |
putMessageMap(String key,
NullTest.InnerMessageTest value)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest> message_map = 8; |
NullTest.Builder |
putStringMap(String key,
String value)
map<string, string> string_map = 1; |
NullTest.Builder |
removeBooleanMap(boolean key)
map<bool, bool> boolean_map = 4; |
NullTest.Builder |
removeBytesMap(String key)
map<string, bytes> bytes_map = 9; |
NullTest.Builder |
removeDoubleMap(String key)
map<string, double> double_map = 6; |
NullTest.Builder |
removeEnumMap(String key)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus> enum_map = 7; |
NullTest.Builder |
removeFloatMap(String key)
map<string, float> float_map = 5; |
NullTest.Builder |
removeIntMap(int key)
map<int32, int32> int_map = 2; |
NullTest.Builder |
removeLongMap(long key)
map<int64, int64> long_map = 3; |
NullTest.Builder |
removeMessageArray(int index)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17; |
NullTest.Builder |
removeMessageMap(String key)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest> message_map = 8; |
NullTest.Builder |
removeStringMap(String key)
map<string, string> string_map = 1; |
NullTest.Builder |
setBooleanArray(int index,
boolean value)
repeated bool boolean_array = 13; |
NullTest.Builder |
setBytesArray(int index,
com.google.protobuf.ByteString value)
repeated bytes bytes_array = 18; |
NullTest.Builder |
setDoubleArray(int index,
double value)
repeated double double_array = 15; |
NullTest.Builder |
setEnumArray(int index,
NullTest.Corpus value)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus enum_array = 16; |
NullTest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
NullTest.Builder |
setFloatArray(int index,
float value)
repeated float float_array = 14; |
NullTest.Builder |
setIntArray(int index,
int value)
repeated int32 int_array = 11; |
NullTest.Builder |
setLongArray(int index,
long value)
repeated int64 long_array = 12; |
NullTest.Builder |
setMessageArray(int index,
NullTest.InnerMessageTest.Builder builderForValue)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17; |
NullTest.Builder |
setMessageArray(int index,
NullTest.InnerMessageTest value)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17; |
NullTest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
NullTest.Builder |
setStringArray(int index,
String value)
repeated string string_array = 10; |
NullTest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<NullTest.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<NullTest.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<NullTest.Builder>public NullTest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<NullTest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<NullTest.Builder>public NullTest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic NullTest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic NullTest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic NullTest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<NullTest.Builder>public NullTest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<NullTest.Builder>public NullTest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<NullTest.Builder>public NullTest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<NullTest.Builder>public NullTest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<NullTest.Builder>public NullTest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<NullTest.Builder>public NullTest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<NullTest.Builder>public NullTest.Builder mergeFrom(NullTest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<NullTest.Builder>public NullTest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<NullTest.Builder>IOExceptionpublic int getStringMapCount()
NullTestOrBuildermap<string, string> string_map = 1;getStringMapCount in interface NullTestOrBuilderpublic boolean containsStringMap(String key)
map<string, string> string_map = 1;containsStringMap in interface NullTestOrBuilder@Deprecated public Map<String,String> getStringMap()
getStringMapMap() instead.getStringMap in interface NullTestOrBuilderpublic Map<String,String> getStringMapMap()
map<string, string> string_map = 1;getStringMapMap in interface NullTestOrBuilderpublic String getStringMapOrDefault(String key, String defaultValue)
map<string, string> string_map = 1;getStringMapOrDefault in interface NullTestOrBuilderpublic String getStringMapOrThrow(String key)
map<string, string> string_map = 1;getStringMapOrThrow in interface NullTestOrBuilderpublic NullTest.Builder clearStringMap()
public NullTest.Builder removeStringMap(String key)
map<string, string> string_map = 1;@Deprecated public Map<String,String> getMutableStringMap()
public NullTest.Builder putStringMap(String key, String value)
map<string, string> string_map = 1;public NullTest.Builder putAllStringMap(Map<String,String> values)
map<string, string> string_map = 1;public int getIntMapCount()
NullTestOrBuildermap<int32, int32> int_map = 2;getIntMapCount in interface NullTestOrBuilderpublic boolean containsIntMap(int key)
map<int32, int32> int_map = 2;containsIntMap in interface NullTestOrBuilder@Deprecated public Map<Integer,Integer> getIntMap()
getIntMapMap() instead.getIntMap in interface NullTestOrBuilderpublic Map<Integer,Integer> getIntMapMap()
map<int32, int32> int_map = 2;getIntMapMap in interface NullTestOrBuilderpublic int getIntMapOrDefault(int key,
int defaultValue)
map<int32, int32> int_map = 2;getIntMapOrDefault in interface NullTestOrBuilderpublic int getIntMapOrThrow(int key)
map<int32, int32> int_map = 2;getIntMapOrThrow in interface NullTestOrBuilderpublic NullTest.Builder clearIntMap()
public NullTest.Builder removeIntMap(int key)
map<int32, int32> int_map = 2;@Deprecated public Map<Integer,Integer> getMutableIntMap()
public NullTest.Builder putIntMap(int key, int value)
map<int32, int32> int_map = 2;public NullTest.Builder putAllIntMap(Map<Integer,Integer> values)
map<int32, int32> int_map = 2;public int getLongMapCount()
NullTestOrBuildermap<int64, int64> long_map = 3;getLongMapCount in interface NullTestOrBuilderpublic boolean containsLongMap(long key)
map<int64, int64> long_map = 3;containsLongMap in interface NullTestOrBuilder@Deprecated public Map<Long,Long> getLongMap()
getLongMapMap() instead.getLongMap in interface NullTestOrBuilderpublic Map<Long,Long> getLongMapMap()
map<int64, int64> long_map = 3;getLongMapMap in interface NullTestOrBuilderpublic long getLongMapOrDefault(long key,
long defaultValue)
map<int64, int64> long_map = 3;getLongMapOrDefault in interface NullTestOrBuilderpublic long getLongMapOrThrow(long key)
map<int64, int64> long_map = 3;getLongMapOrThrow in interface NullTestOrBuilderpublic NullTest.Builder clearLongMap()
public NullTest.Builder removeLongMap(long key)
map<int64, int64> long_map = 3;@Deprecated public Map<Long,Long> getMutableLongMap()
public NullTest.Builder putLongMap(long key, long value)
map<int64, int64> long_map = 3;public NullTest.Builder putAllLongMap(Map<Long,Long> values)
map<int64, int64> long_map = 3;public int getBooleanMapCount()
NullTestOrBuildermap<bool, bool> boolean_map = 4;getBooleanMapCount in interface NullTestOrBuilderpublic boolean containsBooleanMap(boolean key)
map<bool, bool> boolean_map = 4;containsBooleanMap in interface NullTestOrBuilder@Deprecated public Map<Boolean,Boolean> getBooleanMap()
getBooleanMapMap() instead.getBooleanMap in interface NullTestOrBuilderpublic Map<Boolean,Boolean> getBooleanMapMap()
map<bool, bool> boolean_map = 4;getBooleanMapMap in interface NullTestOrBuilderpublic boolean getBooleanMapOrDefault(boolean key,
boolean defaultValue)
map<bool, bool> boolean_map = 4;getBooleanMapOrDefault in interface NullTestOrBuilderpublic boolean getBooleanMapOrThrow(boolean key)
map<bool, bool> boolean_map = 4;getBooleanMapOrThrow in interface NullTestOrBuilderpublic NullTest.Builder clearBooleanMap()
public NullTest.Builder removeBooleanMap(boolean key)
map<bool, bool> boolean_map = 4;@Deprecated public Map<Boolean,Boolean> getMutableBooleanMap()
public NullTest.Builder putBooleanMap(boolean key, boolean value)
map<bool, bool> boolean_map = 4;public NullTest.Builder putAllBooleanMap(Map<Boolean,Boolean> values)
map<bool, bool> boolean_map = 4;public int getFloatMapCount()
NullTestOrBuildermap<string, float> float_map = 5;getFloatMapCount in interface NullTestOrBuilderpublic boolean containsFloatMap(String key)
map<string, float> float_map = 5;containsFloatMap in interface NullTestOrBuilder@Deprecated public Map<String,Float> getFloatMap()
getFloatMapMap() instead.getFloatMap in interface NullTestOrBuilderpublic Map<String,Float> getFloatMapMap()
map<string, float> float_map = 5;getFloatMapMap in interface NullTestOrBuilderpublic float getFloatMapOrDefault(String key, float defaultValue)
map<string, float> float_map = 5;getFloatMapOrDefault in interface NullTestOrBuilderpublic float getFloatMapOrThrow(String key)
map<string, float> float_map = 5;getFloatMapOrThrow in interface NullTestOrBuilderpublic NullTest.Builder clearFloatMap()
public NullTest.Builder removeFloatMap(String key)
map<string, float> float_map = 5;@Deprecated public Map<String,Float> getMutableFloatMap()
public NullTest.Builder putFloatMap(String key, float value)
map<string, float> float_map = 5;public NullTest.Builder putAllFloatMap(Map<String,Float> values)
map<string, float> float_map = 5;public int getDoubleMapCount()
NullTestOrBuildermap<string, double> double_map = 6;getDoubleMapCount in interface NullTestOrBuilderpublic boolean containsDoubleMap(String key)
map<string, double> double_map = 6;containsDoubleMap in interface NullTestOrBuilder@Deprecated public Map<String,Double> getDoubleMap()
getDoubleMapMap() instead.getDoubleMap in interface NullTestOrBuilderpublic Map<String,Double> getDoubleMapMap()
map<string, double> double_map = 6;getDoubleMapMap in interface NullTestOrBuilderpublic double getDoubleMapOrDefault(String key, double defaultValue)
map<string, double> double_map = 6;getDoubleMapOrDefault in interface NullTestOrBuilderpublic double getDoubleMapOrThrow(String key)
map<string, double> double_map = 6;getDoubleMapOrThrow in interface NullTestOrBuilderpublic NullTest.Builder clearDoubleMap()
public NullTest.Builder removeDoubleMap(String key)
map<string, double> double_map = 6;@Deprecated public Map<String,Double> getMutableDoubleMap()
public NullTest.Builder putDoubleMap(String key, double value)
map<string, double> double_map = 6;public NullTest.Builder putAllDoubleMap(Map<String,Double> values)
map<string, double> double_map = 6;public int getEnumMapCount()
NullTestOrBuildermap<string, .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus> enum_map = 7;getEnumMapCount in interface NullTestOrBuilderpublic boolean containsEnumMap(String key)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus> enum_map = 7;containsEnumMap in interface NullTestOrBuilder@Deprecated public Map<String,NullTest.Corpus> getEnumMap()
getEnumMapMap() instead.getEnumMap in interface NullTestOrBuilderpublic Map<String,NullTest.Corpus> getEnumMapMap()
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus> enum_map = 7;getEnumMapMap in interface NullTestOrBuilderpublic NullTest.Corpus getEnumMapOrDefault(String key, NullTest.Corpus defaultValue)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus> enum_map = 7;getEnumMapOrDefault in interface NullTestOrBuilderpublic NullTest.Corpus getEnumMapOrThrow(String key)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus> enum_map = 7;getEnumMapOrThrow in interface NullTestOrBuilderpublic NullTest.Builder clearEnumMap()
public NullTest.Builder removeEnumMap(String key)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus> enum_map = 7;@Deprecated public Map<String,NullTest.Corpus> getMutableEnumMap()
public NullTest.Builder putEnumMap(String key, NullTest.Corpus value)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus> enum_map = 7;public NullTest.Builder putAllEnumMap(Map<String,NullTest.Corpus> values)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus> enum_map = 7;public int getMessageMapCount()
NullTestOrBuildermap<string, .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest> message_map = 8;getMessageMapCount in interface NullTestOrBuilderpublic boolean containsMessageMap(String key)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest> message_map = 8;containsMessageMap in interface NullTestOrBuilder@Deprecated public Map<String,NullTest.InnerMessageTest> getMessageMap()
getMessageMapMap() instead.getMessageMap in interface NullTestOrBuilderpublic Map<String,NullTest.InnerMessageTest> getMessageMapMap()
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest> message_map = 8;getMessageMapMap in interface NullTestOrBuilderpublic NullTest.InnerMessageTest getMessageMapOrDefault(String key, NullTest.InnerMessageTest defaultValue)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest> message_map = 8;getMessageMapOrDefault in interface NullTestOrBuilderpublic NullTest.InnerMessageTest getMessageMapOrThrow(String key)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest> message_map = 8;getMessageMapOrThrow in interface NullTestOrBuilderpublic NullTest.Builder clearMessageMap()
public NullTest.Builder removeMessageMap(String key)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest> message_map = 8;@Deprecated public Map<String,NullTest.InnerMessageTest> getMutableMessageMap()
public NullTest.Builder putMessageMap(String key, NullTest.InnerMessageTest value)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest> message_map = 8;public NullTest.Builder putAllMessageMap(Map<String,NullTest.InnerMessageTest> values)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest> message_map = 8;public int getBytesMapCount()
NullTestOrBuildermap<string, bytes> bytes_map = 9;getBytesMapCount in interface NullTestOrBuilderpublic boolean containsBytesMap(String key)
map<string, bytes> bytes_map = 9;containsBytesMap in interface NullTestOrBuilder@Deprecated public Map<String,com.google.protobuf.ByteString> getBytesMap()
getBytesMapMap() instead.getBytesMap in interface NullTestOrBuilderpublic Map<String,com.google.protobuf.ByteString> getBytesMapMap()
map<string, bytes> bytes_map = 9;getBytesMapMap in interface NullTestOrBuilderpublic com.google.protobuf.ByteString getBytesMapOrDefault(String key, com.google.protobuf.ByteString defaultValue)
map<string, bytes> bytes_map = 9;getBytesMapOrDefault in interface NullTestOrBuilderpublic com.google.protobuf.ByteString getBytesMapOrThrow(String key)
map<string, bytes> bytes_map = 9;getBytesMapOrThrow in interface NullTestOrBuilderpublic NullTest.Builder clearBytesMap()
public NullTest.Builder removeBytesMap(String key)
map<string, bytes> bytes_map = 9;@Deprecated public Map<String,com.google.protobuf.ByteString> getMutableBytesMap()
public NullTest.Builder putBytesMap(String key, com.google.protobuf.ByteString value)
map<string, bytes> bytes_map = 9;public NullTest.Builder putAllBytesMap(Map<String,com.google.protobuf.ByteString> values)
map<string, bytes> bytes_map = 9;public com.google.protobuf.ProtocolStringList getStringArrayList()
repeated string string_array = 10;getStringArrayList in interface NullTestOrBuilderpublic int getStringArrayCount()
repeated string string_array = 10;getStringArrayCount in interface NullTestOrBuilderpublic String getStringArray(int index)
repeated string string_array = 10;getStringArray in interface NullTestOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getStringArrayBytes(int index)
repeated string string_array = 10;getStringArrayBytes in interface NullTestOrBuilderindex - The index of the value to return.public NullTest.Builder setStringArray(int index, String value)
repeated string string_array = 10;index - The index to set the value at.value - The stringArray to set.public NullTest.Builder addStringArray(String value)
repeated string string_array = 10;value - The stringArray to add.public NullTest.Builder addAllStringArray(Iterable<String> values)
repeated string string_array = 10;values - The stringArray to add.public NullTest.Builder clearStringArray()
repeated string string_array = 10;public NullTest.Builder addStringArrayBytes(com.google.protobuf.ByteString value)
repeated string string_array = 10;value - The bytes of the stringArray to add.public List<Integer> getIntArrayList()
repeated int32 int_array = 11;getIntArrayList in interface NullTestOrBuilderpublic int getIntArrayCount()
repeated int32 int_array = 11;getIntArrayCount in interface NullTestOrBuilderpublic int getIntArray(int index)
repeated int32 int_array = 11;getIntArray in interface NullTestOrBuilderindex - The index of the element to return.public NullTest.Builder setIntArray(int index, int value)
repeated int32 int_array = 11;index - The index to set the value at.value - The intArray to set.public NullTest.Builder addIntArray(int value)
repeated int32 int_array = 11;value - The intArray to add.public NullTest.Builder addAllIntArray(Iterable<? extends Integer> values)
repeated int32 int_array = 11;values - The intArray to add.public NullTest.Builder clearIntArray()
repeated int32 int_array = 11;public List<Long> getLongArrayList()
repeated int64 long_array = 12;getLongArrayList in interface NullTestOrBuilderpublic int getLongArrayCount()
repeated int64 long_array = 12;getLongArrayCount in interface NullTestOrBuilderpublic long getLongArray(int index)
repeated int64 long_array = 12;getLongArray in interface NullTestOrBuilderindex - The index of the element to return.public NullTest.Builder setLongArray(int index, long value)
repeated int64 long_array = 12;index - The index to set the value at.value - The longArray to set.public NullTest.Builder addLongArray(long value)
repeated int64 long_array = 12;value - The longArray to add.public NullTest.Builder addAllLongArray(Iterable<? extends Long> values)
repeated int64 long_array = 12;values - The longArray to add.public NullTest.Builder clearLongArray()
repeated int64 long_array = 12;public List<Boolean> getBooleanArrayList()
repeated bool boolean_array = 13;getBooleanArrayList in interface NullTestOrBuilderpublic int getBooleanArrayCount()
repeated bool boolean_array = 13;getBooleanArrayCount in interface NullTestOrBuilderpublic boolean getBooleanArray(int index)
repeated bool boolean_array = 13;getBooleanArray in interface NullTestOrBuilderindex - The index of the element to return.public NullTest.Builder setBooleanArray(int index, boolean value)
repeated bool boolean_array = 13;index - The index to set the value at.value - The booleanArray to set.public NullTest.Builder addBooleanArray(boolean value)
repeated bool boolean_array = 13;value - The booleanArray to add.public NullTest.Builder addAllBooleanArray(Iterable<? extends Boolean> values)
repeated bool boolean_array = 13;values - The booleanArray to add.public NullTest.Builder clearBooleanArray()
repeated bool boolean_array = 13;public List<Float> getFloatArrayList()
repeated float float_array = 14;getFloatArrayList in interface NullTestOrBuilderpublic int getFloatArrayCount()
repeated float float_array = 14;getFloatArrayCount in interface NullTestOrBuilderpublic float getFloatArray(int index)
repeated float float_array = 14;getFloatArray in interface NullTestOrBuilderindex - The index of the element to return.public NullTest.Builder setFloatArray(int index, float value)
repeated float float_array = 14;index - The index to set the value at.value - The floatArray to set.public NullTest.Builder addFloatArray(float value)
repeated float float_array = 14;value - The floatArray to add.public NullTest.Builder addAllFloatArray(Iterable<? extends Float> values)
repeated float float_array = 14;values - The floatArray to add.public NullTest.Builder clearFloatArray()
repeated float float_array = 14;public List<Double> getDoubleArrayList()
repeated double double_array = 15;getDoubleArrayList in interface NullTestOrBuilderpublic int getDoubleArrayCount()
repeated double double_array = 15;getDoubleArrayCount in interface NullTestOrBuilderpublic double getDoubleArray(int index)
repeated double double_array = 15;getDoubleArray in interface NullTestOrBuilderindex - The index of the element to return.public NullTest.Builder setDoubleArray(int index, double value)
repeated double double_array = 15;index - The index to set the value at.value - The doubleArray to set.public NullTest.Builder addDoubleArray(double value)
repeated double double_array = 15;value - The doubleArray to add.public NullTest.Builder addAllDoubleArray(Iterable<? extends Double> values)
repeated double double_array = 15;values - The doubleArray to add.public NullTest.Builder clearDoubleArray()
repeated double double_array = 15;public List<NullTest.Corpus> getEnumArrayList()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus enum_array = 16;getEnumArrayList in interface NullTestOrBuilderpublic int getEnumArrayCount()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus enum_array = 16;getEnumArrayCount in interface NullTestOrBuilderpublic NullTest.Corpus getEnumArray(int index)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus enum_array = 16;getEnumArray in interface NullTestOrBuilderindex - The index of the element to return.public NullTest.Builder setEnumArray(int index, NullTest.Corpus value)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus enum_array = 16;index - The index to set the value at.value - The enumArray to set.public NullTest.Builder addEnumArray(NullTest.Corpus value)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus enum_array = 16;value - The enumArray to add.public NullTest.Builder addAllEnumArray(Iterable<? extends NullTest.Corpus> values)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus enum_array = 16;values - The enumArray to add.public NullTest.Builder clearEnumArray()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus enum_array = 16;public List<NullTest.InnerMessageTest> getMessageArrayList()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;getMessageArrayList in interface NullTestOrBuilderpublic int getMessageArrayCount()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;getMessageArrayCount in interface NullTestOrBuilderpublic NullTest.InnerMessageTest getMessageArray(int index)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;getMessageArray in interface NullTestOrBuilderpublic NullTest.Builder setMessageArray(int index, NullTest.InnerMessageTest value)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;public NullTest.Builder setMessageArray(int index, NullTest.InnerMessageTest.Builder builderForValue)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;public NullTest.Builder addMessageArray(NullTest.InnerMessageTest value)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;public NullTest.Builder addMessageArray(int index, NullTest.InnerMessageTest value)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;public NullTest.Builder addMessageArray(NullTest.InnerMessageTest.Builder builderForValue)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;public NullTest.Builder addMessageArray(int index, NullTest.InnerMessageTest.Builder builderForValue)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;public NullTest.Builder addAllMessageArray(Iterable<? extends NullTest.InnerMessageTest> values)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;public NullTest.Builder clearMessageArray()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;public NullTest.Builder removeMessageArray(int index)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;public NullTest.InnerMessageTest.Builder getMessageArrayBuilder(int index)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;public NullTest.InnerMessageTestOrBuilder getMessageArrayOrBuilder(int index)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;getMessageArrayOrBuilder in interface NullTestOrBuilderpublic List<? extends NullTest.InnerMessageTestOrBuilder> getMessageArrayOrBuilderList()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;getMessageArrayOrBuilderList in interface NullTestOrBuilderpublic NullTest.InnerMessageTest.Builder addMessageArrayBuilder()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;public NullTest.InnerMessageTest.Builder addMessageArrayBuilder(int index)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;public List<NullTest.InnerMessageTest.Builder> getMessageArrayBuilderList()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;public List<com.google.protobuf.ByteString> getBytesArrayList()
repeated bytes bytes_array = 18;getBytesArrayList in interface NullTestOrBuilderpublic int getBytesArrayCount()
repeated bytes bytes_array = 18;getBytesArrayCount in interface NullTestOrBuilderpublic com.google.protobuf.ByteString getBytesArray(int index)
repeated bytes bytes_array = 18;getBytesArray in interface NullTestOrBuilderindex - The index of the element to return.public NullTest.Builder setBytesArray(int index, com.google.protobuf.ByteString value)
repeated bytes bytes_array = 18;index - The index to set the value at.value - The bytesArray to set.public NullTest.Builder addBytesArray(com.google.protobuf.ByteString value)
repeated bytes bytes_array = 18;value - The bytesArray to add.public NullTest.Builder addAllBytesArray(Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes bytes_array = 18;values - The bytesArray to add.public NullTest.Builder clearBytesArray()
repeated bytes bytes_array = 18;public final NullTest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<NullTest.Builder>public final NullTest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<NullTest.Builder>Copyright © 2019–2021 The Apache Software Foundation. All rights reserved.