Enum Application.State (0.7.0)

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

Application state.

Protobuf enum google.cloud.apphub.v1.Application.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The Application is ready to register Services and Workloads.

ACTIVE = 2;

ACTIVE_VALUE

The Application is ready to register Services and Workloads.

ACTIVE = 2;

CREATING

The Application is being created.

CREATING = 1;

CREATING_VALUE

The Application is being created.

CREATING = 1;

DELETING

The Application is being deleted.

DELETING = 3;

DELETING_VALUE

The Application is being deleted.

DELETING = 3;

STATE_UNSPECIFIED

Unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state.

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