Uses of Class
io.opencensus.proto.trace.v1.AttributeValue.ValueCase
-
Packages that use AttributeValue.ValueCase Package Description io.opencensus.proto.trace.v1 -
-
Uses of AttributeValue.ValueCase in io.opencensus.proto.trace.v1
Methods in io.opencensus.proto.trace.v1 that return AttributeValue.ValueCase Modifier and Type Method Description static AttributeValue.ValueCaseAttributeValue.ValueCase. forNumber(int value)AttributeValue.ValueCaseAttributeValue.Builder. getValueCase()AttributeValue.ValueCaseAttributeValue. getValueCase()AttributeValue.ValueCaseAttributeValueOrBuilder. getValueCase()static AttributeValue.ValueCaseAttributeValue.ValueCase. valueOf(int value)Deprecated.static AttributeValue.ValueCaseAttributeValue.ValueCase. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeValue.ValueCase[]AttributeValue.ValueCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-