ResourceChangeOperation

  • This document describes the operations that can be performed on a changed resource within a change_event.

  • There are five possible operations: UNSPECIFIED, UNKNOWN, CREATE, UPDATE, and REMOVE.

  • These operations indicate whether a resource was unspecified, unknown, created, modified, or removed.

The operation on the changed resource in change_event resource.

Proto definition

Enums

CREATE

The resource was created.

REMOVE

The resource was removed.

UNKNOWN

Used for return value only. Represents an unclassified operation unknown in this version.

UNSPECIFIED

No value has been specified.

UPDATE

The resource was modified.