Skip to content

Commit

Permalink
feat: Automated regeneration of Dataform client (#12558)
Browse files Browse the repository at this point in the history
Auto-created at 2024-11-18 13:14:18 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Nov 18, 2024
1 parent 258cd7a commit 48d1ccc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion clients/dataform/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.Dataform.Mixfile do
use Mix.Project

@version "0.6.0"
@version "0.6.1"

def project() do
[
Expand Down

0 comments on commit 48d1ccc

Please sign in to comment.