public static final class AttributesOuterClass.CompressedAttributes extends com.google.protobuf.GeneratedMessageV3 implements AttributesOuterClass.CompressedAttributesOrBuilder
Defines a list of attributes in compressed format optimized for transport. Within this message, strings are referenced using integer indices into one of two string dictionaries. Positive integers index into the global deployment-wide dictionary, whereas negative integers index into the message-level dictionary instead. The message-level dictionary is carried by the `words` field of this message, the deployment-wide dictionary is determined via configuration.Protobuf type
istio.mixer.v1.CompressedAttributes| Modifier and Type | Class and Description |
|---|---|
static class |
AttributesOuterClass.CompressedAttributes.Builder
Defines a list of attributes in compressed format optimized for transport.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLS_FIELD_NUMBER |
static int |
BYTES_FIELD_NUMBER |
static int |
DOUBLES_FIELD_NUMBER |
static int |
DURATIONS_FIELD_NUMBER |
static int |
INT64S_FIELD_NUMBER |
static int |
STRING_MAPS_FIELD_NUMBER |
static int |
STRINGS_FIELD_NUMBER |
static int |
TIMESTAMPS_FIELD_NUMBER |
static int |
WORDS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsBools(int key)
Holds attributes of type BOOL
|
boolean |
containsBytes(int key)
Holds attributes of type BYTES
|
boolean |
containsDoubles(int key)
Holds attributes of type DOUBLE
|
boolean |
containsDurations(int key)
Holds attributes of type DURATION
|
boolean |
containsInt64S(int key)
Holds attributes of type INT64
|
boolean |
containsStringMaps(int key)
Holds attributes of type STRING_MAP
|
boolean |
containsStrings(int key)
Holds attributes of type STRING, DNS_NAME, EMAIL_ADDRESS, URI
|
boolean |
containsTimestamps(int key)
Holds attributes of type TIMESTAMP
|
boolean |
equals(Object obj) |
Map<Integer,Boolean> |
getBools()
Deprecated.
|
int |
getBoolsCount()
Holds attributes of type BOOL
|
Map<Integer,Boolean> |
getBoolsMap()
Holds attributes of type BOOL
|
boolean |
getBoolsOrDefault(int key,
boolean defaultValue)
Holds attributes of type BOOL
|
boolean |
getBoolsOrThrow(int key)
Holds attributes of type BOOL
|
Map<Integer,com.google.protobuf.ByteString> |
getBytes()
Deprecated.
|
int |
getBytesCount()
Holds attributes of type BYTES
|
Map<Integer,com.google.protobuf.ByteString> |
getBytesMap()
Holds attributes of type BYTES
|
com.google.protobuf.ByteString |
getBytesOrDefault(int key,
com.google.protobuf.ByteString defaultValue)
Holds attributes of type BYTES
|
com.google.protobuf.ByteString |
getBytesOrThrow(int key)
Holds attributes of type BYTES
|
static AttributesOuterClass.CompressedAttributes |
getDefaultInstance() |
AttributesOuterClass.CompressedAttributes |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Map<Integer,Double> |
getDoubles()
Deprecated.
|
int |
getDoublesCount()
Holds attributes of type DOUBLE
|
Map<Integer,Double> |
getDoublesMap()
Holds attributes of type DOUBLE
|
double |
getDoublesOrDefault(int key,
double defaultValue)
Holds attributes of type DOUBLE
|
double |
getDoublesOrThrow(int key)
Holds attributes of type DOUBLE
|
Map<Integer,com.google.protobuf.Duration> |
getDurations()
Deprecated.
|
int |
getDurationsCount()
Holds attributes of type DURATION
|
Map<Integer,com.google.protobuf.Duration> |
getDurationsMap()
Holds attributes of type DURATION
|
com.google.protobuf.Duration |
getDurationsOrDefault(int key,
com.google.protobuf.Duration defaultValue)
Holds attributes of type DURATION
|
com.google.protobuf.Duration |
getDurationsOrThrow(int key)
Holds attributes of type DURATION
|
Map<Integer,Long> |
getInt64S()
Deprecated.
|
int |
getInt64SCount()
Holds attributes of type INT64
|
Map<Integer,Long> |
getInt64SMap()
Holds attributes of type INT64
|
long |
getInt64SOrDefault(int key,
long defaultValue)
Holds attributes of type INT64
|
long |
getInt64SOrThrow(int key)
Holds attributes of type INT64
|
com.google.protobuf.Parser<AttributesOuterClass.CompressedAttributes> |
getParserForType() |
int |
getSerializedSize() |
Map<Integer,AttributesOuterClass.StringMap> |
getStringMaps()
Deprecated.
|
int |
getStringMapsCount()
Holds attributes of type STRING_MAP
|
Map<Integer,AttributesOuterClass.StringMap> |
getStringMapsMap()
Holds attributes of type STRING_MAP
|
AttributesOuterClass.StringMap |
getStringMapsOrDefault(int key,
AttributesOuterClass.StringMap defaultValue)
Holds attributes of type STRING_MAP
|
AttributesOuterClass.StringMap |
getStringMapsOrThrow(int key)
Holds attributes of type STRING_MAP
|
Map<Integer,Integer> |
getStrings()
Deprecated.
|
int |
getStringsCount()
Holds attributes of type STRING, DNS_NAME, EMAIL_ADDRESS, URI
|
Map<Integer,Integer> |
getStringsMap()
Holds attributes of type STRING, DNS_NAME, EMAIL_ADDRESS, URI
|
int |
getStringsOrDefault(int key,
int defaultValue)
Holds attributes of type STRING, DNS_NAME, EMAIL_ADDRESS, URI
|
int |
getStringsOrThrow(int key)
Holds attributes of type STRING, DNS_NAME, EMAIL_ADDRESS, URI
|
Map<Integer,com.google.protobuf.Timestamp> |
getTimestamps()
Deprecated.
|
int |
getTimestampsCount()
Holds attributes of type TIMESTAMP
|
Map<Integer,com.google.protobuf.Timestamp> |
getTimestampsMap()
Holds attributes of type TIMESTAMP
|
com.google.protobuf.Timestamp |
getTimestampsOrDefault(int key,
com.google.protobuf.Timestamp defaultValue)
Holds attributes of type TIMESTAMP
|
com.google.protobuf.Timestamp |
getTimestampsOrThrow(int key)
Holds attributes of type TIMESTAMP
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getWords(int index)
The message-level dictionary.
|
com.google.protobuf.ByteString |
getWordsBytes(int index)
The message-level dictionary.
|
int |
getWordsCount()
The message-level dictionary.
|
com.google.protobuf.ProtocolStringList |
getWordsList()
The message-level dictionary.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static AttributesOuterClass.CompressedAttributes.Builder |
newBuilder() |
static AttributesOuterClass.CompressedAttributes.Builder |
newBuilder(AttributesOuterClass.CompressedAttributes prototype) |
AttributesOuterClass.CompressedAttributes.Builder |
newBuilderForType() |
protected AttributesOuterClass.CompressedAttributes.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static AttributesOuterClass.CompressedAttributes |
parseDelimitedFrom(InputStream input) |
static AttributesOuterClass.CompressedAttributes |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttributesOuterClass.CompressedAttributes |
parseFrom(byte[] data) |
static AttributesOuterClass.CompressedAttributes |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttributesOuterClass.CompressedAttributes |
parseFrom(ByteBuffer data) |
static AttributesOuterClass.CompressedAttributes |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttributesOuterClass.CompressedAttributes |
parseFrom(com.google.protobuf.ByteString data) |
static AttributesOuterClass.CompressedAttributes |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttributesOuterClass.CompressedAttributes |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AttributesOuterClass.CompressedAttributes |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AttributesOuterClass.CompressedAttributes |
parseFrom(InputStream input) |
static AttributesOuterClass.CompressedAttributes |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AttributesOuterClass.CompressedAttributes> |
parser() |
AttributesOuterClass.CompressedAttributes.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int WORDS_FIELD_NUMBER
public static final int STRINGS_FIELD_NUMBER
public static final int INT64S_FIELD_NUMBER
public static final int DOUBLES_FIELD_NUMBER
public static final int BOOLS_FIELD_NUMBER
public static final int TIMESTAMPS_FIELD_NUMBER
public static final int DURATIONS_FIELD_NUMBER
public static final int BYTES_FIELD_NUMBER
public static final int STRING_MAPS_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public com.google.protobuf.ProtocolStringList getWordsList()
The message-level dictionary.
repeated string words = 1;getWordsList in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic int getWordsCount()
The message-level dictionary.
repeated string words = 1;getWordsCount in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic String getWords(int index)
The message-level dictionary.
repeated string words = 1;getWords in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic com.google.protobuf.ByteString getWordsBytes(int index)
The message-level dictionary.
repeated string words = 1;getWordsBytes in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic int getStringsCount()
AttributesOuterClass.CompressedAttributesOrBuilderHolds attributes of type STRING, DNS_NAME, EMAIL_ADDRESS, URI
map<sint32, sint32> strings = 2;getStringsCount in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic boolean containsStrings(int key)
Holds attributes of type STRING, DNS_NAME, EMAIL_ADDRESS, URI
map<sint32, sint32> strings = 2;containsStrings in interface AttributesOuterClass.CompressedAttributesOrBuilder@Deprecated public Map<Integer,Integer> getStrings()
getStringsMap() instead.getStrings in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic Map<Integer,Integer> getStringsMap()
Holds attributes of type STRING, DNS_NAME, EMAIL_ADDRESS, URI
map<sint32, sint32> strings = 2;getStringsMap in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic int getStringsOrDefault(int key,
int defaultValue)
Holds attributes of type STRING, DNS_NAME, EMAIL_ADDRESS, URI
map<sint32, sint32> strings = 2;getStringsOrDefault in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic int getStringsOrThrow(int key)
Holds attributes of type STRING, DNS_NAME, EMAIL_ADDRESS, URI
map<sint32, sint32> strings = 2;getStringsOrThrow in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic int getInt64SCount()
AttributesOuterClass.CompressedAttributesOrBuilderHolds attributes of type INT64
map<sint32, int64> int64s = 3;getInt64SCount in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic boolean containsInt64S(int key)
Holds attributes of type INT64
map<sint32, int64> int64s = 3;containsInt64S in interface AttributesOuterClass.CompressedAttributesOrBuilder@Deprecated public Map<Integer,Long> getInt64S()
getInt64SMap() instead.getInt64S in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic Map<Integer,Long> getInt64SMap()
Holds attributes of type INT64
map<sint32, int64> int64s = 3;getInt64SMap in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic long getInt64SOrDefault(int key,
long defaultValue)
Holds attributes of type INT64
map<sint32, int64> int64s = 3;getInt64SOrDefault in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic long getInt64SOrThrow(int key)
Holds attributes of type INT64
map<sint32, int64> int64s = 3;getInt64SOrThrow in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic int getDoublesCount()
AttributesOuterClass.CompressedAttributesOrBuilderHolds attributes of type DOUBLE
map<sint32, double> doubles = 4;getDoublesCount in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic boolean containsDoubles(int key)
Holds attributes of type DOUBLE
map<sint32, double> doubles = 4;containsDoubles in interface AttributesOuterClass.CompressedAttributesOrBuilder@Deprecated public Map<Integer,Double> getDoubles()
getDoublesMap() instead.getDoubles in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic Map<Integer,Double> getDoublesMap()
Holds attributes of type DOUBLE
map<sint32, double> doubles = 4;getDoublesMap in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic double getDoublesOrDefault(int key,
double defaultValue)
Holds attributes of type DOUBLE
map<sint32, double> doubles = 4;getDoublesOrDefault in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic double getDoublesOrThrow(int key)
Holds attributes of type DOUBLE
map<sint32, double> doubles = 4;getDoublesOrThrow in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic int getBoolsCount()
AttributesOuterClass.CompressedAttributesOrBuilderHolds attributes of type BOOL
map<sint32, bool> bools = 5;getBoolsCount in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic boolean containsBools(int key)
Holds attributes of type BOOL
map<sint32, bool> bools = 5;containsBools in interface AttributesOuterClass.CompressedAttributesOrBuilder@Deprecated public Map<Integer,Boolean> getBools()
getBoolsMap() instead.getBools in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic Map<Integer,Boolean> getBoolsMap()
Holds attributes of type BOOL
map<sint32, bool> bools = 5;getBoolsMap in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic boolean getBoolsOrDefault(int key,
boolean defaultValue)
Holds attributes of type BOOL
map<sint32, bool> bools = 5;getBoolsOrDefault in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic boolean getBoolsOrThrow(int key)
Holds attributes of type BOOL
map<sint32, bool> bools = 5;getBoolsOrThrow in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic int getTimestampsCount()
AttributesOuterClass.CompressedAttributesOrBuilderHolds attributes of type TIMESTAMP
map<sint32, .google.protobuf.Timestamp> timestamps = 6 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];getTimestampsCount in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic boolean containsTimestamps(int key)
Holds attributes of type TIMESTAMP
map<sint32, .google.protobuf.Timestamp> timestamps = 6 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];containsTimestamps in interface AttributesOuterClass.CompressedAttributesOrBuilder@Deprecated public Map<Integer,com.google.protobuf.Timestamp> getTimestamps()
getTimestampsMap() instead.getTimestamps in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic Map<Integer,com.google.protobuf.Timestamp> getTimestampsMap()
Holds attributes of type TIMESTAMP
map<sint32, .google.protobuf.Timestamp> timestamps = 6 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];getTimestampsMap in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic com.google.protobuf.Timestamp getTimestampsOrDefault(int key,
com.google.protobuf.Timestamp defaultValue)
Holds attributes of type TIMESTAMP
map<sint32, .google.protobuf.Timestamp> timestamps = 6 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];getTimestampsOrDefault in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic com.google.protobuf.Timestamp getTimestampsOrThrow(int key)
Holds attributes of type TIMESTAMP
map<sint32, .google.protobuf.Timestamp> timestamps = 6 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];getTimestampsOrThrow in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic int getDurationsCount()
AttributesOuterClass.CompressedAttributesOrBuilderHolds attributes of type DURATION
map<sint32, .google.protobuf.Duration> durations = 7 [(.gogoproto.nullable) = false, (.gogoproto.stdduration) = true];getDurationsCount in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic boolean containsDurations(int key)
Holds attributes of type DURATION
map<sint32, .google.protobuf.Duration> durations = 7 [(.gogoproto.nullable) = false, (.gogoproto.stdduration) = true];containsDurations in interface AttributesOuterClass.CompressedAttributesOrBuilder@Deprecated public Map<Integer,com.google.protobuf.Duration> getDurations()
getDurationsMap() instead.getDurations in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic Map<Integer,com.google.protobuf.Duration> getDurationsMap()
Holds attributes of type DURATION
map<sint32, .google.protobuf.Duration> durations = 7 [(.gogoproto.nullable) = false, (.gogoproto.stdduration) = true];getDurationsMap in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic com.google.protobuf.Duration getDurationsOrDefault(int key,
com.google.protobuf.Duration defaultValue)
Holds attributes of type DURATION
map<sint32, .google.protobuf.Duration> durations = 7 [(.gogoproto.nullable) = false, (.gogoproto.stdduration) = true];getDurationsOrDefault in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic com.google.protobuf.Duration getDurationsOrThrow(int key)
Holds attributes of type DURATION
map<sint32, .google.protobuf.Duration> durations = 7 [(.gogoproto.nullable) = false, (.gogoproto.stdduration) = true];getDurationsOrThrow in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic int getBytesCount()
AttributesOuterClass.CompressedAttributesOrBuilderHolds attributes of type BYTES
map<sint32, bytes> bytes = 8;getBytesCount in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic boolean containsBytes(int key)
Holds attributes of type BYTES
map<sint32, bytes> bytes = 8;containsBytes in interface AttributesOuterClass.CompressedAttributesOrBuilder@Deprecated public Map<Integer,com.google.protobuf.ByteString> getBytes()
getBytesMap() instead.getBytes in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic Map<Integer,com.google.protobuf.ByteString> getBytesMap()
Holds attributes of type BYTES
map<sint32, bytes> bytes = 8;getBytesMap in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic com.google.protobuf.ByteString getBytesOrDefault(int key,
com.google.protobuf.ByteString defaultValue)
Holds attributes of type BYTES
map<sint32, bytes> bytes = 8;getBytesOrDefault in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic com.google.protobuf.ByteString getBytesOrThrow(int key)
Holds attributes of type BYTES
map<sint32, bytes> bytes = 8;getBytesOrThrow in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic int getStringMapsCount()
AttributesOuterClass.CompressedAttributesOrBuilderHolds attributes of type STRING_MAP
map<sint32, .istio.mixer.v1.StringMap> string_maps = 9 [(.gogoproto.nullable) = false];getStringMapsCount in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic boolean containsStringMaps(int key)
Holds attributes of type STRING_MAP
map<sint32, .istio.mixer.v1.StringMap> string_maps = 9 [(.gogoproto.nullable) = false];containsStringMaps in interface AttributesOuterClass.CompressedAttributesOrBuilder@Deprecated public Map<Integer,AttributesOuterClass.StringMap> getStringMaps()
getStringMapsMap() instead.getStringMaps in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic Map<Integer,AttributesOuterClass.StringMap> getStringMapsMap()
Holds attributes of type STRING_MAP
map<sint32, .istio.mixer.v1.StringMap> string_maps = 9 [(.gogoproto.nullable) = false];getStringMapsMap in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic AttributesOuterClass.StringMap getStringMapsOrDefault(int key, AttributesOuterClass.StringMap defaultValue)
Holds attributes of type STRING_MAP
map<sint32, .istio.mixer.v1.StringMap> string_maps = 9 [(.gogoproto.nullable) = false];getStringMapsOrDefault in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic AttributesOuterClass.StringMap getStringMapsOrThrow(int key)
Holds attributes of type STRING_MAP
map<sint32, .istio.mixer.v1.StringMap> string_maps = 9 [(.gogoproto.nullable) = false];getStringMapsOrThrow in interface AttributesOuterClass.CompressedAttributesOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static AttributesOuterClass.CompressedAttributes parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AttributesOuterClass.CompressedAttributes parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AttributesOuterClass.CompressedAttributes parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AttributesOuterClass.CompressedAttributes parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AttributesOuterClass.CompressedAttributes parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AttributesOuterClass.CompressedAttributes parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AttributesOuterClass.CompressedAttributes parseFrom(InputStream input) throws IOException
IOExceptionpublic static AttributesOuterClass.CompressedAttributes parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AttributesOuterClass.CompressedAttributes parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AttributesOuterClass.CompressedAttributes parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AttributesOuterClass.CompressedAttributes parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AttributesOuterClass.CompressedAttributes parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AttributesOuterClass.CompressedAttributes.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AttributesOuterClass.CompressedAttributes.Builder newBuilder()
public static AttributesOuterClass.CompressedAttributes.Builder newBuilder(AttributesOuterClass.CompressedAttributes prototype)
public AttributesOuterClass.CompressedAttributes.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AttributesOuterClass.CompressedAttributes.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AttributesOuterClass.CompressedAttributes getDefaultInstance()
public static com.google.protobuf.Parser<AttributesOuterClass.CompressedAttributes> parser()
public com.google.protobuf.Parser<AttributesOuterClass.CompressedAttributes> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AttributesOuterClass.CompressedAttributes getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 WSO2. All rights reserved.