Skip to content

Commit 48d1ccc

Browse files
feat: Automated regeneration of Dataform client (googleapis#12558)
Auto-created at 2024-11-18 13:14:18 +0000 using the toys pull request generator.
1 parent 258cd7a commit 48d1ccc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

clients/dataform/lib/google_api/dataform/v1beta1/api/projects.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
219219
end
220220

221221
@doc """
222-
Update default config for a given project and location.
222+
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
223223
224224
## Parameters
225225
@@ -1174,7 +1174,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
11741174
end
11751175

11761176
@doc """
1177-
Updates a single Repository.
1177+
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
11781178
11791179
## Parameters
11801180
@@ -2429,7 +2429,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
24292429
end
24302430

24312431
@doc """
2432-
Updates a single ReleaseConfig.
2432+
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
24332433
24342434
## Parameters
24352435
@@ -2793,7 +2793,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
27932793
end
27942794

27952795
@doc """
2796-
Updates a single WorkflowConfig.
2796+
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
27972797
27982798
## Parameters
27992799

clients/dataform/lib/google_api/dataform/v1beta1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Dataform.V1beta1 do
2020
API client metadata for GoogleApi.Dataform.V1beta1.
2121
"""
2222

23-
@discovery_revision "20241020"
23+
@discovery_revision "20241108"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/dataform/lib/google_api/dataform/v1beta1/model/operation_metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule GoogleApi.Dataform.V1beta1.Model.OperationMetadata do
2222
## Attributes
2323
2424
* `apiVersion` (*type:* `String.t`, *default:* `nil`) - Output only. API version used to start the operation.
25-
* `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`.
25+
* `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`.
2626
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the operation was created.
2727
* `endTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the operation finished running.
2828
* `statusDetail` (*type:* `String.t`, *default:* `nil`) - Output only. Human-readable status of the operation, if any.

clients/dataform/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Dataform.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.6.0"
21+
@version "0.6.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)