Skip to content

Commit 7a9be0a

Browse files
feat: Automated regeneration of Dataplex client (#12816)
Auto-created at 2025-01-14 13:16:48 +0000 using the toys pull request generator.
1 parent 7682d69 commit 7a9be0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/dataplex/lib/google_api/dataplex/v1/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ defmodule GoogleApi.Dataplex.V1.Api.Projects do
254254
* `: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.
255255
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
256256
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
257-
* `:orderBy` (*type:* `String.t`) - Optional. Specifies the ordering of results. Supported values are: * relevance (default) * last_modified_timestamp * last_modified_timestamp asc
257+
* `:orderBy` (*type:* `String.t`) - Optional. Specifies the ordering of results. Supported values are: relevance (default) last_modified_timestamp last_modified_timestamp asc
258258
* `:pageSize` (*type:* `integer()`) - Optional. Number of results in the search page. If <=0, then defaults to 10. Max limit for page_size is 1000. Throws an invalid argument for page_size > 1000.
259259
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous SearchEntries call. Provide this to retrieve the subsequent page.
260260
* `:query` (*type:* `String.t`) - Required. The query against which entries in scope should be matched. The query syntax is defined in Search syntax for Dataplex Catalog (https://cloud.google.com/dataplex/docs/search-syntax).

clients/dataplex/lib/google_api/dataplex/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Dataplex.V1 do
2020
API client metadata for GoogleApi.Dataplex.V1.
2121
"""
2222

23-
@discovery_revision "20241206"
23+
@discovery_revision "20250107"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/dataplex/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Dataplex.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.20.0"
21+
@version "0.20.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)