ResourceChangeOperation
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["The `change_event` resource's `operation` field indicates how a resource has been modified."],["Possible operation values include `CREATE`, `UPDATE`, and `REMOVE`, representing resource creation, modification, and removal, respectively."],["`UNSPECIFIED` and `UNKNOWN` operations are used for undefined and unclassified changes, primarily for internal system handling."]]],[]]