Skip to content

Commit 0065e19

Browse files
feat: Automated regeneration of Dataplex client (googleapis#12506)
Auto-created at 2024-11-10 13:15:17 +0000 using the toys pull request generator.
1 parent 077f2b7 commit 0065e19

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

clients/dataplex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_dataplex, "~> 0.18"}]
14+
[{:google_api_dataplex, "~> 0.19"}]
1515
end
1616
```
1717

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11916,6 +11916,7 @@ defmodule GoogleApi.Dataplex.V1.Api.Projects do
1191611916
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
1191711917
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
1191811918
* `:metadataJobId` (*type:* `String.t`) - Optional. The metadata job ID. If not provided, a unique ID is generated with the prefix metadata-job-.
11919+
* `:validateOnly` (*type:* `boolean()`) - Optional. The service validates the request without performing any mutations. The default is false.
1191911920
* `:body` (*type:* `GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJob.t`) -
1192011921
* `opts` (*type:* `keyword()`) - Call options
1192111922

@@ -11953,6 +11954,7 @@ defmodule GoogleApi.Dataplex.V1.Api.Projects do
1195311954
:uploadType => :query,
1195411955
:upload_protocol => :query,
1195511956
:metadataJobId => :query,
11957+
:validateOnly => :query,
1195611958
:body => :body
1195711959
}
1195811960

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 "20241027"
23+
@discovery_revision "20241106"
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.18.1"
21+
@version "0.19.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)