public enum Order.Type extends Enum<Order.Type> implements ProtocolMessageEnum
Valid types of an Order.
Protobuf enum google.cloud.gdchardwaremanagement.v1alpha.Order.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
PAID |
Paid by the customer. |
PAID_VALUE |
Paid by the customer. |
POC |
Proof of concept for the customer. |
POC_VALUE |
Proof of concept for the customer. |
TYPE_UNSPECIFIED |
Type of the order is unspecified. |
TYPE_UNSPECIFIED_VALUE |
Type of the order is unspecified. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |