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
Modifier and TypeMethodDescriptionbooleancontainsValue(String key) map<string, .CustomDataValue> value = 1;booleanbool isNull = 2;getValue()Deprecated.intmap<string, .CustomDataValue> value = 1;map<string, .CustomDataValue> value = 1;getValueOrDefault(String key, CustomDataValue defaultValue) map<string, .CustomDataValue> value = 1;getValueOrThrow(String key) map<string, .CustomDataValue> value = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValueCount
int getValueCount()map<string, .CustomDataValue> value = 1; -
containsValue
map<string, .CustomDataValue> value = 1; -
getValue
Deprecated.UsegetValueMap()instead. -
getValueMap
Map<String,CustomDataValue> getValueMap()map<string, .CustomDataValue> value = 1; -
getValueOrDefault
map<string, .CustomDataValue> value = 1; -
getValueOrThrow
map<string, .CustomDataValue> value = 1; -
getIsNull
boolean getIsNull()bool isNull = 2;- Returns:
- The isNull.
-