google-apis-dataform_v1beta1 0.59.0 → 0.61.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb2b34b1d4e8605a619a8086d445a718938f275f3c69ed32598247df1d58cd66
|
|
4
|
+
data.tar.gz: d7450f15e48283061c1d4125ebbcb41681db25be15e1f10dfc505cec06e515d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7222efffd691d6ab6e6a775f47efef139d8dfb218ebbd08d74557acc730455d2e198a46210c7d581405ad43dc2592a097e6d590b5af2479dba365112afed514
|
|
7
|
+
data.tar.gz: f542d8b21f014eb1a68fc962893ada8ef15ef191e5e6c2b690f214790481b2616e9650d5666d482f31a19e69849a8215df9fce37ff1259f776f866054e18398e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-dataform_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.61.0 (2026-08-09)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260802
|
|
6
|
+
|
|
7
|
+
### v0.60.0 (2026-06-28)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260621
|
|
10
|
+
|
|
3
11
|
### v0.59.0 (2026-06-14)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260607
|
|
@@ -409,6 +409,11 @@ module Google
|
|
|
409
409
|
# @return [String]
|
|
410
410
|
attr_accessor :default_schema
|
|
411
411
|
|
|
412
|
+
# Defines the pipeline type and path within the Git repository.
|
|
413
|
+
# Corresponds to the JSON property `pipelineConfig`
|
|
414
|
+
# @return [Google::Apis::DataformV1beta1::PipelineConfig]
|
|
415
|
+
attr_accessor :pipeline_config
|
|
416
|
+
|
|
412
417
|
# Optional. The suffix that should be appended to all schema (BigQuery dataset
|
|
413
418
|
# ID) names.
|
|
414
419
|
# Corresponds to the JSON property `schemaSuffix`
|
|
@@ -439,6 +444,7 @@ module Google
|
|
|
439
444
|
@default_location = args[:default_location] if args.key?(:default_location)
|
|
440
445
|
@default_notebook_runtime_options = args[:default_notebook_runtime_options] if args.key?(:default_notebook_runtime_options)
|
|
441
446
|
@default_schema = args[:default_schema] if args.key?(:default_schema)
|
|
447
|
+
@pipeline_config = args[:pipeline_config] if args.key?(:pipeline_config)
|
|
442
448
|
@schema_suffix = args[:schema_suffix] if args.key?(:schema_suffix)
|
|
443
449
|
@table_prefix = args[:table_prefix] if args.key?(:table_prefix)
|
|
444
450
|
@vars = args[:vars] if args.key?(:vars)
|
|
@@ -730,6 +736,11 @@ module Google
|
|
|
730
736
|
# @return [String]
|
|
731
737
|
attr_accessor :dataform_core_version
|
|
732
738
|
|
|
739
|
+
# Metadata about a repository snapshot stored in Google Cloud Storage.
|
|
740
|
+
# Corresponds to the JSON property `gcsRepositorySnapshotMetadata`
|
|
741
|
+
# @return [Google::Apis::DataformV1beta1::GcsRepositorySnapshotMetadata]
|
|
742
|
+
attr_accessor :gcs_repository_snapshot_metadata
|
|
743
|
+
|
|
733
744
|
# Immutable. Git commit/tag/branch name at which the repository should be
|
|
734
745
|
# compiled. Must exist in the remote repository. Examples: - a commit SHA: `
|
|
735
746
|
# 12ade345` - a tag: `tag1` - a branch name: `branch1`
|
|
@@ -783,6 +794,7 @@ module Google
|
|
|
783
794
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
784
795
|
@data_encryption_state = args[:data_encryption_state] if args.key?(:data_encryption_state)
|
|
785
796
|
@dataform_core_version = args[:dataform_core_version] if args.key?(:dataform_core_version)
|
|
797
|
+
@gcs_repository_snapshot_metadata = args[:gcs_repository_snapshot_metadata] if args.key?(:gcs_repository_snapshot_metadata)
|
|
786
798
|
@git_commitish = args[:git_commitish] if args.key?(:git_commitish)
|
|
787
799
|
@internal_metadata = args[:internal_metadata] if args.key?(:internal_metadata)
|
|
788
800
|
@name = args[:name] if args.key?(:name)
|
|
@@ -1557,6 +1569,59 @@ module Google
|
|
|
1557
1569
|
end
|
|
1558
1570
|
end
|
|
1559
1571
|
|
|
1572
|
+
# Configures the destination for a repository snapshot.
|
|
1573
|
+
class GcsRepositorySnapshotDestination
|
|
1574
|
+
include Google::Apis::Core::Hashable
|
|
1575
|
+
|
|
1576
|
+
# Optional. The Google Cloud Storage destination to upload the repository
|
|
1577
|
+
# snapshot to. Format: `gs://bucket-name/path/`.
|
|
1578
|
+
# Corresponds to the JSON property `repositorySnapshotUri`
|
|
1579
|
+
# @return [String]
|
|
1580
|
+
attr_accessor :repository_snapshot_uri
|
|
1581
|
+
|
|
1582
|
+
def initialize(**args)
|
|
1583
|
+
update!(**args)
|
|
1584
|
+
end
|
|
1585
|
+
|
|
1586
|
+
# Update properties of this object
|
|
1587
|
+
def update!(**args)
|
|
1588
|
+
@repository_snapshot_uri = args[:repository_snapshot_uri] if args.key?(:repository_snapshot_uri)
|
|
1589
|
+
end
|
|
1590
|
+
end
|
|
1591
|
+
|
|
1592
|
+
# Metadata about a repository snapshot stored in Google Cloud Storage.
|
|
1593
|
+
class GcsRepositorySnapshotMetadata
|
|
1594
|
+
include Google::Apis::Core::Hashable
|
|
1595
|
+
|
|
1596
|
+
# Output only. The crc32c checksum of the repository snapshot, big-endian base64
|
|
1597
|
+
# encoded.
|
|
1598
|
+
# Corresponds to the JSON property `crc32cChecksum`
|
|
1599
|
+
# @return [String]
|
|
1600
|
+
attr_accessor :crc32c_checksum
|
|
1601
|
+
|
|
1602
|
+
# Output only. The generation number of the Cloud Storage object. See https://
|
|
1603
|
+
# cloud.google.com/storage/docs/metadata#generation-number.
|
|
1604
|
+
# Corresponds to the JSON property `generation`
|
|
1605
|
+
# @return [Fixnum]
|
|
1606
|
+
attr_accessor :generation
|
|
1607
|
+
|
|
1608
|
+
# Output only. The Google Cloud Storage URI of the repository snapshot.
|
|
1609
|
+
# Corresponds to the JSON property `repositorySnapshotUri`
|
|
1610
|
+
# @return [String]
|
|
1611
|
+
attr_accessor :repository_snapshot_uri
|
|
1612
|
+
|
|
1613
|
+
def initialize(**args)
|
|
1614
|
+
update!(**args)
|
|
1615
|
+
end
|
|
1616
|
+
|
|
1617
|
+
# Update properties of this object
|
|
1618
|
+
def update!(**args)
|
|
1619
|
+
@crc32c_checksum = args[:crc32c_checksum] if args.key?(:crc32c_checksum)
|
|
1620
|
+
@generation = args[:generation] if args.key?(:generation)
|
|
1621
|
+
@repository_snapshot_uri = args[:repository_snapshot_uri] if args.key?(:repository_snapshot_uri)
|
|
1622
|
+
end
|
|
1623
|
+
end
|
|
1624
|
+
|
|
1560
1625
|
# Controls Git remote configuration for a repository.
|
|
1561
1626
|
class GitRemoteSettings
|
|
1562
1627
|
include Google::Apis::Core::Hashable
|
|
@@ -1568,7 +1633,8 @@ module Google
|
|
|
1568
1633
|
# @return [String]
|
|
1569
1634
|
attr_accessor :authentication_token_secret_version
|
|
1570
1635
|
|
|
1571
|
-
# Optional. The Git remote's default branch name. If not set `main` will be
|
|
1636
|
+
# Optional. The Git remote's default branch name. If not set, `main` will be
|
|
1637
|
+
# used.
|
|
1572
1638
|
# Corresponds to the JSON property `defaultBranch`
|
|
1573
1639
|
# @return [String]
|
|
1574
1640
|
attr_accessor :default_branch
|
|
@@ -1579,8 +1645,8 @@ module Google
|
|
|
1579
1645
|
# @return [String]
|
|
1580
1646
|
attr_accessor :effective_default_branch
|
|
1581
1647
|
|
|
1582
|
-
# Optional. Resource name for the GitRepositoryLink used for machine
|
|
1583
|
-
# Must be in the format `projects/*/locations/*/connections/*/
|
|
1648
|
+
# Optional. Resource name for the `GitRepositoryLink` used for machine
|
|
1649
|
+
# credentials. Must be in the format `projects/*/locations/*/connections/*/
|
|
1584
1650
|
# gitRepositoryLinks/*`
|
|
1585
1651
|
# Corresponds to the JSON property `gitRepositoryLink`
|
|
1586
1652
|
# @return [String]
|
|
@@ -1728,12 +1794,18 @@ module Google
|
|
|
1728
1794
|
class InstallNpmPackagesRequest
|
|
1729
1795
|
include Google::Apis::Core::Hashable
|
|
1730
1796
|
|
|
1797
|
+
# Defines the pipeline type and path within the Git repository.
|
|
1798
|
+
# Corresponds to the JSON property `pipelineConfig`
|
|
1799
|
+
# @return [Google::Apis::DataformV1beta1::PipelineConfig]
|
|
1800
|
+
attr_accessor :pipeline_config
|
|
1801
|
+
|
|
1731
1802
|
def initialize(**args)
|
|
1732
1803
|
update!(**args)
|
|
1733
1804
|
end
|
|
1734
1805
|
|
|
1735
1806
|
# Update properties of this object
|
|
1736
1807
|
def update!(**args)
|
|
1808
|
+
@pipeline_config = args[:pipeline_config] if args.key?(:pipeline_config)
|
|
1737
1809
|
end
|
|
1738
1810
|
end
|
|
1739
1811
|
|
|
@@ -1858,8 +1930,7 @@ module Google
|
|
|
1858
1930
|
# @return [String]
|
|
1859
1931
|
attr_accessor :next_page_token
|
|
1860
1932
|
|
|
1861
|
-
# Locations which could not be reached.
|
|
1862
|
-
# cloud/dataform/v2main/data_pipelines.proto:ListCompilationResultsResponse)
|
|
1933
|
+
# Locations which could not be reached.
|
|
1863
1934
|
# Corresponds to the JSON property `unreachable`
|
|
1864
1935
|
# @return [Array<String>]
|
|
1865
1936
|
attr_accessor :unreachable
|
|
@@ -1950,8 +2021,7 @@ module Google
|
|
|
1950
2021
|
# @return [Array<Google::Apis::DataformV1beta1::ReleaseConfig>]
|
|
1951
2022
|
attr_accessor :release_configs
|
|
1952
2023
|
|
|
1953
|
-
# Locations which could not be reached.
|
|
1954
|
-
# cloud/dataform/v2main/data_pipelines.proto:ListReleaseConfigsResponse)
|
|
2024
|
+
# Locations which could not be reached.
|
|
1955
2025
|
# Corresponds to the JSON property `unreachable`
|
|
1956
2026
|
# @return [Array<String>]
|
|
1957
2027
|
attr_accessor :unreachable
|
|
@@ -2382,6 +2452,11 @@ module Google
|
|
|
2382
2452
|
# @return [String]
|
|
2383
2453
|
attr_accessor :contents
|
|
2384
2454
|
|
|
2455
|
+
# Output only. The path to the notebook file in the repository.
|
|
2456
|
+
# Corresponds to the JSON property `filePath`
|
|
2457
|
+
# @return [String]
|
|
2458
|
+
attr_accessor :file_path
|
|
2459
|
+
|
|
2385
2460
|
# Output only. The ID of the Gemini Enterprise Agent Platform job that executed
|
|
2386
2461
|
# the notebook in contents and also the ID used for the outputs created in
|
|
2387
2462
|
# Google Cloud Storage buckets. Only set once the job has started to run.
|
|
@@ -2396,6 +2471,7 @@ module Google
|
|
|
2396
2471
|
# Update properties of this object
|
|
2397
2472
|
def update!(**args)
|
|
2398
2473
|
@contents = args[:contents] if args.key?(:contents)
|
|
2474
|
+
@file_path = args[:file_path] if args.key?(:file_path)
|
|
2399
2475
|
@job_id = args[:job_id] if args.key?(:job_id)
|
|
2400
2476
|
end
|
|
2401
2477
|
end
|
|
@@ -2418,6 +2494,11 @@ module Google
|
|
|
2418
2494
|
# @return [String]
|
|
2419
2495
|
attr_accessor :gcs_output_bucket
|
|
2420
2496
|
|
|
2497
|
+
# Configures the destination for a repository snapshot.
|
|
2498
|
+
# Corresponds to the JSON property `gcsRepositorySnapshotDestination`
|
|
2499
|
+
# @return [Google::Apis::DataformV1beta1::GcsRepositorySnapshotDestination]
|
|
2500
|
+
attr_accessor :gcs_repository_snapshot_destination
|
|
2501
|
+
|
|
2421
2502
|
def initialize(**args)
|
|
2422
2503
|
update!(**args)
|
|
2423
2504
|
end
|
|
@@ -2426,6 +2507,7 @@ module Google
|
|
|
2426
2507
|
def update!(**args)
|
|
2427
2508
|
@ai_platform_notebook_runtime_template = args[:ai_platform_notebook_runtime_template] if args.key?(:ai_platform_notebook_runtime_template)
|
|
2428
2509
|
@gcs_output_bucket = args[:gcs_output_bucket] if args.key?(:gcs_output_bucket)
|
|
2510
|
+
@gcs_repository_snapshot_destination = args[:gcs_repository_snapshot_destination] if args.key?(:gcs_repository_snapshot_destination)
|
|
2429
2511
|
end
|
|
2430
2512
|
end
|
|
2431
2513
|
|
|
@@ -2601,6 +2683,33 @@ module Google
|
|
|
2601
2683
|
end
|
|
2602
2684
|
end
|
|
2603
2685
|
|
|
2686
|
+
# Defines the pipeline type and path within the Git repository.
|
|
2687
|
+
class PipelineConfig
|
|
2688
|
+
include Google::Apis::Core::Hashable
|
|
2689
|
+
|
|
2690
|
+
# Required. The relative path within the Git repository where the pipeline is
|
|
2691
|
+
# defined. For example, for a Dataform pipeline, it is a path to the folder
|
|
2692
|
+
# where `workflow_settings.yaml` or `dataform.json` is located.
|
|
2693
|
+
# Corresponds to the JSON property `path`
|
|
2694
|
+
# @return [String]
|
|
2695
|
+
attr_accessor :path
|
|
2696
|
+
|
|
2697
|
+
# Required. The type of the pipeline.
|
|
2698
|
+
# Corresponds to the JSON property `pipelineType`
|
|
2699
|
+
# @return [String]
|
|
2700
|
+
attr_accessor :pipeline_type
|
|
2701
|
+
|
|
2702
|
+
def initialize(**args)
|
|
2703
|
+
update!(**args)
|
|
2704
|
+
end
|
|
2705
|
+
|
|
2706
|
+
# Update properties of this object
|
|
2707
|
+
def update!(**args)
|
|
2708
|
+
@path = args[:path] if args.key?(:path)
|
|
2709
|
+
@pipeline_type = args[:pipeline_type] if args.key?(:pipeline_type)
|
|
2710
|
+
end
|
|
2711
|
+
end
|
|
2712
|
+
|
|
2604
2713
|
# An Identity and Access Management (IAM) policy, which specifies access
|
|
2605
2714
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
|
2606
2715
|
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
|
@@ -3238,8 +3347,7 @@ module Google
|
|
|
3238
3347
|
|
|
3239
3348
|
# Output only. All the metadata information that is used internally to serve the
|
|
3240
3349
|
# resource. For example: timestamps, flags, status fields, etc. The format of
|
|
3241
|
-
# this field is a JSON string.
|
|
3242
|
-
# dataform/v2main/data_pipelines.proto:ReleaseConfig)
|
|
3350
|
+
# this field is a JSON string.
|
|
3243
3351
|
# Corresponds to the JSON property `internalMetadata`
|
|
3244
3352
|
# @return [String]
|
|
3245
3353
|
attr_accessor :internal_metadata
|
|
@@ -3268,8 +3376,9 @@ module Google
|
|
|
3268
3376
|
attr_accessor :release_compilation_result
|
|
3269
3377
|
|
|
3270
3378
|
# Optional. Specifies the time zone to be used when interpreting cron_schedule.
|
|
3271
|
-
# Must be a time zone name from the time zone database
|
|
3272
|
-
# wiki/List_of_tz_database_time_zones). If left unspecified, the default is
|
|
3379
|
+
# Must be a time zone name from the [time zone database](https://en.wikipedia.
|
|
3380
|
+
# org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is `
|
|
3381
|
+
# UTC`.
|
|
3273
3382
|
# Corresponds to the JSON property `timeZone`
|
|
3274
3383
|
# @return [String]
|
|
3275
3384
|
attr_accessor :time_zone
|
|
@@ -3857,6 +3966,34 @@ module Google
|
|
|
3857
3966
|
end
|
|
3858
3967
|
end
|
|
3859
3968
|
|
|
3969
|
+
# Represents a table update trigger configuration.
|
|
3970
|
+
class TableUpdateTrigger
|
|
3971
|
+
include Google::Apis::Core::Hashable
|
|
3972
|
+
|
|
3973
|
+
# Represents an action identifier. If the action writes output, the output will
|
|
3974
|
+
# be written to the referenced database object.
|
|
3975
|
+
# Corresponds to the JSON property `table`
|
|
3976
|
+
# @return [Google::Apis::DataformV1beta1::Target]
|
|
3977
|
+
attr_accessor :table
|
|
3978
|
+
|
|
3979
|
+
# Output only. The modification time of this table that resulted in an
|
|
3980
|
+
# invocation of the workflow. This would be updated by the triggering service
|
|
3981
|
+
# after a successful workflow invocation.
|
|
3982
|
+
# Corresponds to the JSON property `triggerUpdateTime`
|
|
3983
|
+
# @return [String]
|
|
3984
|
+
attr_accessor :trigger_update_time
|
|
3985
|
+
|
|
3986
|
+
def initialize(**args)
|
|
3987
|
+
update!(**args)
|
|
3988
|
+
end
|
|
3989
|
+
|
|
3990
|
+
# Update properties of this object
|
|
3991
|
+
def update!(**args)
|
|
3992
|
+
@table = args[:table] if args.key?(:table)
|
|
3993
|
+
@trigger_update_time = args[:trigger_update_time] if args.key?(:trigger_update_time)
|
|
3994
|
+
end
|
|
3995
|
+
end
|
|
3996
|
+
|
|
3860
3997
|
# Represents an action identifier. If the action writes output, the output will
|
|
3861
3998
|
# be written to the referenced database object.
|
|
3862
3999
|
class Target
|
|
@@ -4029,6 +4166,36 @@ module Google
|
|
|
4029
4166
|
end
|
|
4030
4167
|
end
|
|
4031
4168
|
|
|
4169
|
+
# A record of an attempt to evaluate trigger conditions.
|
|
4170
|
+
class TriggerEvaluationRecord
|
|
4171
|
+
include Google::Apis::Core::Hashable
|
|
4172
|
+
|
|
4173
|
+
# Output only. The timestamp of this trigger evaluation attempt.
|
|
4174
|
+
# Corresponds to the JSON property `evaluationTime`
|
|
4175
|
+
# @return [String]
|
|
4176
|
+
attr_accessor :evaluation_time
|
|
4177
|
+
|
|
4178
|
+
# The `Status` type defines a logical error model that is suitable for different
|
|
4179
|
+
# programming environments, including REST APIs and RPC APIs. It is used by [
|
|
4180
|
+
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
4181
|
+
# data: error code, error message, and error details. You can find out more
|
|
4182
|
+
# about this error model and how to work with it in the [API Design Guide](https:
|
|
4183
|
+
# //cloud.google.com/apis/design/errors).
|
|
4184
|
+
# Corresponds to the JSON property `status`
|
|
4185
|
+
# @return [Google::Apis::DataformV1beta1::Status]
|
|
4186
|
+
attr_accessor :status
|
|
4187
|
+
|
|
4188
|
+
def initialize(**args)
|
|
4189
|
+
update!(**args)
|
|
4190
|
+
end
|
|
4191
|
+
|
|
4192
|
+
# Update properties of this object
|
|
4193
|
+
def update!(**args)
|
|
4194
|
+
@evaluation_time = args[:evaluation_time] if args.key?(:evaluation_time)
|
|
4195
|
+
@status = args[:status] if args.key?(:status)
|
|
4196
|
+
end
|
|
4197
|
+
end
|
|
4198
|
+
|
|
4032
4199
|
# Represents the Git state of a file with uncommitted changes.
|
|
4033
4200
|
class UncommittedFileChange
|
|
4034
4201
|
include Google::Apis::Core::Hashable
|
|
@@ -4108,8 +4275,9 @@ module Google
|
|
|
4108
4275
|
attr_accessor :release_config
|
|
4109
4276
|
|
|
4110
4277
|
# Optional. Specifies the time zone to be used when interpreting cron_schedule.
|
|
4111
|
-
# Must be a time zone name from the time zone database
|
|
4112
|
-
# wiki/List_of_tz_database_time_zones). If left unspecified, the default is
|
|
4278
|
+
# Must be a time zone name from the [time zone database](https://en.wikipedia.
|
|
4279
|
+
# org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is `
|
|
4280
|
+
# UTC`.
|
|
4113
4281
|
# Corresponds to the JSON property `timeZone`
|
|
4114
4282
|
# @return [String]
|
|
4115
4283
|
attr_accessor :time_zone
|
|
@@ -4119,6 +4287,11 @@ module Google
|
|
|
4119
4287
|
# @return [String]
|
|
4120
4288
|
attr_accessor :update_time
|
|
4121
4289
|
|
|
4290
|
+
# Represents a trigger configuration for a workflow.
|
|
4291
|
+
# Corresponds to the JSON property `workflowTriggerConfig`
|
|
4292
|
+
# @return [Google::Apis::DataformV1beta1::WorkflowTriggerConfig]
|
|
4293
|
+
attr_accessor :workflow_trigger_config
|
|
4294
|
+
|
|
4122
4295
|
def initialize(**args)
|
|
4123
4296
|
update!(**args)
|
|
4124
4297
|
end
|
|
@@ -4135,6 +4308,7 @@ module Google
|
|
|
4135
4308
|
@release_config = args[:release_config] if args.key?(:release_config)
|
|
4136
4309
|
@time_zone = args[:time_zone] if args.key?(:time_zone)
|
|
4137
4310
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
4311
|
+
@workflow_trigger_config = args[:workflow_trigger_config] if args.key?(:workflow_trigger_config)
|
|
4138
4312
|
end
|
|
4139
4313
|
end
|
|
4140
4314
|
|
|
@@ -4179,6 +4353,11 @@ module Google
|
|
|
4179
4353
|
# @return [String]
|
|
4180
4354
|
attr_accessor :name
|
|
4181
4355
|
|
|
4356
|
+
# Defines the pipeline type and path within the Git repository.
|
|
4357
|
+
# Corresponds to the JSON property `pipelineConfig`
|
|
4358
|
+
# @return [Google::Apis::DataformV1beta1::PipelineConfig]
|
|
4359
|
+
attr_accessor :pipeline_config
|
|
4360
|
+
|
|
4182
4361
|
# Metadata used to identify if a resource is user scoped.
|
|
4183
4362
|
# Corresponds to the JSON property `privateResourceMetadata`
|
|
4184
4363
|
# @return [Google::Apis::DataformV1beta1::PrivateResourceMetadata]
|
|
@@ -4214,6 +4393,7 @@ module Google
|
|
|
4214
4393
|
@invocation_config = args[:invocation_config] if args.key?(:invocation_config)
|
|
4215
4394
|
@invocation_timing = args[:invocation_timing] if args.key?(:invocation_timing)
|
|
4216
4395
|
@name = args[:name] if args.key?(:name)
|
|
4396
|
+
@pipeline_config = args[:pipeline_config] if args.key?(:pipeline_config)
|
|
4217
4397
|
@private_resource_metadata = args[:private_resource_metadata] if args.key?(:private_resource_metadata)
|
|
4218
4398
|
@resolved_compilation_result = args[:resolved_compilation_result] if args.key?(:resolved_compilation_result)
|
|
4219
4399
|
@state = args[:state] if args.key?(:state)
|
|
@@ -4295,6 +4475,80 @@ module Google
|
|
|
4295
4475
|
end
|
|
4296
4476
|
end
|
|
4297
4477
|
|
|
4478
|
+
# The trigger definition to invoke a workflow.
|
|
4479
|
+
class WorkflowTrigger
|
|
4480
|
+
include Google::Apis::Core::Hashable
|
|
4481
|
+
|
|
4482
|
+
# Represents a table update trigger configuration.
|
|
4483
|
+
# Corresponds to the JSON property `tableUpdateTrigger`
|
|
4484
|
+
# @return [Google::Apis::DataformV1beta1::TableUpdateTrigger]
|
|
4485
|
+
attr_accessor :table_update_trigger
|
|
4486
|
+
|
|
4487
|
+
def initialize(**args)
|
|
4488
|
+
update!(**args)
|
|
4489
|
+
end
|
|
4490
|
+
|
|
4491
|
+
# Update properties of this object
|
|
4492
|
+
def update!(**args)
|
|
4493
|
+
@table_update_trigger = args[:table_update_trigger] if args.key?(:table_update_trigger)
|
|
4494
|
+
end
|
|
4495
|
+
end
|
|
4496
|
+
|
|
4497
|
+
# Represents a trigger configuration for a workflow.
|
|
4498
|
+
class WorkflowTriggerConfig
|
|
4499
|
+
include Google::Apis::Core::Hashable
|
|
4500
|
+
|
|
4501
|
+
# Optional. The condition to use when triggering the workflow.
|
|
4502
|
+
# Corresponds to the JSON property `condition`
|
|
4503
|
+
# @return [String]
|
|
4504
|
+
attr_accessor :condition
|
|
4505
|
+
|
|
4506
|
+
# Output only. The timestamp of the last successful trigger evaluation.
|
|
4507
|
+
# Corresponds to the JSON property `lastSuccessfulEvaluationTime`
|
|
4508
|
+
# @return [String]
|
|
4509
|
+
attr_accessor :last_successful_evaluation_time
|
|
4510
|
+
|
|
4511
|
+
# Optional. The effective maximum wait time duration for the trigger condition
|
|
4512
|
+
# to be met. If not specified, the workflow won't be triggered until conditions
|
|
4513
|
+
# are met.
|
|
4514
|
+
# Corresponds to the JSON property `maxWaitDuration`
|
|
4515
|
+
# @return [String]
|
|
4516
|
+
attr_accessor :max_wait_duration
|
|
4517
|
+
|
|
4518
|
+
# Optional. Minimum duration between two consecutive executions. If not
|
|
4519
|
+
# specified, the workflow will be executed every time trigger conditions are met
|
|
4520
|
+
# and there is no ongoing workflow execution.
|
|
4521
|
+
# Corresponds to the JSON property `minExecutionDuration`
|
|
4522
|
+
# @return [String]
|
|
4523
|
+
attr_accessor :min_execution_duration
|
|
4524
|
+
|
|
4525
|
+
# Output only. Records of the 10 most recent trigger evaluations, ordered in
|
|
4526
|
+
# descending order of `evaluation_time`. Updated whenever the service evaluates
|
|
4527
|
+
# the trigger conditions (via polling or upon receiving a push event).
|
|
4528
|
+
# Corresponds to the JSON property `recentTriggerEvaluationRecords`
|
|
4529
|
+
# @return [Array<Google::Apis::DataformV1beta1::TriggerEvaluationRecord>]
|
|
4530
|
+
attr_accessor :recent_trigger_evaluation_records
|
|
4531
|
+
|
|
4532
|
+
# Required. The trigger definitions to invoke a workflow.
|
|
4533
|
+
# Corresponds to the JSON property `workflowTriggers`
|
|
4534
|
+
# @return [Array<Google::Apis::DataformV1beta1::WorkflowTrigger>]
|
|
4535
|
+
attr_accessor :workflow_triggers
|
|
4536
|
+
|
|
4537
|
+
def initialize(**args)
|
|
4538
|
+
update!(**args)
|
|
4539
|
+
end
|
|
4540
|
+
|
|
4541
|
+
# Update properties of this object
|
|
4542
|
+
def update!(**args)
|
|
4543
|
+
@condition = args[:condition] if args.key?(:condition)
|
|
4544
|
+
@last_successful_evaluation_time = args[:last_successful_evaluation_time] if args.key?(:last_successful_evaluation_time)
|
|
4545
|
+
@max_wait_duration = args[:max_wait_duration] if args.key?(:max_wait_duration)
|
|
4546
|
+
@min_execution_duration = args[:min_execution_duration] if args.key?(:min_execution_duration)
|
|
4547
|
+
@recent_trigger_evaluation_records = args[:recent_trigger_evaluation_records] if args.key?(:recent_trigger_evaluation_records)
|
|
4548
|
+
@workflow_triggers = args[:workflow_triggers] if args.key?(:workflow_triggers)
|
|
4549
|
+
end
|
|
4550
|
+
end
|
|
4551
|
+
|
|
4298
4552
|
# Represents a Dataform Git workspace.
|
|
4299
4553
|
class Workspace
|
|
4300
4554
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DataformV1beta1
|
|
18
18
|
# Version of the google-apis-dataform_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.61.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260802"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -310,6 +310,18 @@ module Google
|
|
|
310
310
|
include Google::Apis::Core::JsonObjectSupport
|
|
311
311
|
end
|
|
312
312
|
|
|
313
|
+
class GcsRepositorySnapshotDestination
|
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
315
|
+
|
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
class GcsRepositorySnapshotMetadata
|
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
321
|
+
|
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
323
|
+
end
|
|
324
|
+
|
|
313
325
|
class GitRemoteSettings
|
|
314
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
315
327
|
|
|
@@ -502,6 +514,12 @@ module Google
|
|
|
502
514
|
include Google::Apis::Core::JsonObjectSupport
|
|
503
515
|
end
|
|
504
516
|
|
|
517
|
+
class PipelineConfig
|
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
519
|
+
|
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
521
|
+
end
|
|
522
|
+
|
|
505
523
|
class Policy
|
|
506
524
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
507
525
|
|
|
@@ -724,6 +742,12 @@ module Google
|
|
|
724
742
|
include Google::Apis::Core::JsonObjectSupport
|
|
725
743
|
end
|
|
726
744
|
|
|
745
|
+
class TableUpdateTrigger
|
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
747
|
+
|
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
749
|
+
end
|
|
750
|
+
|
|
727
751
|
class Target
|
|
728
752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
729
753
|
|
|
@@ -760,6 +784,12 @@ module Google
|
|
|
760
784
|
include Google::Apis::Core::JsonObjectSupport
|
|
761
785
|
end
|
|
762
786
|
|
|
787
|
+
class TriggerEvaluationRecord
|
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
789
|
+
|
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
791
|
+
end
|
|
792
|
+
|
|
763
793
|
class UncommittedFileChange
|
|
764
794
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
765
795
|
|
|
@@ -784,6 +814,18 @@ module Google
|
|
|
784
814
|
include Google::Apis::Core::JsonObjectSupport
|
|
785
815
|
end
|
|
786
816
|
|
|
817
|
+
class WorkflowTrigger
|
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
819
|
+
|
|
820
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
821
|
+
end
|
|
822
|
+
|
|
823
|
+
class WorkflowTriggerConfig
|
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
825
|
+
|
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
827
|
+
end
|
|
828
|
+
|
|
787
829
|
class Workspace
|
|
788
830
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
789
831
|
|
|
@@ -923,6 +965,8 @@ module Google
|
|
|
923
965
|
property :default_notebook_runtime_options, as: 'defaultNotebookRuntimeOptions', class: Google::Apis::DataformV1beta1::NotebookRuntimeOptions, decorator: Google::Apis::DataformV1beta1::NotebookRuntimeOptions::Representation
|
|
924
966
|
|
|
925
967
|
property :default_schema, as: 'defaultSchema'
|
|
968
|
+
property :pipeline_config, as: 'pipelineConfig', class: Google::Apis::DataformV1beta1::PipelineConfig, decorator: Google::Apis::DataformV1beta1::PipelineConfig::Representation
|
|
969
|
+
|
|
926
970
|
property :schema_suffix, as: 'schemaSuffix'
|
|
927
971
|
property :table_prefix, as: 'tablePrefix'
|
|
928
972
|
hash :vars, as: 'vars'
|
|
@@ -1022,6 +1066,8 @@ module Google
|
|
|
1022
1066
|
property :data_encryption_state, as: 'dataEncryptionState', class: Google::Apis::DataformV1beta1::DataEncryptionState, decorator: Google::Apis::DataformV1beta1::DataEncryptionState::Representation
|
|
1023
1067
|
|
|
1024
1068
|
property :dataform_core_version, as: 'dataformCoreVersion'
|
|
1069
|
+
property :gcs_repository_snapshot_metadata, as: 'gcsRepositorySnapshotMetadata', class: Google::Apis::DataformV1beta1::GcsRepositorySnapshotMetadata, decorator: Google::Apis::DataformV1beta1::GcsRepositorySnapshotMetadata::Representation
|
|
1070
|
+
|
|
1025
1071
|
property :git_commitish, as: 'gitCommitish'
|
|
1026
1072
|
property :internal_metadata, as: 'internalMetadata'
|
|
1027
1073
|
property :name, as: 'name'
|
|
@@ -1269,6 +1315,22 @@ module Google
|
|
|
1269
1315
|
end
|
|
1270
1316
|
end
|
|
1271
1317
|
|
|
1318
|
+
class GcsRepositorySnapshotDestination
|
|
1319
|
+
# @private
|
|
1320
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1321
|
+
property :repository_snapshot_uri, as: 'repositorySnapshotUri'
|
|
1322
|
+
end
|
|
1323
|
+
end
|
|
1324
|
+
|
|
1325
|
+
class GcsRepositorySnapshotMetadata
|
|
1326
|
+
# @private
|
|
1327
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1328
|
+
property :crc32c_checksum, as: 'crc32cChecksum'
|
|
1329
|
+
property :generation, :numeric_string => true, as: 'generation'
|
|
1330
|
+
property :repository_snapshot_uri, as: 'repositorySnapshotUri'
|
|
1331
|
+
end
|
|
1332
|
+
end
|
|
1333
|
+
|
|
1272
1334
|
class GitRemoteSettings
|
|
1273
1335
|
# @private
|
|
1274
1336
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1314,6 +1376,8 @@ module Google
|
|
|
1314
1376
|
class InstallNpmPackagesRequest
|
|
1315
1377
|
# @private
|
|
1316
1378
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1379
|
+
property :pipeline_config, as: 'pipelineConfig', class: Google::Apis::DataformV1beta1::PipelineConfig, decorator: Google::Apis::DataformV1beta1::PipelineConfig::Representation
|
|
1380
|
+
|
|
1317
1381
|
end
|
|
1318
1382
|
end
|
|
1319
1383
|
|
|
@@ -1519,6 +1583,7 @@ module Google
|
|
|
1519
1583
|
# @private
|
|
1520
1584
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1521
1585
|
property :contents, as: 'contents'
|
|
1586
|
+
property :file_path, as: 'filePath'
|
|
1522
1587
|
property :job_id, as: 'jobId'
|
|
1523
1588
|
end
|
|
1524
1589
|
end
|
|
@@ -1528,6 +1593,8 @@ module Google
|
|
|
1528
1593
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1529
1594
|
property :ai_platform_notebook_runtime_template, as: 'aiPlatformNotebookRuntimeTemplate'
|
|
1530
1595
|
property :gcs_output_bucket, as: 'gcsOutputBucket'
|
|
1596
|
+
property :gcs_repository_snapshot_destination, as: 'gcsRepositorySnapshotDestination', class: Google::Apis::DataformV1beta1::GcsRepositorySnapshotDestination, decorator: Google::Apis::DataformV1beta1::GcsRepositorySnapshotDestination::Representation
|
|
1597
|
+
|
|
1531
1598
|
end
|
|
1532
1599
|
end
|
|
1533
1600
|
|
|
@@ -1570,6 +1637,14 @@ module Google
|
|
|
1570
1637
|
end
|
|
1571
1638
|
end
|
|
1572
1639
|
|
|
1640
|
+
class PipelineConfig
|
|
1641
|
+
# @private
|
|
1642
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1643
|
+
property :path, as: 'path'
|
|
1644
|
+
property :pipeline_type, as: 'pipelineType'
|
|
1645
|
+
end
|
|
1646
|
+
end
|
|
1647
|
+
|
|
1573
1648
|
class Policy
|
|
1574
1649
|
# @private
|
|
1575
1650
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1918,6 +1993,15 @@ module Google
|
|
|
1918
1993
|
end
|
|
1919
1994
|
end
|
|
1920
1995
|
|
|
1996
|
+
class TableUpdateTrigger
|
|
1997
|
+
# @private
|
|
1998
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1999
|
+
property :table, as: 'table', class: Google::Apis::DataformV1beta1::Target, decorator: Google::Apis::DataformV1beta1::Target::Representation
|
|
2000
|
+
|
|
2001
|
+
property :trigger_update_time, as: 'triggerUpdateTime'
|
|
2002
|
+
end
|
|
2003
|
+
end
|
|
2004
|
+
|
|
1921
2005
|
class Target
|
|
1922
2006
|
# @private
|
|
1923
2007
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1971,6 +2055,15 @@ module Google
|
|
|
1971
2055
|
end
|
|
1972
2056
|
end
|
|
1973
2057
|
|
|
2058
|
+
class TriggerEvaluationRecord
|
|
2059
|
+
# @private
|
|
2060
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2061
|
+
property :evaluation_time, as: 'evaluationTime'
|
|
2062
|
+
property :status, as: 'status', class: Google::Apis::DataformV1beta1::Status, decorator: Google::Apis::DataformV1beta1::Status::Representation
|
|
2063
|
+
|
|
2064
|
+
end
|
|
2065
|
+
end
|
|
2066
|
+
|
|
1974
2067
|
class UncommittedFileChange
|
|
1975
2068
|
# @private
|
|
1976
2069
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1994,6 +2087,8 @@ module Google
|
|
|
1994
2087
|
property :release_config, as: 'releaseConfig'
|
|
1995
2088
|
property :time_zone, as: 'timeZone'
|
|
1996
2089
|
property :update_time, as: 'updateTime'
|
|
2090
|
+
property :workflow_trigger_config, as: 'workflowTriggerConfig', class: Google::Apis::DataformV1beta1::WorkflowTriggerConfig, decorator: Google::Apis::DataformV1beta1::WorkflowTriggerConfig::Representation
|
|
2091
|
+
|
|
1997
2092
|
end
|
|
1998
2093
|
end
|
|
1999
2094
|
|
|
@@ -2009,6 +2104,8 @@ module Google
|
|
|
2009
2104
|
property :invocation_timing, as: 'invocationTiming', class: Google::Apis::DataformV1beta1::Interval, decorator: Google::Apis::DataformV1beta1::Interval::Representation
|
|
2010
2105
|
|
|
2011
2106
|
property :name, as: 'name'
|
|
2107
|
+
property :pipeline_config, as: 'pipelineConfig', class: Google::Apis::DataformV1beta1::PipelineConfig, decorator: Google::Apis::DataformV1beta1::PipelineConfig::Representation
|
|
2108
|
+
|
|
2012
2109
|
property :private_resource_metadata, as: 'privateResourceMetadata', class: Google::Apis::DataformV1beta1::PrivateResourceMetadata, decorator: Google::Apis::DataformV1beta1::PrivateResourceMetadata::Representation
|
|
2013
2110
|
|
|
2014
2111
|
property :resolved_compilation_result, as: 'resolvedCompilationResult'
|
|
@@ -2038,6 +2135,28 @@ module Google
|
|
|
2038
2135
|
end
|
|
2039
2136
|
end
|
|
2040
2137
|
|
|
2138
|
+
class WorkflowTrigger
|
|
2139
|
+
# @private
|
|
2140
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2141
|
+
property :table_update_trigger, as: 'tableUpdateTrigger', class: Google::Apis::DataformV1beta1::TableUpdateTrigger, decorator: Google::Apis::DataformV1beta1::TableUpdateTrigger::Representation
|
|
2142
|
+
|
|
2143
|
+
end
|
|
2144
|
+
end
|
|
2145
|
+
|
|
2146
|
+
class WorkflowTriggerConfig
|
|
2147
|
+
# @private
|
|
2148
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2149
|
+
property :condition, as: 'condition'
|
|
2150
|
+
property :last_successful_evaluation_time, as: 'lastSuccessfulEvaluationTime'
|
|
2151
|
+
property :max_wait_duration, as: 'maxWaitDuration'
|
|
2152
|
+
property :min_execution_duration, as: 'minExecutionDuration'
|
|
2153
|
+
collection :recent_trigger_evaluation_records, as: 'recentTriggerEvaluationRecords', class: Google::Apis::DataformV1beta1::TriggerEvaluationRecord, decorator: Google::Apis::DataformV1beta1::TriggerEvaluationRecord::Representation
|
|
2154
|
+
|
|
2155
|
+
collection :workflow_triggers, as: 'workflowTriggers', class: Google::Apis::DataformV1beta1::WorkflowTrigger, decorator: Google::Apis::DataformV1beta1::WorkflowTrigger::Representation
|
|
2156
|
+
|
|
2157
|
+
end
|
|
2158
|
+
end
|
|
2159
|
+
|
|
2041
2160
|
class Workspace
|
|
2042
2161
|
# @private
|
|
2043
2162
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -933,7 +933,7 @@ module Google
|
|
|
933
933
|
execute_or_queue_command(command, &block)
|
|
934
934
|
end
|
|
935
935
|
|
|
936
|
-
# Deletes a single
|
|
936
|
+
# Deletes a single repository asynchronously.
|
|
937
937
|
# @param [String] name
|
|
938
938
|
# Required. The repository's name.
|
|
939
939
|
# @param [Google::Apis::DataformV1beta1::DeleteRepositoryLongRunningRequest] delete_repository_long_running_request_object
|
|
@@ -1438,8 +1438,7 @@ module Google
|
|
|
1438
1438
|
|
|
1439
1439
|
# Fetches a single CompilationResult.
|
|
1440
1440
|
# @param [String] name
|
|
1441
|
-
# Required. The compilation result's name.
|
|
1442
|
-
# google/cloud/dataform/v2main/data_pipelines.proto:GetCompilationResultRequest)
|
|
1441
|
+
# Required. The compilation result's name.
|
|
1443
1442
|
# @param [String] fields
|
|
1444
1443
|
# Selector specifying which fields to include in a partial response.
|
|
1445
1444
|
# @param [String] quota_user
|
|
@@ -1472,8 +1471,7 @@ module Google
|
|
|
1472
1471
|
# Required. The repository in which to list compilation results. Must be in the
|
|
1473
1472
|
# format `projects/*/locations/*/repositories/*`.
|
|
1474
1473
|
# @param [String] filter
|
|
1475
|
-
# Optional. Filter for the returned list.
|
|
1476
|
-
# cloud/dataform/v2main/data_pipelines.proto:ListCompilationResultsRequest)
|
|
1474
|
+
# Optional. Filter for the returned list.
|
|
1477
1475
|
# @param [String] order_by
|
|
1478
1476
|
# Optional. This field only supports ordering by `name` and `create_time`. If
|
|
1479
1477
|
# unspecified, the server will choose the ordering. If specified, the default
|
|
@@ -1570,9 +1568,7 @@ module Google
|
|
|
1570
1568
|
# @param [Google::Apis::DataformV1beta1::ReleaseConfig] release_config_object
|
|
1571
1569
|
# @param [String] release_config_id
|
|
1572
1570
|
# Required. The ID to use for the release config, which will become the final
|
|
1573
|
-
# component of the release config's resource name.
|
|
1574
|
-
# google3/google/cloud/dataform/v2main/data_pipelines.proto:
|
|
1575
|
-
# CreateReleaseConfigRequest)
|
|
1571
|
+
# component of the release config's resource name.
|
|
1576
1572
|
# @param [String] fields
|
|
1577
1573
|
# Selector specifying which fields to include in a partial response.
|
|
1578
1574
|
# @param [String] quota_user
|
|
@@ -1605,8 +1601,7 @@ module Google
|
|
|
1605
1601
|
|
|
1606
1602
|
# Deletes a single ReleaseConfig.
|
|
1607
1603
|
# @param [String] name
|
|
1608
|
-
# Required. The release config's name.
|
|
1609
|
-
# cloud/dataform/v2main/data_pipelines.proto:DeleteReleaseConfigRequest)
|
|
1604
|
+
# Required. The release config's name.
|
|
1610
1605
|
# @param [String] fields
|
|
1611
1606
|
# Selector specifying which fields to include in a partial response.
|
|
1612
1607
|
# @param [String] quota_user
|
|
@@ -1636,8 +1631,7 @@ module Google
|
|
|
1636
1631
|
|
|
1637
1632
|
# Fetches a single ReleaseConfig.
|
|
1638
1633
|
# @param [String] name
|
|
1639
|
-
# Required. The release config's name.
|
|
1640
|
-
# cloud/dataform/v2main/data_pipelines.proto:GetReleaseConfigRequest)
|
|
1634
|
+
# Required. The release config's name.
|
|
1641
1635
|
# @param [String] fields
|
|
1642
1636
|
# Selector specifying which fields to include in a partial response.
|
|
1643
1637
|
# @param [String] quota_user
|
|
@@ -1677,9 +1671,7 @@ module Google
|
|
|
1677
1671
|
# Optional. Page token received from a previous `ListReleaseConfigs` call.
|
|
1678
1672
|
# Provide this to retrieve the subsequent page. When paginating, all other
|
|
1679
1673
|
# parameters provided to `ListReleaseConfigs`, with the exception of `page_size`,
|
|
1680
|
-
# must match the call that provided the page token.
|
|
1681
|
-
# google3/google/cloud/dataform/v2main/data_pipelines.proto:
|
|
1682
|
-
# ListReleaseConfigsRequest)
|
|
1674
|
+
# must match the call that provided the page token.
|
|
1683
1675
|
# @param [String] fields
|
|
1684
1676
|
# Selector specifying which fields to include in a partial response.
|
|
1685
1677
|
# @param [String] quota_user
|
|
@@ -3295,9 +3287,9 @@ module Google
|
|
|
3295
3287
|
# display_name` (default), `create_time`, `last_modified_time`. Examples: * `
|
|
3296
3288
|
# orderBy="display_name"` * `orderBy="display_name desc"`
|
|
3297
3289
|
# @param [Fixnum] page_size
|
|
3298
|
-
# Optional. Maximum number of TeamFolders to return. The server may return
|
|
3299
|
-
# items than requested. If unspecified, the server will pick a default of
|
|
3300
|
-
# page_size = 50.
|
|
3290
|
+
# Optional. Maximum number of `TeamFolders` to return. The server may return
|
|
3291
|
+
# fewer items than requested. If unspecified, the server will pick a default of `
|
|
3292
|
+
# page_size` = 50.
|
|
3301
3293
|
# @param [String] page_token
|
|
3302
3294
|
# Optional. Page token received from a previous `SearchTeamFolders` call.
|
|
3303
3295
|
# Provide this to retrieve the subsequent page. When paginating, all other
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dataform_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.61.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataform_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.61.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataform_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|