|
1410 | 1410 | ] |
1411 | 1411 | }, |
1412 | 1412 | "replay": { |
1413 | | - "description": "Re-execute an existing execution, with same request parameters and execution strategy", |
| 1413 | + "description": "Re-execute an existing execution, with same request parameters and execution strategy.", |
1414 | 1414 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/integrations/{integrationsId}/executions/{executionsId}:replay", |
1415 | 1415 | "httpMethod": "POST", |
1416 | 1416 | "id": "integrations.projects.locations.integrations.executions.replay", |
|
1419 | 1419 | ], |
1420 | 1420 | "parameters": { |
1421 | 1421 | "name": { |
1422 | | - "description": "Required. The execution resource name. Format: projects/{gcp_project_id}/locations/{location}/integrations/{integration}/executions/{execution_id}", |
| 1422 | + "description": "Required. Next ID: 3 The execution resource name. Format: projects/{gcp_project_id}/locations/{location}/integrations/{integration}/executions/{execution_id}", |
1423 | 1423 | "location": "path", |
1424 | 1424 | "pattern": "^projects/[^/]+/locations/[^/]+/integrations/[^/]+/executions/[^/]+$", |
1425 | 1425 | "required": true, |
|
4497 | 4497 | } |
4498 | 4498 | } |
4499 | 4499 | }, |
4500 | | - "revision": "20240927", |
| 4500 | + "revision": "20241003", |
4501 | 4501 | "rootUrl": "https://integrations.googleapis.com/", |
4502 | 4502 | "schemas": { |
4503 | 4503 | "CrmlogErrorCode": { |
|
10456 | 10456 | "id": "GoogleCloudIntegrationsV1alphaCancelExecutionRequest", |
10457 | 10457 | "properties": { |
10458 | 10458 | "cancelReason": { |
10459 | | - "description": "Optional. Reason for cancelling the execution This is provided by the client requesting the cancellation Platform will not use this field", |
| 10459 | + "description": "Required. Reason for cancelling the execution. This is provided by the client requesting the cancellation, and is not used by the Platform.", |
10460 | 10460 | "type": "string" |
10461 | 10461 | } |
10462 | 10462 | }, |
|
10467 | 10467 | "id": "GoogleCloudIntegrationsV1alphaCancelExecutionResponse", |
10468 | 10468 | "properties": { |
10469 | 10469 | "isCanceled": { |
10470 | | - "description": "True if cancellation performed successfully", |
| 10470 | + "description": "True if cancellation performed successfully.", |
10471 | 10471 | "type": "boolean" |
10472 | 10472 | } |
10473 | 10473 | }, |
@@ -12936,34 +12936,34 @@ |
12936 | 12936 | "type": "object" |
12937 | 12937 | }, |
12938 | 12938 | "GoogleCloudIntegrationsV1alphaReplayExecutionRequest": { |
12939 | | - "description": "Request for replaying an execution Next ID: 3", |
| 12939 | + "description": "Request for replaying an execution.", |
12940 | 12940 | "id": "GoogleCloudIntegrationsV1alphaReplayExecutionRequest", |
12941 | 12941 | "properties": { |
12942 | 12942 | "replayReason": { |
12943 | | - "description": "Optional. The user provided reason for replaying the execution.", |
| 12943 | + "description": "Required. The user provided reason for replaying the execution.", |
12944 | 12944 | "type": "string" |
12945 | 12945 | } |
12946 | 12946 | }, |
12947 | 12947 | "type": "object" |
12948 | 12948 | }, |
12949 | 12949 | "GoogleCloudIntegrationsV1alphaReplayExecutionResponse": { |
12950 | | - "description": "Response for replaying an execution Next ID: 4", |
| 12950 | + "description": "Response for replaying an execution.", |
12951 | 12951 | "id": "GoogleCloudIntegrationsV1alphaReplayExecutionResponse", |
12952 | 12952 | "properties": { |
12953 | 12953 | "executionId": { |
12954 | | - "description": "The id of the execution corresponding to this run of integration.", |
| 12954 | + "description": "Next ID: 4 The id of the execution corresponding to this run of the integration.", |
12955 | 12955 | "type": "string" |
12956 | 12956 | }, |
12957 | 12957 | "outputParameters": { |
12958 | 12958 | "additionalProperties": { |
12959 | 12959 | "description": "Properties of the object.", |
12960 | 12960 | "type": "any" |
12961 | 12961 | }, |
12962 | | - "description": "OUTPUT parameters in format of Map. Where Key is the name of the parameter. The parameters would only be present in case of synchrounous execution Note: Name of the system generated parameters are wrapped by backtick(`) to distinguish them from the user defined parameters.", |
| 12962 | + "description": "OUTPUT parameters in format of Map. Where Key is the name of the parameter. The parameters would only be present in case of synchrounous execution. Note: Name of the system generated parameters are wrapped by backtick(`) to distinguish them from the user defined parameters.", |
12963 | 12963 | "type": "object" |
12964 | 12964 | }, |
12965 | 12965 | "replayedExecutionId": { |
12966 | | - "description": "The execution id which is replayed", |
| 12966 | + "description": "The execution id which is replayed.", |
12967 | 12967 | "type": "string" |
12968 | 12968 | } |
12969 | 12969 | }, |
|
0 commit comments