Interface RpcMapOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcMap,RpcMap.Builder
public interface RpcMapOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsEntries(String key)map<string, .google.protobuf.Any> entries = 1;Map<String,com.google.protobuf.Any>getEntries()Deprecated.intgetEntriesCount()map<string, .google.protobuf.Any> entries = 1;Map<String,com.google.protobuf.Any>getEntriesMap()map<string, .google.protobuf.Any> entries = 1;com.google.protobuf.AnygetEntriesOrDefault(String key, com.google.protobuf.Any defaultValue)map<string, .google.protobuf.Any> entries = 1;com.google.protobuf.AnygetEntriesOrThrow(String key)map<string, .google.protobuf.Any> entries = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEntriesCount
int getEntriesCount()
map<string, .google.protobuf.Any> entries = 1;
-
containsEntries
boolean containsEntries(String key)
map<string, .google.protobuf.Any> entries = 1;
-
getEntries
@Deprecated Map<String,com.google.protobuf.Any> getEntries()
Deprecated.UsegetEntriesMap()instead.
-
getEntriesMap
Map<String,com.google.protobuf.Any> getEntriesMap()
map<string, .google.protobuf.Any> entries = 1;
-
getEntriesOrDefault
com.google.protobuf.Any getEntriesOrDefault(String key, com.google.protobuf.Any defaultValue)
map<string, .google.protobuf.Any> entries = 1;
-
getEntriesOrThrow
com.google.protobuf.Any getEntriesOrThrow(String key)
map<string, .google.protobuf.Any> entries = 1;
-
-