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/connectors/lib/google_api/connectors/v1/api/projects.ex
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -244,6 +244,7 @@ defmodule GoogleApi.Connectors.V1.Api.Projects do
244
244
* `: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.
245
245
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
246
246
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
247
+
* `:extraLocationTypes` (*type:* `list(String.t)`) - Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
247
248
* `:filter` (*type:* `String.t`) - A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
248
249
* `:pageSize` (*type:* `integer()`) - The maximum number of results to return. If not set, the service selects a default.
249
250
* `:pageToken` (*type:* `String.t`) - A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
@@ -272,6 +273,7 @@ defmodule GoogleApi.Connectors.V1.Api.Projects do
272
273
:quotaUser=>:query,
273
274
:uploadType=>:query,
274
275
:upload_protocol=>:query,
276
+
:extraLocationTypes=>:query,
275
277
:filter=>:query,
276
278
:pageSize=>:query,
277
279
:pageToken=>:query
@@ -3918,6 +3920,7 @@ defmodule GoogleApi.Connectors.V1.Api.Projects do
3918
3920
* `:orderBy` (*type:* `String.t`) - Order by parameters.
3919
3921
* `:pageSize` (*type:* `integer()`) - Page size.
3920
3922
* `:pageToken` (*type:* `String.t`) - Page token.
3923
+
* `:returnPartialSuccess` (*type:* `boolean()`) - Optional. If true, allow partial responses for multi-regional Aggregated List requests.
3921
3924
* `opts` (*type:* `keyword()`) - Call options
3922
3925
3923
3926
## Returns
@@ -3956,7 +3959,8 @@ defmodule GoogleApi.Connectors.V1.Api.Projects do
Copy file name to clipboardExpand all lines: clients/connectors/lib/google_api/connectors/v2/api/projects.ex
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -476,6 +476,7 @@ defmodule GoogleApi.Connectors.V2.Api.Projects do
476
476
* `: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.
477
477
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
478
478
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
479
+
* `:view` (*type:* `String.t`) - Specified view of the action schema.
479
480
* `opts` (*type:* `keyword()`) - Call options
480
481
481
482
## Returns
@@ -510,7 +511,8 @@ defmodule GoogleApi.Connectors.V2.Api.Projects do
0 commit comments