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
-89Lines changed: 0 additions & 89 deletions
Original file line number
Diff line number
Diff line change
@@ -4427,95 +4427,6 @@ defmodule GoogleApi.Integrations.V1.Api.Projects do
4427
4427
)
4428
4428
end
4429
4429
4430
-
@doc"""
4431
-
Lists the results of all functional test executions. The response includes the same information as the [execution log](https://cloud.google.com/application-integration/docs/viewing-logs) in the Integration UI.
4432
-
4433
-
## Parameters
4434
-
4435
-
* `connection` (*type:* `GoogleApi.Integrations.V1.Connection.t`) - Connection to server
4436
-
* `parent` (*type:* `String.t`) - Required. The parent resource name of the test case execution.
* `:alt` (*type:* `String.t`) - Data format for response.
4441
-
* `:callback` (*type:* `String.t`) - JSONP
4442
-
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
4443
-
* `: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.
4444
-
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
4445
-
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
4446
-
* `: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.
4447
-
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
4448
-
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
4449
-
* `:filter` (*type:* `String.t`) - Optional. Standard filter field, we support filtering on following fields: test_case_id: the ID of the test case. CreateTimestamp: the execution created time. event_execution_state: the state of the executions. execution_id: the id of the execution. trigger_id: the id of the trigger. parameter_type: the type of the parameters involved in the execution. All fields support for EQUALS, in additional: CreateTimestamp support for LESS_THAN, GREATER_THAN ParameterType support for HAS For example: "parameter_type" HAS \\"string\\" Also supports operators like AND, OR, NOT For example, trigger_id=\\"id1\\" AND test_case_id=\\"testCaseId\\"
4450
-
* `:orderBy` (*type:* `String.t`) - Optional. The results would be returned in order you specified here. Currently supporting "last_modified_time" and "create_time".
4451
-
* `:pageSize` (*type:* `integer()`) - Optional. The size of entries in the response.
4452
-
* `:pageToken` (*type:* `String.t`) - Optional. The token returned in the previous response.
4453
-
* `:readMask` (*type:* `String.t`) - Optional. View mask for the response data. If set, only the field specified will be returned as part of the result. If not set, all fields in event execution info will be filled and returned.
4454
-
* `:truncateParams` (*type:* `boolean()`) - Optional. If true, the service will truncate the params to only keep the first 1000 characters of string params and empty the executions in order to make response smaller. Only works for UI and when the params fields are not filtered out.
4455
-
* `opts` (*type:* `keyword()`) - Call options
4456
-
4457
-
## Returns
4458
-
4459
-
* `{:ok, %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaListTestCaseExecutionsResponse{}}` on success
* `cloudKmsKey` (*type:* `String.t`, *default:* `nil`) - Optional. Cloud KMS resource name for the CMEK encryption key.
24
25
* `cloudLoggingDetails` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaCloudLoggingDetails.t`, *default:* `nil`) - Cloud Logging details for the integration version
25
26
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. Created time of the execution.
26
27
* `directSubExecutions` (*type:* `list(GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaExecution.t)`, *default:* `nil`) - Direct sub executions of the following Execution.
Copy file name to clipboardExpand all lines: clients/integrations/lib/google_api/integrations/v1/model/google_cloud_integrations_v1alpha_integration_version.ex
* `cloudKmsKey` (*type:* `String.t`, *default:* `nil`) - Optional. Cloud KMS resource name for the CMEK encryption key.
24
25
* `cloudLoggingDetails` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaCloudLoggingDetails.t`, *default:* `nil`) - Optional. Cloud Logging details for the integration version
* `createdFromTemplate` (*type:* `String.t`, *default:* `nil`) - Optional. Optional. The resource name of the template from which the integration is created.
Copy file name to clipboardExpand all lines: clients/integrations/lib/google_api/integrations/v1/model/google_cloud_integrations_v1alpha_list_test_case_executions_response.ex
0 commit comments