Skip to content

Commit 846c5d4

Browse files
feat: Automated regeneration of dataform v1beta1 client (#21493)
Auto-created at 2025-01-26 10:26:32 +0000 using the toys pull request generator.
1 parent 7af4bdb commit 846c5d4

File tree

6 files changed

+112
-23
lines changed

6 files changed

+112
-23
lines changed

api_names_out.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137075,6 +137075,7 @@
137075137075
"/dataform:v1beta1/CompilationResult/dataEncryptionState": data_encryption_state
137076137076
"/dataform:v1beta1/CompilationResult/dataformCoreVersion": dataform_core_version
137077137077
"/dataform:v1beta1/CompilationResult/gitCommitish": git_commitish
137078+
"/dataform:v1beta1/CompilationResult/internalMetadata": internal_metadata
137078137079
"/dataform:v1beta1/CompilationResult/name": name
137079137080
"/dataform:v1beta1/CompilationResult/releaseConfig": release_config
137080137081
"/dataform:v1beta1/CompilationResult/resolvedGitCommitSha": resolved_git_commit_sha
@@ -137085,6 +137086,7 @@
137085137086
"/dataform:v1beta1/CompilationResultAction/dataPreparation": data_preparation
137086137087
"/dataform:v1beta1/CompilationResultAction/declaration": declaration
137087137088
"/dataform:v1beta1/CompilationResultAction/filePath": file_path
137089+
"/dataform:v1beta1/CompilationResultAction/internalMetadata": internal_metadata
137088137090
"/dataform:v1beta1/CompilationResultAction/notebook": notebook
137089137091
"/dataform:v1beta1/CompilationResultAction/operations": operations
137090137092
"/dataform:v1beta1/CompilationResultAction/relation": relation
@@ -137318,6 +137320,7 @@
137318137320
"/dataform:v1beta1/ReleaseConfig/cronSchedule": cron_schedule
137319137321
"/dataform:v1beta1/ReleaseConfig/disabled": disabled
137320137322
"/dataform:v1beta1/ReleaseConfig/gitCommitish": git_commitish
137323+
"/dataform:v1beta1/ReleaseConfig/internalMetadata": internal_metadata
137321137324
"/dataform:v1beta1/ReleaseConfig/name": name
137322137325
"/dataform:v1beta1/ReleaseConfig/recentScheduledReleaseRecords": recent_scheduled_release_records
137323137326
"/dataform:v1beta1/ReleaseConfig/recentScheduledReleaseRecords/recent_scheduled_release_record": recent_scheduled_release_record
@@ -137335,6 +137338,7 @@
137335137338
"/dataform:v1beta1/Repository/initialCommitFileContents": initial_commit_file_contents
137336137339
"/dataform:v1beta1/Repository/initialCommitFileContents/initial_commit_file_content": initial_commit_file_content
137337137340
"/dataform:v1beta1/Repository/initialCommitMetadata": initial_commit_metadata
137341+
"/dataform:v1beta1/Repository/internalMetadata": internal_metadata
137338137342
"/dataform:v1beta1/Repository/kmsKeyName": kms_key_name
137339137343
"/dataform:v1beta1/Repository/labels": labels
137340137344
"/dataform:v1beta1/Repository/labels/label": label
@@ -137389,6 +137393,7 @@
137389137393
"/dataform:v1beta1/WorkflowConfig": workflow_config
137390137394
"/dataform:v1beta1/WorkflowConfig/createTime": create_time
137391137395
"/dataform:v1beta1/WorkflowConfig/cronSchedule": cron_schedule
137396+
"/dataform:v1beta1/WorkflowConfig/internalMetadata": internal_metadata
137392137397
"/dataform:v1beta1/WorkflowConfig/invocationConfig": invocation_config
137393137398
"/dataform:v1beta1/WorkflowConfig/name": name
137394137399
"/dataform:v1beta1/WorkflowConfig/recentScheduledExecutionRecords": recent_scheduled_execution_records
@@ -137399,6 +137404,7 @@
137399137404
"/dataform:v1beta1/WorkflowInvocation": workflow_invocation
137400137405
"/dataform:v1beta1/WorkflowInvocation/compilationResult": compilation_result
137401137406
"/dataform:v1beta1/WorkflowInvocation/dataEncryptionState": data_encryption_state
137407+
"/dataform:v1beta1/WorkflowInvocation/internalMetadata": internal_metadata
137402137408
"/dataform:v1beta1/WorkflowInvocation/invocationConfig": invocation_config
137403137409
"/dataform:v1beta1/WorkflowInvocation/invocationTiming": invocation_timing
137404137410
"/dataform:v1beta1/WorkflowInvocation/name": name
@@ -137409,13 +137415,15 @@
137409137415
"/dataform:v1beta1/WorkflowInvocationAction/bigqueryAction": bigquery_action
137410137416
"/dataform:v1beta1/WorkflowInvocationAction/canonicalTarget": canonical_target
137411137417
"/dataform:v1beta1/WorkflowInvocationAction/failureReason": failure_reason
137418+
"/dataform:v1beta1/WorkflowInvocationAction/internalMetadata": internal_metadata
137412137419
"/dataform:v1beta1/WorkflowInvocationAction/invocationTiming": invocation_timing
137413137420
"/dataform:v1beta1/WorkflowInvocationAction/notebookAction": notebook_action
137414137421
"/dataform:v1beta1/WorkflowInvocationAction/state": state
137415137422
"/dataform:v1beta1/WorkflowInvocationAction/target": target
137416137423
"/dataform:v1beta1/Workspace": workspace
137417137424
"/dataform:v1beta1/Workspace/createTime": create_time
137418137425
"/dataform:v1beta1/Workspace/dataEncryptionState": data_encryption_state
137426+
"/dataform:v1beta1/Workspace/internalMetadata": internal_metadata
137419137427
"/dataform:v1beta1/Workspace/name": name
137420137428
"/dataform:v1beta1/WorkspaceCompilationOverrides": workspace_compilation_overrides
137421137429
"/dataform:v1beta1/WorkspaceCompilationOverrides/defaultDatabase": default_database

generated/google-apis-dataform_v1beta1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-dataform_v1beta1
22

3+
### v0.37.0 (2025-01-26)
4+
5+
* Regenerated from discovery document revision 20250119
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.36.0 (2024-12-15)
49

510
* Regenerated from discovery document revision 20241203

generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/classes.rb

Lines changed: 68 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,13 @@ class CompilationResult
565565
# @return [String]
566566
attr_accessor :git_commitish
567567

568+
# Output only. All the metadata information that is used internally to serve the
569+
# resource. For example: timestamps, flags, status fields, etc. The format of
570+
# this field is a JSON string.
571+
# Corresponds to the JSON property `internalMetadata`
572+
# @return [String]
573+
attr_accessor :internal_metadata
574+
568575
# Output only. The compilation result's name.
569576
# Corresponds to the JSON property `name`
570577
# @return [String]
@@ -600,6 +607,7 @@ def update!(**args)
600607
@data_encryption_state = args[:data_encryption_state] if args.key?(:data_encryption_state)
601608
@dataform_core_version = args[:dataform_core_version] if args.key?(:dataform_core_version)
602609
@git_commitish = args[:git_commitish] if args.key?(:git_commitish)
610+
@internal_metadata = args[:internal_metadata] if args.key?(:internal_metadata)
603611
@name = args[:name] if args.key?(:name)
604612
@release_config = args[:release_config] if args.key?(:release_config)
605613
@resolved_git_commit_sha = args[:resolved_git_commit_sha] if args.key?(:resolved_git_commit_sha)
@@ -634,6 +642,13 @@ class CompilationResultAction
634642
# @return [String]
635643
attr_accessor :file_path
636644

645+
# Output only. All the metadata information that is used internally to serve the
646+
# resource. For example: timestamps, flags, status fields, etc. The format of
647+
# this field is a JSON string.
648+
# Corresponds to the JSON property `internalMetadata`
649+
# @return [String]
650+
attr_accessor :internal_metadata
651+
637652
# The notebook executed by this action.
638653
# Corresponds to the JSON property `notebook`
639654
# @return [Google::Apis::DataformV1beta1::Notebook]
@@ -665,6 +680,7 @@ def update!(**args)
665680
@canonical_target = args[:canonical_target] if args.key?(:canonical_target)
666681
@declaration = args[:declaration] if args.key?(:declaration)
667682
@file_path = args[:file_path] if args.key?(:file_path)
683+
@internal_metadata = args[:internal_metadata] if args.key?(:internal_metadata)
668684
@notebook = args[:notebook] if args.key?(:notebook)
669685
@operations = args[:operations] if args.key?(:operations)
670686
@relation = args[:relation] if args.key?(:relation)
@@ -1674,8 +1690,8 @@ class NotebookAction
16741690
attr_accessor :contents
16751691

16761692
# Output only. The ID of the Vertex job that executed the notebook in contents
1677-
# and also the ID used for the outputs created in GCS buckets. Only set once the
1678-
# job has started to run.
1693+
# and also the ID used for the outputs created in Google Cloud Storage buckets.
1694+
# Only set once the job has started to run.
16791695
# Corresponds to the JSON property `jobId`
16801696
# @return [String]
16811697
attr_accessor :job_id
@@ -1695,7 +1711,8 @@ def update!(**args)
16951711
class NotebookRuntimeOptions
16961712
include Google::Apis::Core::Hashable
16971713

1698-
# Optional. The GCS location to upload the result to. Format: `gs://bucket-name`.
1714+
# Optional. The Google Cloud Storage location to upload the result to. Format: `
1715+
# gs://bucket-name`.
16991716
# Corresponds to the JSON property `gcsOutputBucket`
17001717
# @return [String]
17011718
attr_accessor :gcs_output_bucket
@@ -2261,6 +2278,13 @@ class ReleaseConfig
22612278
# @return [String]
22622279
attr_accessor :git_commitish
22632280

2281+
# Output only. All the metadata information that is used internally to serve the
2282+
# resource. For example: timestamps, flags, status fields, etc. The format of
2283+
# this field is a JSON string.
2284+
# Corresponds to the JSON property `internalMetadata`
2285+
# @return [String]
2286+
attr_accessor :internal_metadata
2287+
22642288
# Identifier. The release config's name.
22652289
# Corresponds to the JSON property `name`
22662290
# @return [String]
@@ -2301,6 +2325,7 @@ def update!(**args)
23012325
@cron_schedule = args[:cron_schedule] if args.key?(:cron_schedule)
23022326
@disabled = args[:disabled] if args.key?(:disabled)
23032327
@git_commitish = args[:git_commitish] if args.key?(:git_commitish)
2328+
@internal_metadata = args[:internal_metadata] if args.key?(:internal_metadata)
23042329
@name = args[:name] if args.key?(:name)
23052330
@recent_scheduled_release_records = args[:recent_scheduled_release_records] if args.key?(:recent_scheduled_release_records)
23062331
@release_compilation_result = args[:release_compilation_result] if args.key?(:release_compilation_result)
@@ -2372,6 +2397,13 @@ class Repository
23722397
# @return [Google::Apis::DataformV1beta1::GitRemoteSettings]
23732398
attr_accessor :git_remote_settings
23742399

2400+
# Output only. All the metadata information that is used internally to serve the
2401+
# resource. For example: timestamps, flags, status fields, etc. The format of
2402+
# this field is a JSON string.
2403+
# Corresponds to the JSON property `internalMetadata`
2404+
# @return [String]
2405+
attr_accessor :internal_metadata
2406+
23752407
# Optional. The reference to a KMS encryption key. If provided, it will be used
23762408
# to encrypt user data in the repository and all child resources. It is not
23772409
# possible to add or update the encryption key after the repository is created.
@@ -2435,6 +2467,7 @@ def update!(**args)
24352467
@data_encryption_state = args[:data_encryption_state] if args.key?(:data_encryption_state)
24362468
@display_name = args[:display_name] if args.key?(:display_name)
24372469
@git_remote_settings = args[:git_remote_settings] if args.key?(:git_remote_settings)
2470+
@internal_metadata = args[:internal_metadata] if args.key?(:internal_metadata)
24382471
@kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
24392472
@labels = args[:labels] if args.key?(:labels)
24402473
@name = args[:name] if args.key?(:name)
@@ -2824,6 +2857,13 @@ class WorkflowConfig
28242857
# @return [String]
28252858
attr_accessor :cron_schedule
28262859

2860+
# Output only. All the metadata information that is used internally to serve the
2861+
# resource. For example: timestamps, flags, status fields, etc. The format of
2862+
# this field is a JSON string.
2863+
# Corresponds to the JSON property `internalMetadata`
2864+
# @return [String]
2865+
attr_accessor :internal_metadata
2866+
28272867
# Includes various configuration options for a workflow invocation. If both `
28282868
# included_targets` and `included_tags` are unset, all actions will be included.
28292869
# Corresponds to the JSON property `invocationConfig`
@@ -2869,6 +2909,7 @@ def initialize(**args)
28692909
def update!(**args)
28702910
@create_time = args[:create_time] if args.key?(:create_time)
28712911
@cron_schedule = args[:cron_schedule] if args.key?(:cron_schedule)
2912+
@internal_metadata = args[:internal_metadata] if args.key?(:internal_metadata)
28722913
@invocation_config = args[:invocation_config] if args.key?(:invocation_config)
28732914
@name = args[:name] if args.key?(:name)
28742915
@recent_scheduled_execution_records = args[:recent_scheduled_execution_records] if args.key?(:recent_scheduled_execution_records)
@@ -2893,6 +2934,13 @@ class WorkflowInvocation
28932934
# @return [Google::Apis::DataformV1beta1::DataEncryptionState]
28942935
attr_accessor :data_encryption_state
28952936

2937+
# Output only. All the metadata information that is used internally to serve the
2938+
# resource. For example: timestamps, flags, status fields, etc. The format of
2939+
# this field is a JSON string.
2940+
# Corresponds to the JSON property `internalMetadata`
2941+
# @return [String]
2942+
attr_accessor :internal_metadata
2943+
28962944
# Includes various configuration options for a workflow invocation. If both `
28972945
# included_targets` and `included_tags` are unset, all actions will be included.
28982946
# Corresponds to the JSON property `invocationConfig`
@@ -2938,6 +2986,7 @@ def initialize(**args)
29382986
def update!(**args)
29392987
@compilation_result = args[:compilation_result] if args.key?(:compilation_result)
29402988
@data_encryption_state = args[:data_encryption_state] if args.key?(:data_encryption_state)
2989+
@internal_metadata = args[:internal_metadata] if args.key?(:internal_metadata)
29412990
@invocation_config = args[:invocation_config] if args.key?(:invocation_config)
29422991
@invocation_timing = args[:invocation_timing] if args.key?(:invocation_timing)
29432992
@name = args[:name] if args.key?(:name)
@@ -2967,6 +3016,13 @@ class WorkflowInvocationAction
29673016
# @return [String]
29683017
attr_accessor :failure_reason
29693018

3019+
# Output only. All the metadata information that is used internally to serve the
3020+
# resource. For example: timestamps, flags, status fields, etc. The format of
3021+
# this field is a JSON string.
3022+
# Corresponds to the JSON property `internalMetadata`
3023+
# @return [String]
3024+
attr_accessor :internal_metadata
3025+
29703026
# Represents a time interval, encoded as a Timestamp start (inclusive) and a
29713027
# Timestamp end (exclusive). The start must be less than or equal to the end.
29723028
# When the start equals the end, the interval is empty (matches no time). When
@@ -3000,6 +3056,7 @@ def update!(**args)
30003056
@bigquery_action = args[:bigquery_action] if args.key?(:bigquery_action)
30013057
@canonical_target = args[:canonical_target] if args.key?(:canonical_target)
30023058
@failure_reason = args[:failure_reason] if args.key?(:failure_reason)
3059+
@internal_metadata = args[:internal_metadata] if args.key?(:internal_metadata)
30033060
@invocation_timing = args[:invocation_timing] if args.key?(:invocation_timing)
30043061
@notebook_action = args[:notebook_action] if args.key?(:notebook_action)
30053062
@state = args[:state] if args.key?(:state)
@@ -3021,6 +3078,13 @@ class Workspace
30213078
# @return [Google::Apis::DataformV1beta1::DataEncryptionState]
30223079
attr_accessor :data_encryption_state
30233080

3081+
# Output only. All the metadata information that is used internally to serve the
3082+
# resource. For example: timestamps, flags, status fields, etc. The format of
3083+
# this field is a JSON string.
3084+
# Corresponds to the JSON property `internalMetadata`
3085+
# @return [String]
3086+
attr_accessor :internal_metadata
3087+
30243088
# Identifier. The workspace's name.
30253089
# Corresponds to the JSON property `name`
30263090
# @return [String]
@@ -3034,6 +3098,7 @@ def initialize(**args)
30343098
def update!(**args)
30353099
@create_time = args[:create_time] if args.key?(:create_time)
30363100
@data_encryption_state = args[:data_encryption_state] if args.key?(:data_encryption_state)
3101+
@internal_metadata = args[:internal_metadata] if args.key?(:internal_metadata)
30373102
@name = args[:name] if args.key?(:name)
30383103
end
30393104
end

generated/google-apis-dataform_v1beta1/lib/google/apis/dataform_v1beta1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DataformV1beta1
1818
# Version of the google-apis-dataform_v1beta1 gem
19-
GEM_VERSION = "0.36.0"
19+
GEM_VERSION = "0.37.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241203"
25+
REVISION = "20250119"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)