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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eRestoreConfig.Types.TransformationRuleAction.Types.Op\u003c/code\u003e enum within the Google Cloud GKE Backup v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOp\u003c/code\u003e enum defines the possible operations that can be performed as part of a transformation rule action, such as \u003ccode\u003eAdd\u003c/code\u003e, \u003ccode\u003eCopy\u003c/code\u003e, \u003ccode\u003eMove\u003c/code\u003e, \u003ccode\u003eRemove\u003c/code\u003e, \u003ccode\u003eReplace\u003c/code\u003e, \u003ccode\u003eTest\u003c/code\u003e, and \u003ccode\u003eUnspecified\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this enum is 2.6.0, and previous versions back to 1.0.0-beta01 are also documented.\u003c/p\u003e\n"],["\u003cp\u003eEach operation listed within the enum has a detailed description of its specific function and behavior, such as how \u003ccode\u003eAdd\u003c/code\u003e can insert a new value or replace an existing one.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation is located within the \u003ccode\u003eGoogle.Cloud.GkeBackup.V1\u003c/code\u003e namespace and is part of the \u003ccode\u003eGoogle.Cloud.GkeBackup.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,[]]