Enum Asset.SecurityStatus.State (1.39.0)

public enum Asset.SecurityStatus.State extends Enum<Asset.SecurityStatus.State> implements ProtocolMessageEnum

The state of the security policy.

Protobuf enum google.cloud.dataplex.v1.Asset.SecurityStatus.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
APPLYING

Security policy is in the process of being applied to the attached resource.

APPLYING = 2;

APPLYING_VALUE

Security policy is in the process of being applied to the attached resource.

APPLYING = 2;

ERROR

Security policy could not be applied to the attached resource due to errors.

ERROR = 3;

ERROR_VALUE

Security policy could not be applied to the attached resource due to errors.

ERROR = 3;

READY

Security policy has been successfully applied to the attached resource.

READY = 1;

READY_VALUE

Security policy has been successfully applied to the attached resource.

READY = 1;

STATE_UNSPECIFIED

State unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State unspecified.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

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