Resource: TransformerRevision
Allows saving & restoring different revisions of transformer definitions.
| JSON representation |
|---|
{ "name": string, "snapshot": { object ( |
| Fields | |
|---|---|
name |
Identifier. The unique name(ID) of the transformer revision. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration}/transformers/{transformer}/revisions/{revision} |
snapshot |
Output only. The snapshot of the transformer. |
createTime |
Output only. Specifies the time the revision was created. |
comment |
Optional. Comment describing the revision, limited to 400 characters. |
transformer |
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 transformer. |
|
Deletes a specific transformer revision. |
|
Lists all saved revisions for a specific Transformer. |
|
Rolls back a custom transformer to a previously saved revision. |