From 48d1cccce778517cec9f106b894538c4ecf077b9 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:36:31 -0800 Subject: [PATCH] feat: Automated regeneration of Dataform client (#12558) Auto-created at 2024-11-18 13:14:18 +0000 using the toys pull request generator. --- .../lib/google_api/dataform/v1beta1/api/projects.ex | 8 ++++---- .../dataform/lib/google_api/dataform/v1beta1/metadata.ex | 2 +- .../dataform/v1beta1/model/operation_metadata.ex | 2 +- clients/dataform/mix.exs | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/clients/dataform/lib/google_api/dataform/v1beta1/api/projects.ex b/clients/dataform/lib/google_api/dataform/v1beta1/api/projects.ex index a549f8398b..ce8098e85f 100644 --- a/clients/dataform/lib/google_api/dataform/v1beta1/api/projects.ex +++ b/clients/dataform/lib/google_api/dataform/v1beta1/api/projects.ex @@ -219,7 +219,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do end @doc """ - Update default config for a given project and location. + Update default config for a given project and location. *Note:* This method does not fully implement AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields ## Parameters @@ -1174,7 +1174,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do end @doc """ - Updates a single Repository. + Updates a single Repository. *Note:* This method does not fully implement AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields ## Parameters @@ -2429,7 +2429,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do end @doc """ - Updates a single ReleaseConfig. + Updates a single ReleaseConfig. *Note:* This method does not fully implement AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields ## Parameters @@ -2793,7 +2793,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do end @doc """ - Updates a single WorkflowConfig. + Updates a single WorkflowConfig. *Note:* This method does not fully implement AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields ## Parameters diff --git a/clients/dataform/lib/google_api/dataform/v1beta1/metadata.ex b/clients/dataform/lib/google_api/dataform/v1beta1/metadata.ex index 38f098915c..acbcb45489 100644 --- a/clients/dataform/lib/google_api/dataform/v1beta1/metadata.ex +++ b/clients/dataform/lib/google_api/dataform/v1beta1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.Dataform.V1beta1 do API client metadata for GoogleApi.Dataform.V1beta1. """ - @discovery_revision "20241020" + @discovery_revision "20241108" def discovery_revision(), do: @discovery_revision end diff --git a/clients/dataform/lib/google_api/dataform/v1beta1/model/operation_metadata.ex b/clients/dataform/lib/google_api/dataform/v1beta1/model/operation_metadata.ex index 17257ec2dc..3e9e3e62f6 100644 --- a/clients/dataform/lib/google_api/dataform/v1beta1/model/operation_metadata.ex +++ b/clients/dataform/lib/google_api/dataform/v1beta1/model/operation_metadata.ex @@ -22,7 +22,7 @@ defmodule GoogleApi.Dataform.V1beta1.Model.OperationMetadata do ## Attributes * `apiVersion` (*type:* `String.t`, *default:* `nil`) - Output only. API version used to start the operation. - * `cancelRequested` (*type:* `boolean()`, *default:* `nil`) - Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. + * `cancelRequested` (*type:* `boolean()`, *default:* `nil`) - Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. * `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the operation was created. * `endTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the operation finished running. * `statusDetail` (*type:* `String.t`, *default:* `nil`) - Output only. Human-readable status of the operation, if any. diff --git a/clients/dataform/mix.exs b/clients/dataform/mix.exs index 94f6468f3b..270026a4c2 100644 --- a/clients/dataform/mix.exs +++ b/clients/dataform/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.Dataform.Mixfile do use Mix.Project - @version "0.6.0" + @version "0.6.1" def project() do [