public enum SubmitOrderRequest.Type extends Enum<SubmitOrderRequest.Type> implements ProtocolMessageEnum
Valid types of submit order request.
Protobuf enum google.cloud.gdchardwaremanagement.v1alpha.SubmitOrderRequest.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
INFO_COMPLETE |
Use this request type if and when you are ready to submit your order for
fulfillment. In addition to the information required for |
INFO_COMPLETE_VALUE |
Use this request type if and when you are ready to submit your order for
fulfillment. In addition to the information required for |
INFO_PENDING |
Use this request type to submit your order and initiate conversation with Google. After this submission, you will not be able to modify the number or SKU of your ordered hardware. Please note that this order will not be ready for fulfillment yet until you provide more information, such as zone network configuration, hardware physical and installation information, etc. If you are submitting an order for a SKU type of RACK, please use this request type, as additional information will be required outside of the API. |
INFO_PENDING_VALUE |
Use this request type to submit your order and initiate conversation with Google. After this submission, you will not be able to modify the number or SKU of your ordered hardware. Please note that this order will not be ready for fulfillment yet until you provide more information, such as zone network configuration, hardware physical and installation information, etc. If you are submitting an order for a SKU type of RACK, please use this request type, as additional information will be required outside of the API. |
TYPE_UNSPECIFIED |
Request type is unspecified. This should not be used. |
TYPE_UNSPECIFIED_VALUE |
Request type is unspecified. This should not be used. |
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() |