Enum Hardware.State (0.3.0)

public enum Hardware.State extends Enum<Hardware.State> implements ProtocolMessageEnum

Valid states for hardware.

Protobuf enum google.cloud.gdchardwaremanagement.v1alpha.Hardware.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ADDITIONAL_INFO_NEEDED

More information is required from the customer to make progress.

ADDITIONAL_INFO_NEEDED = 1;

ADDITIONAL_INFO_NEEDED_VALUE

More information is required from the customer to make progress.

ADDITIONAL_INFO_NEEDED = 1;

BUILDING

Google has initiated building hardware for this Hardware.

BUILDING = 2;

BUILDING_VALUE

Google has initiated building hardware for this Hardware.

BUILDING = 2;

FAILED

An error occurred and customer intervention is required.

FAILED = 6;

FAILED_VALUE

An error occurred and customer intervention is required.

FAILED = 6;

INSTALLED

The hardware has been installed.

INSTALLED = 5;

INSTALLED_VALUE

The hardware has been installed.

INSTALLED = 5;

INSTALLING

The hardware is being installed.

INSTALLING = 4;

INSTALLING_VALUE

The hardware is being installed.

INSTALLING = 4;

SHIPPING

The hardware has been built and is being shipped.

SHIPPING = 3;

SHIPPING_VALUE

The hardware has been built and is being shipped.

SHIPPING = 3;

STATE_UNSPECIFIED

State of the Hardware is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State of the Hardware is unspecified.

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