public static interface AttributesOuterClass.CompressedAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 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
|
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
|
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
|
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
|
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.
|
List<String> |
getWordsList()
The message-level dictionary.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getWordsCount()
The message-level dictionary.
repeated string words = 1;String getWords(int index)
The message-level dictionary.
repeated string words = 1;com.google.protobuf.ByteString getWordsBytes(int index)
The message-level dictionary.
repeated string words = 1;int getStringsCount()
Holds attributes of type STRING, DNS_NAME, EMAIL_ADDRESS, URI
map<sint32, sint32> strings = 2;boolean containsStrings(int key)
Holds attributes of type STRING, DNS_NAME, EMAIL_ADDRESS, URI
map<sint32, sint32> strings = 2;@Deprecated Map<Integer,Integer> getStrings()
getStringsMap() instead.Map<Integer,Integer> getStringsMap()
Holds attributes of type STRING, DNS_NAME, EMAIL_ADDRESS, URI
map<sint32, sint32> strings = 2;int getStringsOrDefault(int key,
int defaultValue)
Holds attributes of type STRING, DNS_NAME, EMAIL_ADDRESS, URI
map<sint32, sint32> strings = 2;int getStringsOrThrow(int key)
Holds attributes of type STRING, DNS_NAME, EMAIL_ADDRESS, URI
map<sint32, sint32> strings = 2;int getInt64SCount()
Holds attributes of type INT64
map<sint32, int64> int64s = 3;boolean containsInt64S(int key)
Holds attributes of type INT64
map<sint32, int64> int64s = 3;@Deprecated Map<Integer,Long> getInt64S()
getInt64SMap() instead.Map<Integer,Long> getInt64SMap()
Holds attributes of type INT64
map<sint32, int64> int64s = 3;long getInt64SOrDefault(int key,
long defaultValue)
Holds attributes of type INT64
map<sint32, int64> int64s = 3;long getInt64SOrThrow(int key)
Holds attributes of type INT64
map<sint32, int64> int64s = 3;int getDoublesCount()
Holds attributes of type DOUBLE
map<sint32, double> doubles = 4;boolean containsDoubles(int key)
Holds attributes of type DOUBLE
map<sint32, double> doubles = 4;@Deprecated Map<Integer,Double> getDoubles()
getDoublesMap() instead.Map<Integer,Double> getDoublesMap()
Holds attributes of type DOUBLE
map<sint32, double> doubles = 4;double getDoublesOrDefault(int key,
double defaultValue)
Holds attributes of type DOUBLE
map<sint32, double> doubles = 4;double getDoublesOrThrow(int key)
Holds attributes of type DOUBLE
map<sint32, double> doubles = 4;int getBoolsCount()
Holds attributes of type BOOL
map<sint32, bool> bools = 5;boolean containsBools(int key)
Holds attributes of type BOOL
map<sint32, bool> bools = 5;@Deprecated Map<Integer,Boolean> getBools()
getBoolsMap() instead.Map<Integer,Boolean> getBoolsMap()
Holds attributes of type BOOL
map<sint32, bool> bools = 5;boolean getBoolsOrDefault(int key,
boolean defaultValue)
Holds attributes of type BOOL
map<sint32, bool> bools = 5;boolean getBoolsOrThrow(int key)
Holds attributes of type BOOL
map<sint32, bool> bools = 5;int getTimestampsCount()
Holds attributes of type TIMESTAMP
map<sint32, .google.protobuf.Timestamp> timestamps = 6 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];boolean containsTimestamps(int key)
Holds attributes of type TIMESTAMP
map<sint32, .google.protobuf.Timestamp> timestamps = 6 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];@Deprecated Map<Integer,com.google.protobuf.Timestamp> getTimestamps()
getTimestampsMap() instead.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];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];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];int getDurationsCount()
Holds attributes of type DURATION
map<sint32, .google.protobuf.Duration> durations = 7 [(.gogoproto.nullable) = false, (.gogoproto.stdduration) = true];boolean containsDurations(int key)
Holds attributes of type DURATION
map<sint32, .google.protobuf.Duration> durations = 7 [(.gogoproto.nullable) = false, (.gogoproto.stdduration) = true];@Deprecated Map<Integer,com.google.protobuf.Duration> getDurations()
getDurationsMap() instead.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];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];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];int getBytesCount()
Holds attributes of type BYTES
map<sint32, bytes> bytes = 8;boolean containsBytes(int key)
Holds attributes of type BYTES
map<sint32, bytes> bytes = 8;@Deprecated Map<Integer,com.google.protobuf.ByteString> getBytes()
getBytesMap() instead.Map<Integer,com.google.protobuf.ByteString> getBytesMap()
Holds attributes of type BYTES
map<sint32, bytes> bytes = 8;com.google.protobuf.ByteString getBytesOrDefault(int key,
com.google.protobuf.ByteString defaultValue)
Holds attributes of type BYTES
map<sint32, bytes> bytes = 8;com.google.protobuf.ByteString getBytesOrThrow(int key)
Holds attributes of type BYTES
map<sint32, bytes> bytes = 8;int getStringMapsCount()
Holds attributes of type STRING_MAP
map<sint32, .istio.mixer.v1.StringMap> string_maps = 9 [(.gogoproto.nullable) = false];boolean containsStringMaps(int key)
Holds attributes of type STRING_MAP
map<sint32, .istio.mixer.v1.StringMap> string_maps = 9 [(.gogoproto.nullable) = false];@Deprecated Map<Integer,AttributesOuterClass.StringMap> getStringMaps()
getStringMapsMap() instead.Map<Integer,AttributesOuterClass.StringMap> getStringMapsMap()
Holds attributes of type STRING_MAP
map<sint32, .istio.mixer.v1.StringMap> string_maps = 9 [(.gogoproto.nullable) = false];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];AttributesOuterClass.StringMap getStringMapsOrThrow(int key)
Holds attributes of type STRING_MAP
map<sint32, .istio.mixer.v1.StringMap> string_maps = 9 [(.gogoproto.nullable) = false];Copyright © 2019 WSO2. All rights reserved.