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
+85Lines changed: 85 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2351,6 +2351,91 @@ defmodule GoogleApi.Integrations.V1.Api.Projects do
2351
2351
)
2352
2352
end
2353
2353
2354
+
@doc"""
2355
+
Searches and returns the list of integrations in the specified project.
2356
+
2357
+
## Parameters
2358
+
2359
+
* `connection` (*type:* `GoogleApi.Integrations.V1.Connection.t`) - Connection to server
2360
+
* `parent` (*type:* `String.t`) - Required. Project and location from which the integrations should be listed. Format: projects/*/locations/*/resources/integrations
* `:alt` (*type:* `String.t`) - Data format for response.
2365
+
* `:callback` (*type:* `String.t`) - JSONP
2366
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
2367
+
* `: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.
2368
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
2369
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
2370
+
* `: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.
2371
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
2372
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
2373
+
* `:filter` (*type:* `String.t`) - Optional. The pre-filter to be applied to the search. This should follow the expressions defined in https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata. For example, "status:ANY("ACTIVE")" will return all the resources whose status contains the "ACTIVE".
2374
+
* `:pageSize` (*type:* `integer()`) - Optional. The maximum number of results to return. The service may return fewer than this value. If unspecified, at most 10 results will be returned. The maximum value is 100; values above 100 will be coerced to 100.
2375
+
* `:pageToken` (*type:* `String.t`) - Optional. A page token, received from a previous `SearchIntegrations` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchIntegrations` must match the call that provided the page token.
2376
+
* `:query` (*type:* `String.t`) - Required. The user query
2377
+
* `opts` (*type:* `keyword()`) - Call options
2378
+
2379
+
## Returns
2380
+
2381
+
* `{:ok, %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaSearchIntegrationsResponse{}}` on success
Copy file name to clipboardExpand all lines: clients/integrations/lib/google_api/integrations/v1/model/enterprise_crm_eventbus_proto_task_execution_details.ex
* `skippedOnFailure` (*type:* `boolean()`, *default:* `nil`) - Indicates whether the task was skipped on failure. Only relevant if the task is in SKIPPED state.
0 commit comments