| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
static LabelDescriptor.ValueType |
LabelDescriptor.ValueType.forNumber(int value) |
LabelDescriptor.ValueType |
LabelDescriptor.getValueType()
The type of data that can be assigned to the label.
|
LabelDescriptor.ValueType |
LabelDescriptor.Builder.getValueType()
The type of data that can be assigned to the label.
|
LabelDescriptor.ValueType |
LabelDescriptorOrBuilder.getValueType()
The type of data that can be assigned to the label.
|
static LabelDescriptor.ValueType |
LabelDescriptor.ValueType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static LabelDescriptor.ValueType |
LabelDescriptor.ValueType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static LabelDescriptor.ValueType |
LabelDescriptor.ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelDescriptor.ValueType[] |
LabelDescriptor.ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<LabelDescriptor.ValueType> |
LabelDescriptor.ValueType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
LabelDescriptor.Builder |
LabelDescriptor.Builder.setValueType(LabelDescriptor.ValueType value)
The type of data that can be assigned to the label.
|
Copyright © 2022 Google LLC. All rights reserved.