Enum Saas.State (0.23.0)

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

State of the Saas.

Protobuf enum google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Deprecated: Use STATE_ACTIVE.

ACTIVE = 1 [deprecated = true];

ACTIVE_VALUE

Deprecated: Use STATE_ACTIVE.

ACTIVE = 1 [deprecated = true];

FAILED

Deprecated: Use STATE_FAILED.

FAILED = 3 [deprecated = true];

FAILED_VALUE

Deprecated: Use STATE_FAILED.

FAILED = 3 [deprecated = true];

RUNNING

Deprecated: Use STATE_RUNNING.

RUNNING = 2 [deprecated = true];

RUNNING_VALUE

Deprecated: Use STATE_RUNNING.

RUNNING = 2 [deprecated = true];

STATE_ACTIVE

The Saas is ready

STATE_ACTIVE = 1;

STATE_ACTIVE_VALUE

The Saas is ready

STATE_ACTIVE = 1;

STATE_FAILED

Failure during process of importing, synchronizing or replicating ApplicationTemplate processing

STATE_FAILED = 3;

STATE_FAILED_VALUE

Failure during process of importing, synchronizing or replicating ApplicationTemplate processing

STATE_FAILED = 3;

STATE_RUNNING

In the process of importing, synchronizing or replicating ApplicationTemplates

STATE_RUNNING = 2;

STATE_RUNNING_VALUE

In the process of importing, synchronizing or replicating ApplicationTemplates

STATE_RUNNING = 2;

STATE_TYPE_UNSPECIFIED

State type is unspecified.

STATE_TYPE_UNSPECIFIED = 0;

STATE_TYPE_UNSPECIFIED_VALUE

State type is unspecified.

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