public enum Order.State extends Enum<Order.State> implements ProtocolMessageEnum
Valid states of an order.
Protobuf enum google.cloud.gdchardwaremanagement.v1alpha.Order.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACCEPTED |
Order has been accepted by Google. |
ACCEPTED_VALUE |
Order has been accepted by Google. |
ADDITIONAL_INFO_NEEDED |
Order needs more information from the customer. |
ADDITIONAL_INFO_NEEDED_VALUE |
Order needs more information from the customer. |
BUILDING |
Google has initiated building hardware for the order. |
BUILDING_VALUE |
Google has initiated building hardware for the order. |
CANCELLED |
Order has been cancelled. |
CANCELLED_VALUE |
Order has been cancelled. |
COMPLETED |
Order has been completed. |
COMPLETED_VALUE |
Order has been completed. |
DRAFT |
Order is being drafted by the customer and has not been submitted yet. |
DRAFT_VALUE |
Order is being drafted by the customer and has not been submitted yet. |
FAILED |
An error occurred in processing the order and customer intervention is required. |
FAILED_VALUE |
An error occurred in processing the order and customer intervention is required. |
INFO_COMPLETE |
All information required from the customer for fulfillment of the order is complete. |
INFO_COMPLETE_VALUE |
All information required from the customer for fulfillment of the order is complete. |
INSTALLING |
The hardware is being installed. |
INSTALLING_VALUE |
The hardware is being installed. |
PARTIALLY_COMPLETED |
Order has been partially completed i.e., some hardware have been delivered and installed. |
PARTIALLY_COMPLETED_VALUE |
Order has been partially completed i.e., some hardware have been delivered and installed. |
SHIPPING |
The hardware has been built and is being shipped. |
SHIPPING_VALUE |
The hardware has been built and is being shipped. |
STATE_UNSPECIFIED |
State of the order is unspecified. |
STATE_UNSPECIFIED_VALUE |
State of the order is unspecified. |
SUBMITTED |
Order has been submitted to Google. |
SUBMITTED_VALUE |
Order has been submitted to Google. |
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() |