Enum Dependency.State (0.2.0)

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

Possible states for a dependency.

Protobuf enum google.cloud.apihub.v1.Dependency.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
PROPOSED

Dependency will be in a proposed state when it is newly identified by the API hub on its own.

PROPOSED = 1;

PROPOSED_VALUE

Dependency will be in a proposed state when it is newly identified by the API hub on its own.

PROPOSED = 1;

STATE_UNSPECIFIED

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
VALIDATED

Dependency will be in a validated state when it is validated by the admin or manually created in the API hub.

VALIDATED = 2;

VALIDATED_VALUE

Dependency will be in a validated state when it is validated by the admin or manually created in the API hub.

VALIDATED = 2;

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