Resource: IntegrationLogicalOperatorRevision
Allows saving & restoring different revisions of integration logical operator definitions.
| JSON representation |
|---|
{ "name": string, "snapshot": { object ( |
| Fields | |
|---|---|
name |
Identifier. The unique name(ID) of the logical operator revision. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration}/logicalOperators/{logicalOperator}/revisions/{revision} |
snapshot |
Output only. The snapshot of the logical operator. |
createTime |
Output only. Specifies the time the revision was created. |
comment |
Optional. Comment describing the revision, limited to 400 characters. |
logicalOperator |
Required. Used for creating a new revision. |
author |
Output only. The user who created the specific revision. |
Methods |
|
|---|---|
|
Creates a new revision of a custom logical operator. |
|
Deletes a specific logical operator revision. |
|
Lists all saved revisions for a specific logical operator. |
|
Rolls back a custom logical operator to a previously saved revision. |