public interface NullTestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 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 |
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; |
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; |
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; |
List<String> |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStringMapCount()
map<string, string> string_map = 1;boolean containsStringMap(String key)
map<string, string> string_map = 1;@Deprecated Map<String,String> getStringMap()
getStringMapMap() instead.String getStringMapOrDefault(String key, String defaultValue)
map<string, string> string_map = 1;int getIntMapCount()
map<int32, int32> int_map = 2;boolean containsIntMap(int key)
map<int32, int32> int_map = 2;@Deprecated Map<Integer,Integer> getIntMap()
getIntMapMap() instead.int getIntMapOrDefault(int key,
int defaultValue)
map<int32, int32> int_map = 2;int getIntMapOrThrow(int key)
map<int32, int32> int_map = 2;int getLongMapCount()
map<int64, int64> long_map = 3;boolean containsLongMap(long key)
map<int64, int64> long_map = 3;@Deprecated Map<Long,Long> getLongMap()
getLongMapMap() instead.long getLongMapOrDefault(long key,
long defaultValue)
map<int64, int64> long_map = 3;long getLongMapOrThrow(long key)
map<int64, int64> long_map = 3;int getBooleanMapCount()
map<bool, bool> boolean_map = 4;boolean containsBooleanMap(boolean key)
map<bool, bool> boolean_map = 4;@Deprecated Map<Boolean,Boolean> getBooleanMap()
getBooleanMapMap() instead.boolean getBooleanMapOrDefault(boolean key,
boolean defaultValue)
map<bool, bool> boolean_map = 4;boolean getBooleanMapOrThrow(boolean key)
map<bool, bool> boolean_map = 4;int getFloatMapCount()
map<string, float> float_map = 5;boolean containsFloatMap(String key)
map<string, float> float_map = 5;@Deprecated Map<String,Float> getFloatMap()
getFloatMapMap() instead.float getFloatMapOrDefault(String key, float defaultValue)
map<string, float> float_map = 5;float getFloatMapOrThrow(String key)
map<string, float> float_map = 5;int getDoubleMapCount()
map<string, double> double_map = 6;boolean containsDoubleMap(String key)
map<string, double> double_map = 6;@Deprecated Map<String,Double> getDoubleMap()
getDoubleMapMap() instead.double getDoubleMapOrDefault(String key, double defaultValue)
map<string, double> double_map = 6;double getDoubleMapOrThrow(String key)
map<string, double> double_map = 6;int getEnumMapCount()
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus> enum_map = 7;boolean containsEnumMap(String key)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus> enum_map = 7;@Deprecated Map<String,NullTest.Corpus> getEnumMap()
getEnumMapMap() instead.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;int getMessageMapCount()
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest> message_map = 8;boolean containsMessageMap(String key)
map<string, .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest> message_map = 8;@Deprecated Map<String,NullTest.InnerMessageTest> getMessageMap()
getMessageMapMap() instead.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;int getBytesMapCount()
map<string, bytes> bytes_map = 9;boolean containsBytesMap(String key)
map<string, bytes> bytes_map = 9;@Deprecated Map<String,com.google.protobuf.ByteString> getBytesMap()
getBytesMapMap() instead.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;List<String> getStringArrayList()
repeated string string_array = 10;int getStringArrayCount()
repeated string string_array = 10;String getStringArray(int index)
repeated string string_array = 10;index - The index of the element to return.com.google.protobuf.ByteString getStringArrayBytes(int index)
repeated string string_array = 10;index - The index of the value to return.List<Integer> getIntArrayList()
repeated int32 int_array = 11;int getIntArrayCount()
repeated int32 int_array = 11;int getIntArray(int index)
repeated int32 int_array = 11;index - The index of the element to return.List<Long> getLongArrayList()
repeated int64 long_array = 12;int getLongArrayCount()
repeated int64 long_array = 12;long getLongArray(int index)
repeated int64 long_array = 12;index - The index of the element to return.List<Boolean> getBooleanArrayList()
repeated bool boolean_array = 13;int getBooleanArrayCount()
repeated bool boolean_array = 13;boolean getBooleanArray(int index)
repeated bool boolean_array = 13;index - The index of the element to return.List<Float> getFloatArrayList()
repeated float float_array = 14;int getFloatArrayCount()
repeated float float_array = 14;float getFloatArray(int index)
repeated float float_array = 14;index - The index of the element to return.List<Double> getDoubleArrayList()
repeated double double_array = 15;int getDoubleArrayCount()
repeated double double_array = 15;double getDoubleArray(int index)
repeated double double_array = 15;index - The index of the element to return.List<NullTest.Corpus> getEnumArrayList()
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;NullTest.Corpus getEnumArray(int index)
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.Corpus enum_array = 16;index - The index of the element to return.List<NullTest.InnerMessageTest> getMessageArrayList()
repeated .org.apache.flink.formats.protobuf.testproto.NullTest.InnerMessageTest message_array = 17;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<? extends NullTest.InnerMessageTestOrBuilder> getMessageArrayOrBuilderList()
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<com.google.protobuf.ByteString> getBytesArrayList()
repeated bytes bytes_array = 18;int getBytesArrayCount()
repeated bytes bytes_array = 18;com.google.protobuf.ByteString getBytesArray(int index)
repeated bytes bytes_array = 18;index - The index of the element to return.Copyright © 2019–2021 The Apache Software Foundation. All rights reserved.