Interface NullableCustomDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NullableCustomData,NullableCustomData.Builder
public interface NullableCustomDataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsValue(java.lang.String key)map<string, .CustomDataValue> value = 1;booleangetIsNull()optional bool isNull = 2;java.util.Map<java.lang.String,CustomDataValue>getValue()Deprecated.intgetValueCount()map<string, .CustomDataValue> value = 1;java.util.Map<java.lang.String,CustomDataValue>getValueMap()map<string, .CustomDataValue> value = 1;CustomDataValuegetValueOrDefault(java.lang.String key, CustomDataValue defaultValue)map<string, .CustomDataValue> value = 1;CustomDataValuegetValueOrThrow(java.lang.String key)map<string, .CustomDataValue> value = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValueCount
int getValueCount()
map<string, .CustomDataValue> value = 1;
-
containsValue
boolean containsValue(java.lang.String key)
map<string, .CustomDataValue> value = 1;
-
getValue
@Deprecated java.util.Map<java.lang.String,CustomDataValue> getValue()
Deprecated.UsegetValueMap()instead.
-
getValueMap
java.util.Map<java.lang.String,CustomDataValue> getValueMap()
map<string, .CustomDataValue> value = 1;
-
getValueOrDefault
CustomDataValue getValueOrDefault(java.lang.String key, CustomDataValue defaultValue)
map<string, .CustomDataValue> value = 1;
-
getValueOrThrow
CustomDataValue getValueOrThrow(java.lang.String key)
map<string, .CustomDataValue> value = 1;
-
getIsNull
boolean getIsNull()
optional bool isNull = 2;
-
-