public final class NullTest extends com.google.protobuf.GeneratedMessageV3 implements NullTestOrBuilder
org.apache.flink.formats.protobuf.testproto.NullTest| Modifier and Type | Class and Description |
|---|---|
static class |
NullTest.Builder
Protobuf type
org.apache.flink.formats.protobuf.testproto.NullTest |
static class |
NullTest.Corpus
Protobuf enum
org.apache.flink.formats.protobuf.testproto.NullTest.Corpus |
static class |
NullTest.InnerMessageTest
Protobuf type
org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest |
static interface |
NullTest.InnerMessageTestOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN_ARRAY_FIELD_NUMBER |
static int |
BOOLEAN_MAP_FIELD_NUMBER |
static int |
BYTES_ARRAY_FIELD_NUMBER |
static int |
BYTES_MAP_FIELD_NUMBER |
static int |
DOUBLE_ARRAY_FIELD_NUMBER |
static int |
DOUBLE_MAP_FIELD_NUMBER |
static int |
ENUM_ARRAY_FIELD_NUMBER |
static int |
ENUM_MAP_FIELD_NUMBER |
static int |
FLOAT_ARRAY_FIELD_NUMBER |
static int |
FLOAT_MAP_FIELD_NUMBER |
static int |
INT_ARRAY_FIELD_NUMBER |
static int |
INT_MAP_FIELD_NUMBER |
static int |
LONG_ARRAY_FIELD_NUMBER |
static int |
LONG_MAP_FIELD_NUMBER |
static int |
MESSAGE_ARRAY_FIELD_NUMBER |
static int |
MESSAGE_MAP_FIELD_NUMBER |
static com.google.protobuf.Parser<NullTest> |
PARSER
Deprecated.
|
static int |
STRING_ARRAY_FIELD_NUMBER |
static int |
STRING_MAP_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
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 |
equals(Object obj) |
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; |
static NullTest |
getDefaultInstance() |
NullTest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
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; |
com.google.protobuf.Parser<NullTest> |
getParserForType() |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static NullTest.Builder |
newBuilder() |
static NullTest.Builder |
newBuilder(NullTest prototype) |
NullTest.Builder |
newBuilderForType() |
protected NullTest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static NullTest |
parseDelimitedFrom(InputStream input) |
static NullTest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NullTest |
parseFrom(byte[] data) |
static NullTest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NullTest |
parseFrom(ByteBuffer data) |
static NullTest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NullTest |
parseFrom(com.google.protobuf.ByteString data) |
static NullTest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NullTest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static NullTest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NullTest |
parseFrom(InputStream input) |
static NullTest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<NullTest> |
parser() |
NullTest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int STRING_MAP_FIELD_NUMBER
public static final int INT_MAP_FIELD_NUMBER
public static final int LONG_MAP_FIELD_NUMBER
public static final int BOOLEAN_MAP_FIELD_NUMBER
public static final int FLOAT_MAP_FIELD_NUMBER
public static final int DOUBLE_MAP_FIELD_NUMBER
public static final int ENUM_MAP_FIELD_NUMBER
public static final int MESSAGE_MAP_FIELD_NUMBER
public static final int BYTES_MAP_FIELD_NUMBER
public static final int STRING_ARRAY_FIELD_NUMBER
public static final int INT_ARRAY_FIELD_NUMBER
public static final int LONG_ARRAY_FIELD_NUMBER
public static final int BOOLEAN_ARRAY_FIELD_NUMBER
public static final int FLOAT_ARRAY_FIELD_NUMBER
public static final int DOUBLE_ARRAY_FIELD_NUMBER
public static final int ENUM_ARRAY_FIELD_NUMBER
public static final int MESSAGE_ARRAY_FIELD_NUMBER
public static final int BYTES_ARRAY_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<NullTest> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 List<NullTest.InnerMessageTest> getMessageArrayList()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;getMessageArrayList in interface NullTestOrBuilderpublic List<? extends NullTest.InnerMessageTestOrBuilder> getMessageArrayOrBuilderList()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;getMessageArrayOrBuilderList 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.InnerMessageTestOrBuilder getMessageArrayOrBuilder(int index)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;getMessageArrayOrBuilder in interface NullTestOrBuilderpublic 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 final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static NullTest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NullTest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NullTest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NullTest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NullTest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NullTest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NullTest parseFrom(InputStream input) throws IOException
IOExceptionpublic static NullTest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NullTest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static NullTest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NullTest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static NullTest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic NullTest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static NullTest.Builder newBuilder()
public static NullTest.Builder newBuilder(NullTest prototype)
public NullTest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected NullTest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static NullTest getDefaultInstance()
public static com.google.protobuf.Parser<NullTest> parser()
public com.google.protobuf.Parser<NullTest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public NullTest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019–2021 The Apache Software Foundation. All rights reserved.