Uses of Class
com.google.devtools.cloudtrace.v2.AttributeValue.ValueCase
-
Packages that use AttributeValue.ValueCase Package Description com.google.devtools.cloudtrace.v2 -
-
Uses of AttributeValue.ValueCase in com.google.devtools.cloudtrace.v2
Methods in com.google.devtools.cloudtrace.v2 that return AttributeValue.ValueCase Modifier and Type Method Description static AttributeValue.ValueCase
AttributeValue.ValueCase. forNumber(int value)
AttributeValue.ValueCase
AttributeValue.Builder. getValueCase()
AttributeValue.ValueCase
AttributeValue. getValueCase()
AttributeValue.ValueCase
AttributeValueOrBuilder. getValueCase()
static AttributeValue.ValueCase
AttributeValue.ValueCase. valueOf(int value)
Deprecated.static AttributeValue.ValueCase
AttributeValue.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.
-