ChangeStatusOperation

  • This document defines the different statuses a resource can have after it has been changed.

  • UNSPECIFIED means no value has been given for the resource's status.

  • UNKNOWN is a return value for resources not classified in this version.

  • ADDED, CHANGED, and REMOVED indicate whether a resource was created, modified, or taken away, respectively.

Status of the changed resource

Enums

UNSPECIFIED

No value has been specified.

UNKNOWN

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

ADDED

The resource was created.

CHANGED

The resource was modified.

REMOVED

The resource was removed.