Interface ContextProto.MapValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContextProto.MapValue,ContextProto.MapValue.Builder
- Enclosing class:
ContextProto
public static interface ContextProto.MapValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsValue(String key) map<string, .context.Value> value = 1;getValue()Deprecated.intmap<string, .context.Value> value = 1;map<string, .context.Value> value = 1;getValueOrDefault(String key, ContextProto.Value defaultValue) map<string, .context.Value> value = 1;getValueOrThrow(String key) map<string, .context.Value> 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, .context.Value> value = 1; -
containsValue
map<string, .context.Value> value = 1; -
getValue
Deprecated.UsegetValueMap()instead. -
getValueMap
Map<String,ContextProto.Value> getValueMap()map<string, .context.Value> value = 1; -
getValueOrDefault
map<string, .context.Value> value = 1; -
getValueOrThrow
map<string, .context.Value> value = 1;
-