You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/integrations/lib/google_api/integrations/v1/api/projects.ex
+160-2Lines changed: 160 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2349,6 +2349,85 @@ defmodule GoogleApi.Integrations.V1.Api.Projects do
2349
2349
)
2350
2350
end
2351
2351
2352
+
@doc"""
2353
+
Cancellation of an execution and associated sub-executions. This will not cancel an IN_PROCESS or completed(SUCCESSFUL, FAILED or CANCELLED) executions.
2354
+
2355
+
## Parameters
2356
+
2357
+
* `connection` (*type:* `GoogleApi.Integrations.V1.Connection.t`) - Connection to server
* `:alt` (*type:* `String.t`) - Data format for response.
2363
+
* `:callback` (*type:* `String.t`) - JSONP
2364
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
2365
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
2366
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
2367
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
2368
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
2369
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
2370
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
* `:alt` (*type:* `String.t`) - Data format for response.
2708
+
* `:callback` (*type:* `String.t`) - JSONP
2709
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
2710
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
2711
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
2712
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
2713
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
2714
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
2715
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
* Lifts suspension for the Suspension task. Fetch corresponding suspension with provided suspension Id, resolve suspension, and set up suspension result for the Suspension Task.
2620
2778
@@ -3269,7 +3427,7 @@ defmodule GoogleApi.Integrations.V1.Api.Projects do
3269
3427
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
3270
3428
* `:fieldMask` (*type:* `String.t`) - The field mask which specifies the particular data to be returned.
3271
3429
* `:filter` (*type:* `String.t`) - Filter on fields of IntegrationVersion. Fields can be compared with literal values by use of ":" (containment), "=" (equality), ">" (greater), "<" (less than), >=" (greater than or equal to), "<=" (less than or equal to), and "!=" (inequality) operators. Negation, conjunction, and disjunction are written using NOT, AND, and OR keywords. For example, organization_id=\\"1\\" AND state=ACTIVE AND description:"test". Filtering cannot be performed on repeated fields like `task_config`.
3272
-
* `:orderBy` (*type:* `String.t`) - The results would be returned in order you specified here. Currently supported sort keys are: Descending sort order for "last_modified_time", "created_time", "snapshot_number" Ascending sort order for "name".
3430
+
* `:orderBy` (*type:* `String.t`) - The results would be returned in order you specified here. Currently supported sort keys are: Descending sort order for "last\\_modified\\_time", "created\\_time", and "snapshot\\_number". Ascending sort order for `name`.
3273
3431
* `:pageSize` (*type:* `integer()`) - The maximum number of versions to return. The service may return fewer than this value. If unspecified, at most 50 versions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
3274
3432
* `:pageToken` (*type:* `String.t`) - A page token, received from a previous `ListIntegrationVersions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListIntegrationVersions` must match the call that provided the page token.
3275
3433
* `opts` (*type:* `keyword()`) - Call options
@@ -6441,7 +6599,7 @@ defmodule GoogleApi.Integrations.V1.Api.Projects do
6441
6599
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
6442
6600
* `:fieldMask` (*type:* `String.t`) - The field mask which specifies the particular data to be returned.
6443
6601
* `:filter` (*type:* `String.t`) - Filter on fields of IntegrationVersion. Fields can be compared with literal values by use of ":" (containment), "=" (equality), ">" (greater), "<" (less than), >=" (greater than or equal to), "<=" (less than or equal to), and "!=" (inequality) operators. Negation, conjunction, and disjunction are written using NOT, AND, and OR keywords. For example, organization_id=\\"1\\" AND state=ACTIVE AND description:"test". Filtering cannot be performed on repeated fields like `task_config`.
6444
-
* `:orderBy` (*type:* `String.t`) - The results would be returned in order you specified here. Currently supported sort keys are: Descending sort order for "last_modified_time", "created_time", "snapshot_number" Ascending sort order for "name".
6602
+
* `:orderBy` (*type:* `String.t`) - The results would be returned in order you specified here. Currently supported sort keys are: Descending sort order for "last\\_modified\\_time", "created\\_time", and "snapshot\\_number". Ascending sort order for `name`.
6445
6603
* `:pageSize` (*type:* `integer()`) - The maximum number of versions to return. The service may return fewer than this value. If unspecified, at most 50 versions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
6446
6604
* `:pageToken` (*type:* `String.t`) - A page token, received from a previous `ListIntegrationVersions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListIntegrationVersions` must match the call that provided the page token.
Copy file name to clipboardExpand all lines: clients/integrations/lib/google_api/integrations/v1/model/enterprise_crm_frontends_eventbus_proto_trigger_config.ex
* `description` (*type:* `String.t`, *default:* `nil`) - User-provided description intended to give more business context about the task.
27
27
* `enabledClients` (*type:* `list(String.t)`, *default:* `nil`) - Required. The list of client ids which are enabled to execute the workflow using this trigger. In other words, these clients have the workflow execution privledges for this trigger. For API trigger, the client id in the incoming request is validated against the list of enabled clients. For non-API triggers, one workflow execution is triggered on behalf of each enabled client.
28
28
* `errorCatcherId` (*type:* `String.t`, *default:* `nil`) - Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
29
+
* `inputVariables` (*type:* `list(String.t)`, *default:* `nil`) - Optional. List of input variables for the api trigger.
29
30
* `label` (*type:* `String.t`, *default:* `nil`) - The user created label for a particular trigger.
30
31
* `nextTasksExecutionPolicy` (*type:* `String.t`, *default:* `nil`) - Dictates how next tasks will be executed.
32
+
* `outputVariables` (*type:* `list(String.t)`, *default:* `nil`) - Optional. List of output variables for the api trigger.
31
33
* `pauseWorkflowExecutions` (*type:* `boolean()`, *default:* `nil`) - Optional. If set to true, any upcoming requests for this trigger config will be paused and the executions will be resumed later when the flag is reset. The workflow to which this trigger config belongs has to be in ACTIVE status for the executions to be paused or resumed.
32
34
* `position` (*type:* `GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoCoordinate.t`, *default:* `nil`) - Optional. Informs the front-end application where to draw this trigger config on the UI.
33
35
* `properties` (*type:* `map()`, *default:* `nil`) - Configurable properties of the trigger, not to be confused with workflow parameters. E.g. "name" is a property for API triggers and "subscription" is a property for Cloud Pubsub triggers.
* `cancelReason` (*type:* `String.t`, *default:* `nil`) - Optional. Reason for cancelling the execution This is provided by the client requesting the cancellation Platform will not use this field
0 commit comments