The "add" operation performs one of the following functions,
depending upon what the target ___location references:
If the target ___location specifies an array index, a new value is
inserted into the array at the specified index.
If the target ___location specifies an object member that does not
already exist, a new member is added to the object.
If the target ___location specifies an object member that does exist,
that member's value is replaced.
Copy
The "copy" operation copies the value at a specified ___location to the
target ___location.
Move
The "move" operation removes the value at a specified ___location and
adds it to the target ___location.
Remove
The "remove" operation removes the value at the target ___location.
Replace
The "replace" operation replaces the value at the target ___location
with a new value. The operation object MUST contain a "value" member
whose content specifies the replacement value.
Test
The "test" operation tests that a value at the target ___location is
equal to a specified value.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-04 UTC."],[[["This page provides documentation for the `RestoreConfig.Types.TransformationRuleAction.Types.Op` enum within the Google Cloud GKE Backup v1 API, specifically for the .NET framework."],["The `Op` enum defines the possible operations for a transformation rule action, such as adding, copying, moving, removing, replacing, or testing values."],["There are multiple versions available, ranging from version 1.0.0-beta01 up to the latest version, 2.6.0, for this enum."],["The documentation includes detailed descriptions of each operation available in the `Op` enum: `Add`, `Copy`, `Move`, `Remove`, `Replace`, `Test`, and `Unspecified`."]]],[]]