Class RpcStringMap
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.hansken.extraction.plugin.grpc.RpcStringMap
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,RpcStringMapOrBuilder
@Deprecated public final class RpcStringMap extends com.google.protobuf.GeneratedMessageV3 implements RpcStringMapOrBuilder
Deprecated.Message representing a map of string keys and values. @deprecated: use RpcMap instead.
Protobuf typeorg.hansken.extraction.plugin.grpc.RpcStringMap- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRpcStringMap.BuilderDeprecated.Message representing a map of string keys and values.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intENTRIES_FIELD_NUMBERDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontainsEntries(String key)Deprecated.map<string, string> entries = 1;booleanequals(Object obj)Deprecated.static RpcStringMapgetDefaultInstance()Deprecated.RpcStringMapgetDefaultInstanceForType()Deprecated.static com.google.protobuf.Descriptors.DescriptorgetDescriptor()Deprecated.Map<String,String>getEntries()Deprecated.intgetEntriesCount()Deprecated.map<string, string> entries = 1;Map<String,String>getEntriesMap()Deprecated.map<string, string> entries = 1;StringgetEntriesOrDefault(String key, String defaultValue)Deprecated.map<string, string> entries = 1;StringgetEntriesOrThrow(String key)Deprecated.map<string, string> entries = 1;com.google.protobuf.Parser<RpcStringMap>getParserForType()Deprecated.intgetSerializedSize()Deprecated.com.google.protobuf.UnknownFieldSetgetUnknownFields()Deprecated.inthashCode()Deprecated.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()Deprecated.protected com.google.protobuf.MapFieldinternalGetMapField(int number)Deprecated.booleanisInitialized()Deprecated.static RpcStringMap.BuildernewBuilder()Deprecated.static RpcStringMap.BuildernewBuilder(RpcStringMap prototype)Deprecated.RpcStringMap.BuildernewBuilderForType()Deprecated.protected RpcStringMap.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Deprecated.protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)Deprecated.static RpcStringMapparseDelimitedFrom(InputStream input)Deprecated.static RpcStringMapparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Deprecated.static RpcStringMapparseFrom(byte[] data)Deprecated.static RpcStringMapparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Deprecated.static RpcStringMapparseFrom(com.google.protobuf.ByteString data)Deprecated.static RpcStringMapparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Deprecated.static RpcStringMapparseFrom(com.google.protobuf.CodedInputStream input)Deprecated.static RpcStringMapparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Deprecated.static RpcStringMapparseFrom(InputStream input)Deprecated.static RpcStringMapparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Deprecated.static RpcStringMapparseFrom(ByteBuffer data)Deprecated.static RpcStringMapparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Deprecated.static com.google.protobuf.Parser<RpcStringMap>parser()Deprecated.RpcStringMap.BuildertoBuilder()Deprecated.voidwriteTo(com.google.protobuf.CodedOutputStream output)Deprecated.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ENTRIES_FIELD_NUMBER
public static final int ENTRIES_FIELD_NUMBER
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
Deprecated.- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Deprecated.- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
Deprecated.
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
Deprecated.- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Deprecated.- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getEntriesCount
public int getEntriesCount()
Deprecated.Description copied from interface:RpcStringMapOrBuildermap<string, string> entries = 1;- Specified by:
getEntriesCountin interfaceRpcStringMapOrBuilder
-
containsEntries
public boolean containsEntries(String key)
Deprecated.map<string, string> entries = 1;- Specified by:
containsEntriesin interfaceRpcStringMapOrBuilder
-
getEntries
@Deprecated public Map<String,String> getEntries()
Deprecated.UsegetEntriesMap()instead.- Specified by:
getEntriesin interfaceRpcStringMapOrBuilder
-
getEntriesMap
public Map<String,String> getEntriesMap()
Deprecated.map<string, string> entries = 1;- Specified by:
getEntriesMapin interfaceRpcStringMapOrBuilder
-
getEntriesOrDefault
public String getEntriesOrDefault(String key, String defaultValue)
Deprecated.map<string, string> entries = 1;- Specified by:
getEntriesOrDefaultin interfaceRpcStringMapOrBuilder
-
getEntriesOrThrow
public String getEntriesOrThrow(String key)
Deprecated.map<string, string> entries = 1;- Specified by:
getEntriesOrThrowin interfaceRpcStringMapOrBuilder
-
isInitialized
public final boolean isInitialized()
Deprecated.- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOExceptionDeprecated.- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
Deprecated.- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
Deprecated.- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
Deprecated.- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static RpcStringMap parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RpcStringMap parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RpcStringMap parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RpcStringMap parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RpcStringMap parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RpcStringMap parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RpcStringMap parseFrom(InputStream input) throws IOException
Deprecated.- Throws:
IOException
-
parseFrom
public static RpcStringMap parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
Deprecated.- Throws:
IOException
-
parseDelimitedFrom
public static RpcStringMap parseDelimitedFrom(InputStream input) throws IOException
Deprecated.- Throws:
IOException
-
parseDelimitedFrom
public static RpcStringMap parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
Deprecated.- Throws:
IOException
-
parseFrom
public static RpcStringMap parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
Deprecated.- Throws:
IOException
-
parseFrom
public static RpcStringMap parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
Deprecated.- Throws:
IOException
-
newBuilderForType
public RpcStringMap.Builder newBuilderForType()
Deprecated.- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static RpcStringMap.Builder newBuilder()
Deprecated.
-
newBuilder
public static RpcStringMap.Builder newBuilder(RpcStringMap prototype)
Deprecated.
-
toBuilder
public RpcStringMap.Builder toBuilder()
Deprecated.- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected RpcStringMap.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Deprecated.- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static RpcStringMap getDefaultInstance()
Deprecated.
-
parser
public static com.google.protobuf.Parser<RpcStringMap> parser()
Deprecated.
-
getParserForType
public com.google.protobuf.Parser<RpcStringMap> getParserForType()
Deprecated.- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public RpcStringMap getDefaultInstanceForType()
Deprecated.- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-