Enum Order.Type (0.3.0)

public enum Order.Type extends Enum<Order.Type> implements ProtocolMessageEnum

Valid types of an Order.

Protobuf enum google.cloud.gdchardwaremanagement.v1alpha.Order.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
PAID

Paid by the customer.

PAID = 1;

PAID_VALUE

Paid by the customer.

PAID = 1;

POC

Proof of concept for the customer.

POC = 2;

POC_VALUE

Proof of concept for the customer.

POC = 2;

TYPE_UNSPECIFIED

Type of the order is unspecified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Type of the order is unspecified.

TYPE_UNSPECIFIED = 0;

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()