Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of Dataplex client #12816

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -254,7 +254,7 @@ defmodule GoogleApi.Dataplex.V1.Api.Projects do
* `: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.
* `: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").
* `:orderBy` (*type:* `String.t`) - Optional. Specifies the ordering of results. Supported values are: * relevance (default) * last_modified_timestamp * last_modified_timestamp asc
* `:orderBy` (*type:* `String.t`) - Optional. Specifies the ordering of results. Supported values are: relevance (default) last_modified_timestamp last_modified_timestamp asc
* `: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.
* `:pageToken` (*type:* `String.t`) - Optional. Page token received from a previous SearchEntries call. Provide this to retrieve the subsequent page.
* `: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).
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
@@ -20,7 +20,7 @@ defmodule GoogleApi.Dataplex.V1 do
API client metadata for GoogleApi.Dataplex.V1.
"""

@discovery_revision "20241206"
@discovery_revision "20250107"

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
@@ -18,7 +18,7 @@
defmodule GoogleApi.Dataplex.Mixfile do
use Mix.Project

@version "0.20.0"
@version "0.20.1"

def project() do
[

Unchanged files with check annotations Beta

# This file is responsible for configuring your application
# and its dependencies with the aid of the Mix.Config module.
use Mix.Config

Check warning on line 3 in config/config.exs

GitHub Actions / tests (1.13.4-otp-25, 25.3.2.10)

use Mix.Config is deprecated. Use the Config module instead

Check warning on line 3 in config/config.exs

GitHub Actions / tests (1.13.4-otp-25, 25.3.2.10)

use Mix.Config is deprecated. Use the Config module instead

Check warning on line 3 in config/config.exs

GitHub Actions / tests (1.13.4-otp-25, 25.3.2.10)

use Mix.Config is deprecated. Use the Config module instead

Check warning on line 3 in config/config.exs

GitHub Actions / tests (1.14.5-otp-26, 26.2.3)

use Mix.Config is deprecated. Use the Config module instead

Check warning on line 3 in config/config.exs

GitHub Actions / tests (1.14.5-otp-26, 26.2.3)

use Mix.Config is deprecated. Use the Config module instead

Check warning on line 3 in config/config.exs

GitHub Actions / tests (1.14.5-otp-26, 26.2.3)

use Mix.Config is deprecated. Use the Config module instead
# This configuration is loaded before any dependency and is restricted
# to this project. If another project depends on this project, this
# And access this configuration in your application as:
#
# Application.get_env(:google_apis, :key)
#

Check warning on line 18 in config/config.exs

GitHub Actions / tests (1.13.4-otp-25, 25.3.2.10)

use Mix.Config is deprecated. Use the Config module instead

Check warning on line 18 in config/config.exs

GitHub Actions / tests (1.14.5-otp-26, 26.2.3)

use Mix.Config is deprecated. Use the Config module instead
# Or configure a 3rd-party app:
#
# config :logger, level: :info