Interface RpcStringMapOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RpcStringMap,RpcStringMap.Builder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsEntries(String key) Deprecated.map<string, string> entries = 1;Deprecated.intDeprecated.map<string, string> entries = 1;Deprecated.map<string, string> entries = 1;getEntriesOrDefault(String key, String defaultValue) Deprecated.map<string, string> entries = 1;getEntriesOrThrow(String key) Deprecated.map<string, string> entries = 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
-
getEntriesCount
int getEntriesCount()Deprecated.map<string, string> entries = 1; -
containsEntries
Deprecated.map<string, string> entries = 1; -
getEntries
Deprecated.UsegetEntriesMap()instead. -
getEntriesMap
Deprecated.map<string, string> entries = 1; -
getEntriesOrDefault
Deprecated.map<string, string> entries = 1; -
getEntriesOrThrow
Deprecated.map<string, string> entries = 1;
-