Skip to content

Commit

Permalink
feat: Automated regeneration of Dataplex client (#12506)
Browse files Browse the repository at this point in the history
Auto-created at 2024-11-10 13:15:17 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Nov 10, 2024
1 parent 077f2b7 commit 0065e19
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/dataplex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding

```elixir
def deps do
[{:google_api_dataplex, "~> 0.18"}]
[{:google_api_dataplex, "~> 0.19"}]
end
```

Expand Down
2 changes: 2 additions & 0 deletions clients/dataplex/lib/google_api/dataplex/v1/api/projects.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11916,6 +11916,7 @@ defmodule GoogleApi.Dataplex.V1.Api.Projects do
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
* `:metadataJobId` (*type:* `String.t`) - Optional. The metadata job ID. If not provided, a unique ID is generated with the prefix metadata-job-.
* `:validateOnly` (*type:* `boolean()`) - Optional. The service validates the request without performing any mutations. The default is false.
* `:body` (*type:* `GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJob.t`) -
* `opts` (*type:* `keyword()`) - Call options

Expand Down Expand Up @@ -11953,6 +11954,7 @@ defmodule GoogleApi.Dataplex.V1.Api.Projects do
:uploadType => :query,
:upload_protocol => :query,
:metadataJobId => :query,
:validateOnly => :query,
:body => :body
}

Expand Down
2 changes: 1 addition & 1 deletion clients/dataplex/lib/google_api/dataplex/v1/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.Dataplex.V1 do
API client metadata for GoogleApi.Dataplex.V1.
"""

@discovery_revision "20241027"
@discovery_revision "20241106"

def discovery_revision(), do: @discovery_revision
end
2 changes: 1 addition & 1 deletion clients/dataplex/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.Dataplex.Mixfile do
use Mix.Project

@version "0.18.1"
@version "0.19.0"

def project() do
[
Expand Down

0 comments on commit 0065e19

Please sign in to comment.