Skip to content

Commit cdd3fa2

Browse files
feat: Automated regeneration of Dataform client (googleapis#12929)
Auto-created at 2025-02-06 13:12:10 +0000 using the toys pull request generator.
1 parent 9d0d1d7 commit cdd3fa2

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ defmodule GoogleApi.Dataform.V1beta1.Api.Projects do
532532
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
533533
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
534534
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
535-
* `:force` (*type:* `boolean()`) - If set to true, any child resources of this repository will also be deleted. (Otherwise, the request will only succeed if the repository has no child resources.)
535+
* `:force` (*type:* `boolean()`) - Optional. If set to true, any child resources of this repository will also be deleted. (Otherwise, the request will only succeed if the repository has no child resources.)
536536
* `opts` (*type:* `keyword()`) - Call options
537537
538538
## Returns

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 "20250119"
23+
@discovery_revision "20250202"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defmodule GoogleApi.Dataform.V1beta1.Model.CodeCompilationConfig do
2525
* `databaseSuffix` (*type:* `String.t`, *default:* `nil`) - Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
2626
* `defaultDatabase` (*type:* `String.t`, *default:* `nil`) - Optional. The default database (Google Cloud project ID).
2727
* `defaultLocation` (*type:* `String.t`, *default:* `nil`) - Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
28-
* `defaultNotebookRuntimeOptions` (*type:* `GoogleApi.Dataform.V1beta1.Model.NotebookRuntimeOptions.t`, *default:* `nil`) -
28+
* `defaultNotebookRuntimeOptions` (*type:* `GoogleApi.Dataform.V1beta1.Model.NotebookRuntimeOptions.t`, *default:* `nil`) - Optional. The default notebook runtime options.
2929
* `defaultSchema` (*type:* `String.t`, *default:* `nil`) - Optional. The default schema (BigQuery dataset ID).
3030
* `schemaSuffix` (*type:* `String.t`, *default:* `nil`) - Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
3131
* `tablePrefix` (*type:* `String.t`, *default:* `nil`) - Optional. The prefix that should be prepended to all table names.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule GoogleApi.Dataform.V1beta1.Model.CommitRepositoryChangesRequest do
2222
## Attributes
2323
2424
* `commitMetadata` (*type:* `GoogleApi.Dataform.V1beta1.Model.CommitMetadata.t`, *default:* `nil`) - Required. The changes to commit to the repository.
25-
* `fileOperations` (*type:* `%{optional(String.t) => GoogleApi.Dataform.V1beta1.Model.FileOperation.t}`, *default:* `nil`) - A map to the path of the file to the operation. The path is the full file path including filename, from repository root.
25+
* `fileOperations` (*type:* `%{optional(String.t) => GoogleApi.Dataform.V1beta1.Model.FileOperation.t}`, *default:* `nil`) - Optional. A map to the path of the file to the operation. The path is the full file path including filename, from repository root.
2626
* `requiredHeadCommitSha` (*type:* `String.t`, *default:* `nil`) - Optional. The commit SHA which must be the repository's current HEAD before applying this commit; otherwise this request will fail. If unset, no validation on the current HEAD commit SHA is performed.
2727
"""
2828

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.Dataform.V1beta1.Model.DataEncryptionState do
2121
2222
## Attributes
2323
24-
* `kmsKeyVersionName` (*type:* `String.t`, *default:* `nil`) - The KMS key version name with which data of a resource is encrypted.
24+
* `kmsKeyVersionName` (*type:* `String.t`, *default:* `nil`) - Required. The KMS key version name with which data of a resource is encrypted.
2525
"""
2626

2727
use GoogleApi.Gax.ModelBase

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.Dataform.V1beta1.Model.Notebook do
1919
@moduledoc """
20-
20+
Represents a notebook.
2121
2222
## Attributes
2323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.Dataform.V1beta1.Model.NotebookRuntimeOptions do
1919
@moduledoc """
20-
20+
Configures various aspects of Dataform notebook runtime.
2121
2222
## Attributes
2323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule GoogleApi.Dataform.V1beta1.Model.ScheduledExecutionRecord do
2222
## Attributes
2323
2424
* `errorStatus` (*type:* `GoogleApi.Dataform.V1beta1.Model.Status.t`, *default:* `nil`) - The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.
25-
* `executionTime` (*type:* `DateTime.t`, *default:* `nil`) - The timestamp of this execution attempt.
25+
* `executionTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The timestamp of this execution attempt.
2626
* `workflowInvocation` (*type:* `String.t`, *default:* `nil`) - The name of the created workflow invocation, if one was successfully created. Must be in the format `projects/*/locations/*/repositories/*/workflowInvocations/*`.
2727
"""
2828

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.Dataform.V1beta1.Model.ScheduledReleaseRecord do
2323
2424
* `compilationResult` (*type:* `String.t`, *default:* `nil`) - The name of the created compilation result, if one was successfully created. Must be in the format `projects/*/locations/*/repositories/*/compilationResults/*`.
2525
* `errorStatus` (*type:* `GoogleApi.Dataform.V1beta1.Model.Status.t`, *default:* `nil`) - The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.
26-
* `releaseTime` (*type:* `DateTime.t`, *default:* `nil`) - The timestamp of this release attempt.
26+
* `releaseTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The timestamp of this release attempt.
2727
"""
2828

2929
use GoogleApi.Gax.ModelBase

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ defmodule GoogleApi.Dataform.V1beta1.Model.Target do
2121
2222
## Attributes
2323
24-
* `database` (*type:* `String.t`, *default:* `nil`) - The action's database (Google Cloud project ID) .
25-
* `name` (*type:* `String.t`, *default:* `nil`) - The action's name, within `database` and `schema`.
26-
* `schema` (*type:* `String.t`, *default:* `nil`) - The action's schema (BigQuery dataset ID), within `database`.
24+
* `database` (*type:* `String.t`, *default:* `nil`) - Optional. The action's database (Google Cloud project ID) .
25+
* `name` (*type:* `String.t`, *default:* `nil`) - Optional. The action's name, within `database` and `schema`.
26+
* `schema` (*type:* `String.t`, *default:* `nil`) - Optional. The action's schema (BigQuery dataset ID), within `database`.
2727
"""
2828

2929
use GoogleApi.Gax.ModelBase

0 commit comments

Comments
 (0)