public static interface AttributesOuterClass.Attributes.AttributeValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolValue()
Used for values of type BOOL
|
com.google.protobuf.ByteString |
getBytesValue()
Used for values of type BYTES
|
double |
getDoubleValue()
Used for values of type DOUBLE
|
com.google.protobuf.Duration |
getDurationValue()
Used for values of type DURATION
|
com.google.protobuf.DurationOrBuilder |
getDurationValueOrBuilder()
Used for values of type DURATION
|
long |
getInt64Value()
Used for values of type INT64
|
AttributesOuterClass.Attributes.StringMap |
getStringMapValue()
Used for values of type STRING_MAP
|
AttributesOuterClass.Attributes.StringMapOrBuilder |
getStringMapValueOrBuilder()
Used for values of type STRING_MAP
|
String |
getStringValue()
Used for values of type STRING, DNS_NAME, EMAIL_ADDRESS, and URI
|
com.google.protobuf.ByteString |
getStringValueBytes()
Used for values of type STRING, DNS_NAME, EMAIL_ADDRESS, and URI
|
com.google.protobuf.Timestamp |
getTimestampValue()
Used for values of type TIMESTAMP
|
com.google.protobuf.TimestampOrBuilder |
getTimestampValueOrBuilder()
Used for values of type TIMESTAMP
|
AttributesOuterClass.Attributes.AttributeValue.ValueCase |
getValueCase() |
boolean |
hasDurationValue()
Used for values of type DURATION
|
boolean |
hasStringMapValue()
Used for values of type STRING_MAP
|
boolean |
hasTimestampValue()
Used for values of type TIMESTAMP
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStringValue()
Used for values of type STRING, DNS_NAME, EMAIL_ADDRESS, and URI
string string_value = 2;com.google.protobuf.ByteString getStringValueBytes()
Used for values of type STRING, DNS_NAME, EMAIL_ADDRESS, and URI
string string_value = 2;long getInt64Value()
Used for values of type INT64
int64 int64_value = 3;double getDoubleValue()
Used for values of type DOUBLE
double double_value = 4;boolean getBoolValue()
Used for values of type BOOL
bool bool_value = 5;com.google.protobuf.ByteString getBytesValue()
Used for values of type BYTES
bytes bytes_value = 6;boolean hasTimestampValue()
Used for values of type TIMESTAMP
.google.protobuf.Timestamp timestamp_value = 7;com.google.protobuf.Timestamp getTimestampValue()
Used for values of type TIMESTAMP
.google.protobuf.Timestamp timestamp_value = 7;com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder()
Used for values of type TIMESTAMP
.google.protobuf.Timestamp timestamp_value = 7;boolean hasDurationValue()
Used for values of type DURATION
.google.protobuf.Duration duration_value = 8;com.google.protobuf.Duration getDurationValue()
Used for values of type DURATION
.google.protobuf.Duration duration_value = 8;com.google.protobuf.DurationOrBuilder getDurationValueOrBuilder()
Used for values of type DURATION
.google.protobuf.Duration duration_value = 8;boolean hasStringMapValue()
Used for values of type STRING_MAP
.istio.mixer.v1.Attributes.StringMap string_map_value = 9;AttributesOuterClass.Attributes.StringMap getStringMapValue()
Used for values of type STRING_MAP
.istio.mixer.v1.Attributes.StringMap string_map_value = 9;AttributesOuterClass.Attributes.StringMapOrBuilder getStringMapValueOrBuilder()
Used for values of type STRING_MAP
.istio.mixer.v1.Attributes.StringMap string_map_value = 9;AttributesOuterClass.Attributes.AttributeValue.ValueCase getValueCase()
Copyright © 2019 WSO2. All rights reserved.