Enum GenerateMemoriesResponse.GeneratedMemory.Action (3.68.0)

public enum GenerateMemoriesResponse.GeneratedMemory.Action extends Enum<GenerateMemoriesResponse.GeneratedMemory.Action> implements ProtocolMessageEnum

Actions that can be performed on a Memory.

Protobuf enum google.cloud.aiplatform.v1beta1.GenerateMemoriesResponse.GeneratedMemory.Action

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTION_UNSPECIFIED

Action is unspecified.

ACTION_UNSPECIFIED = 0;

ACTION_UNSPECIFIED_VALUE

Action is unspecified.

ACTION_UNSPECIFIED = 0;

CREATED

The memory was created.

CREATED = 1;

CREATED_VALUE

The memory was created.

CREATED = 1;

DELETED

The memory was deleted.

DELETED = 3;

DELETED_VALUE

The memory was deleted.

DELETED = 3;

UNRECOGNIZED
UPDATED

The memory was updated. The fact field may not be updated if the existing fact is still accurate.

UPDATED = 2;

UPDATED_VALUE

The memory was updated. The fact field may not be updated if the existing fact is still accurate.

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