public static interface AttributesOuterClass.AttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAttributes(String key)
A map of attribute name to its value.
|
Map<String,AttributesOuterClass.Attributes.AttributeValue> |
getAttributes()
Deprecated.
|
int |
getAttributesCount()
A map of attribute name to its value.
|
Map<String,AttributesOuterClass.Attributes.AttributeValue> |
getAttributesMap()
A map of attribute name to its value.
|
AttributesOuterClass.Attributes.AttributeValue |
getAttributesOrDefault(String key,
AttributesOuterClass.Attributes.AttributeValue defaultValue)
A map of attribute name to its value.
|
AttributesOuterClass.Attributes.AttributeValue |
getAttributesOrThrow(String key)
A map of attribute name to its value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getAttributesCount()
A map of attribute name to its value.
map<string, .istio.mixer.v1.Attributes.AttributeValue> attributes = 1;boolean containsAttributes(String key)
A map of attribute name to its value.
map<string, .istio.mixer.v1.Attributes.AttributeValue> attributes = 1;@Deprecated Map<String,AttributesOuterClass.Attributes.AttributeValue> getAttributes()
getAttributesMap() instead.Map<String,AttributesOuterClass.Attributes.AttributeValue> getAttributesMap()
A map of attribute name to its value.
map<string, .istio.mixer.v1.Attributes.AttributeValue> attributes = 1;AttributesOuterClass.Attributes.AttributeValue getAttributesOrDefault(String key, AttributesOuterClass.Attributes.AttributeValue defaultValue)
A map of attribute name to its value.
map<string, .istio.mixer.v1.Attributes.AttributeValue> attributes = 1;AttributesOuterClass.Attributes.AttributeValue getAttributesOrThrow(String key)
A map of attribute name to its value.
map<string, .istio.mixer.v1.Attributes.AttributeValue> attributes = 1;Copyright © 2019 WSO2. All rights reserved.