Enum FileDiff.Action (0.40.0)

public enum FileDiff.Action extends Enum<FileDiff.Action> implements ProtocolMessageEnum

Action taken on the file.

Protobuf enum google.cloud.securesourcemanager.v1.FileDiff.Action

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTION_UNSPECIFIED

Unspecified.

ACTION_UNSPECIFIED = 0;

ACTION_UNSPECIFIED_VALUE

Unspecified.

ACTION_UNSPECIFIED = 0;

ADDED

The file was added.

ADDED = 1;

ADDED_VALUE

The file was added.

ADDED = 1;

DELETED

The file was deleted.

DELETED = 3;

DELETED_VALUE

The file was deleted.

DELETED = 3;

MODIFIED

The file was modified.

MODIFIED = 2;

MODIFIED_VALUE

The file was modified.

MODIFIED = 2;

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