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.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.
-