Enum HardwareGroup.State (0.3.0)

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

Valid states of a HardwareGroup.

Protobuf enum google.cloud.gdchardwaremanagement.v1alpha.HardwareGroup.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 HardwareGroup.

BUILDING = 2;

BUILDING_VALUE

Google has initiated building hardware for this HardwareGroup.

BUILDING = 2;

FAILED

An error occurred and customer intervention is required.

FAILED = 7;

FAILED_VALUE

An error occurred and customer intervention is required.

FAILED = 7;

INSTALLED

All hardware in the HardwareGroup have been installed.

INSTALLED = 6;

INSTALLED_VALUE

All hardware in the HardwareGroup have been installed.

INSTALLED = 6;

INSTALLING

The hardware is being installed.

INSTALLING = 4;

INSTALLING_VALUE

The hardware is being installed.

INSTALLING = 4;

PARTIALLY_INSTALLED

Some hardware in the HardwareGroup have been installed.

PARTIALLY_INSTALLED = 5;

PARTIALLY_INSTALLED_VALUE

Some hardware in the HardwareGroup have been installed.

PARTIALLY_INSTALLED = 5;

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 HardwareGroup is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State of the HardwareGroup 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()