@@ -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
0 commit comments