Skip to content

Commit 46c3dd6

Browse files
feat: Automated regeneration of DataFusion client (googleapis#12845)
Auto-created at 2025-01-21 13:10:02 +0000 using the toys pull request generator.
1 parent b2faaba commit 46c3dd6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/data_fusion/lib/google_api/data_fusion/v1/metadata.ex

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

23-
@discovery_revision "20241204"
23+
@discovery_revision "20250117"
2424

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

clients/data_fusion/lib/google_api/data_fusion/v1/model/instance.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule GoogleApi.DataFusion.V1.Model.Instance do
3636
* `satisfiesPzs` (*type:* `boolean()`, *default:* `nil`) - Output only. Reserved for future use.
3737
* `serviceEndpoint` (*type:* `String.t`, *default:* `nil`) - Output only. Endpoint on which the Data Fusion UI is accessible.
3838
* `maintenancePolicy` (*type:* `GoogleApi.DataFusion.V1.Model.MaintenancePolicy.t`, *default:* `nil`) - Optional. Configure the maintenance policy for this instance.
39-
* `options` (*type:* `map()`, *default:* `nil`) - Map of additional options used to configure the behavior of Data Fusion instance.
39+
* `options` (*type:* `map()`, *default:* `nil`) - Optional. Map of additional options used to configure the behavior of Data Fusion instance.
4040
* `gcsBucket` (*type:* `String.t`, *default:* `nil`) - Output only. Cloud Storage bucket generated by Data Fusion in the customer project.
4141
* `accelerators` (*type:* `list(GoogleApi.DataFusion.V1.Model.Accelerator.t)`, *default:* `nil`) - Output only. List of accelerators enabled for this CDF instance.
4242
* `enableRbac` (*type:* `boolean()`, *default:* `nil`) - Optional. Option to enable granular role-based access control.

clients/data_fusion/lib/google_api/data_fusion/v1/model/operation_metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defmodule GoogleApi.DataFusion.V1.Model.OperationMetadata do
2525
* `apiVersion` (*type:* `String.t`, *default:* `nil`) - API version used to start the operation.
2626
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - The time the operation was created.
2727
* `endTime` (*type:* `DateTime.t`, *default:* `nil`) - The time the operation finished running.
28-
* `requestedCancellation` (*type:* `boolean()`, *default:* `nil`) - Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
28+
* `requestedCancellation` (*type:* `boolean()`, *default:* `nil`) - Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
2929
* `statusDetail` (*type:* `String.t`, *default:* `nil`) - Human-readable status of the operation if any.
3030
* `target` (*type:* `String.t`, *default:* `nil`) - Server-defined resource path for the target of the operation.
3131
* `verb` (*type:* `String.t`, *default:* `nil`) - Name of the verb executed by the operation.

clients/data_fusion/mix.exs

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

21-
@version "0.26.0"
21+
@version "0.26.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)