Enum Resource.Intent (0.6.0)

public enum Resource.Intent extends Enum<Resource.Intent> implements ProtocolMessageEnum

Possible intent of the resource.

Protobuf enum google.cloud.config.v1.Resource.Intent

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATE

Infra Manager will create this Resource.

CREATE = 1;

CREATE_VALUE

Infra Manager will create this Resource.

CREATE = 1;

DELETE

Infra Manager will delete this Resource.

DELETE = 3;

DELETE_VALUE

Infra Manager will delete this Resource.

DELETE = 3;

INTENT_UNSPECIFIED

The default value. This value is used if the intent is omitted.

INTENT_UNSPECIFIED = 0;

INTENT_UNSPECIFIED_VALUE

The default value. This value is used if the intent is omitted.

INTENT_UNSPECIFIED = 0;

RECREATE

Infra Manager will destroy and recreate this Resource.

RECREATE = 4;

RECREATE_VALUE

Infra Manager will destroy and recreate this Resource.

RECREATE = 4;

UNCHANGED

Infra Manager will leave this Resource untouched.

UNCHANGED = 5;

UNCHANGED_VALUE

Infra Manager will leave this Resource untouched.

UNCHANGED = 5;

UNRECOGNIZED
UPDATE

Infra Manager will update this Resource.

UPDATE = 2;

UPDATE_VALUE

Infra Manager will update this Resource.

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