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.

Enums

UNSPECIFIED

No value has been specified.

UNKNOWN

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

CREATE

The resource was created.

UPDATE

The resource was modified.

REMOVE

The resource was removed.