Enum AssetReference.AssetValidationState (0.43.0)

public enum AssetReference.AssetValidationState extends Enum<AssetReference.AssetValidationState> implements ProtocolMessageEnum

Possible validation steates of an asset reference.

Protobuf enum google.cloud.privatecatalog.v1beta1.AssetReference.AssetValidationState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ASSET_VALIDATION_STATE_UNSPECIFIED

Unknown state.

ASSET_VALIDATION_STATE_UNSPECIFIED = 0;

ASSET_VALIDATION_STATE_UNSPECIFIED_VALUE

Unknown state.

ASSET_VALIDATION_STATE_UNSPECIFIED = 0;

INVALID

The validation is done and the asset reference is invalid.

INVALID = 3;

INVALID_VALUE

The validation is done and the asset reference is invalid.

INVALID = 3;

PENDING

The validation is still in process.

PENDING = 1;

PENDING_VALUE

The validation is still in process.

PENDING = 1;

UNRECOGNIZED
VALID

The validation is done and the asset reference is valid.

VALID = 2;

VALID_VALUE

The validation is done and the asset reference is valid.

VALID = 2;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()