File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
lib/google_api/dataplex/v1 Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111
1212``` elixir
1313def deps do
14- [{:google_api_dataplex , " ~> 0.18 " }]
14+ [{:google_api_dataplex , " ~> 0.19 " }]
1515end
1616```
1717
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2626end
Original file line number Diff line number Diff line change 1818defmodule 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 [
You can’t perform that action at this time.
0 commit comments