public interface AttributeValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolValue()
A Boolean value represented by `true` or `false`.
|
double |
getDoubleValue()
A double value.
|
long |
getIntValue()
A 64-bit signed integer.
|
TruncatableString |
getStringValue()
A string up to 256 bytes long.
|
TruncatableStringOrBuilder |
getStringValueOrBuilder()
A string up to 256 bytes long.
|
AttributeValue.ValueCase |
getValueCase() |
boolean |
hasStringValue()
A string up to 256 bytes long.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStringValue()
A string up to 256 bytes long.
.opencensus.proto.trace.v1.TruncatableString string_value = 1;TruncatableString getStringValue()
A string up to 256 bytes long.
.opencensus.proto.trace.v1.TruncatableString string_value = 1;TruncatableStringOrBuilder getStringValueOrBuilder()
A string up to 256 bytes long.
.opencensus.proto.trace.v1.TruncatableString string_value = 1;long getIntValue()
A 64-bit signed integer.
int64 int_value = 2;boolean getBoolValue()
A Boolean value represented by `true` or `false`.
bool bool_value = 3;double getDoubleValue()
A double value.
double double_value = 4;AttributeValue.ValueCase getValueCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.