diff --git a/clients/dataplex/lib/google_api/dataplex/v1/api/projects.ex b/clients/dataplex/lib/google_api/dataplex/v1/api/projects.ex index f116dc6250..aae941205a 100644 --- a/clients/dataplex/lib/google_api/dataplex/v1/api/projects.ex +++ b/clients/dataplex/lib/google_api/dataplex/v1/api/projects.ex @@ -4635,7 +4635,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"). * `:allowMissing` (*type:* `boolean()`) - Optional. If set to true and the entry doesn't exist, the service will create it. - * `:aspectKeys` (*type:* `list(String.t)`) - Optional. The map keys of the Aspects which the service should modify. It supports the following syntaxes: - matches an aspect of the given type and empty path. @path - matches an aspect of the given type and specified path. * - matches aspects of the given type for all paths. *@path - matches aspects of all types on the given path.The service will not remove existing aspects matching the syntax unless delete_missing_aspects is set to true.If this field is left empty, the service treats it as specifying exactly those Aspects present in the request. + * `:aspectKeys` (*type:* `list(String.t)`) - Optional. The map keys of the Aspects which the service should modify. It supports the following syntaxes: - matches an aspect of the given type and empty path. @path - matches an aspect of the given type and specified path. For example, to attach an aspect to a field that is specified by the schema aspect, the path should have the format Schema.. * - matches aspects of the given type for all paths. *@path - matches aspects of all types on the given path.The service will not remove existing aspects matching the syntax unless delete_missing_aspects is set to true.If this field is left empty, the service treats it as specifying exactly those Aspects present in the request. * `:deleteMissingAspects` (*type:* `boolean()`) - Optional. If set to true and the aspect_keys specify aspect ranges, the service deletes any existing aspects from that range that weren't provided in the request. * `:updateMask` (*type:* `String.t`) - Optional. Mask of fields to update. To update Aspects, the update_mask must contain the value "aspects".If the update_mask is empty, the service will update all modifiable fields present in the request. * `:body` (*type:* `GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Entry.t`) - diff --git a/clients/dataplex/lib/google_api/dataplex/v1/metadata.ex b/clients/dataplex/lib/google_api/dataplex/v1/metadata.ex index 82afe9c999..8894f2b4f7 100644 --- a/clients/dataplex/lib/google_api/dataplex/v1/metadata.ex +++ b/clients/dataplex/lib/google_api/dataplex/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.Dataplex.V1 do API client metadata for GoogleApi.Dataplex.V1. """ - @discovery_revision "20240914" + @discovery_revision "20240925" def discovery_revision(), do: @discovery_revision end diff --git a/clients/dataplex/mix.exs b/clients/dataplex/mix.exs index 51aa76b8ec..8838dead84 100644 --- a/clients/dataplex/mix.exs +++ b/clients/dataplex/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.Dataplex.Mixfile do use Mix.Project - @version "0.16.0" + @version "0.16.1" def project() do [