google-apis-dataform_v1beta1 0.35.0 → 0.37.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: a9479d2209bedd82dc6b8b6badde116724fab847e7f641a099eb6e2c7e668034
4
- data.tar.gz: f00e1ea7927a871a24ce60400164664c620774f940c8dd35521f03c432053a18
3
+ metadata.gz: 493cb4cda082ee6c155f0763592928a4c8d1e808bd87c0687e2763b722e3e7ed
4
+ data.tar.gz: 891a624309c01dfcc4c04c717f4ddf5e8f256a61ac5b57e56fd0746da49189a7
5
5
  SHA512:
6
- metadata.gz: a45313e7bea20ae5e88383717b501e5c2bedaf797b9db714a544d3d498e48baf7d0e29f85890b5ce9a534c19f030ff7d99fade3b6896b666c3ca0436371a16a7
7
- data.tar.gz: ecc2cdf1a4514a366d6d9102e516b9d02b3855597014082cfd359a73e5d8e339daf7fd569c1628eeba7743e8baaf7f2ef8de6f36c8734a7b1aa4d7de170d3c76
6
+ metadata.gz: 9413d45c0c8285bcbc8fa86975bcadd41191c3ae0dc752c5caf31ff4881eadd073d3bda6a2782bb87e2c7b6f26e1a40474b42f475a9122fae966898cfefaa6d0
7
+ data.tar.gz: 34f1db23937b288783e34174d82edb1ec6e68f7aaf713ff942c5ec6022d133a38121e5564be0931f9a88da6a4a83e2b9f4029840c4396ac6acbd13f35d19b3ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dataform_v1beta1
2
2
 
3
+ ### v0.37.0 (2025-03-02)
4
+
5
+ * Regenerated from discovery document revision 20250223
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.36.0 (2024-12-15)
9
+
10
+ * Regenerated from discovery document revision 20241203
11
+
3
12
  ### v0.35.0 (2024-11-24)
4
13
 
5
14
  * Regenerated from discovery document revision 20241108
@@ -214,6 +214,19 @@ module Google
214
214
  end
215
215
  end
216
216
 
217
+ # `CancelWorkflowInvocation` response message.
218
+ class CancelWorkflowInvocationResponse
219
+ include Google::Apis::Core::Hashable
220
+
221
+ def initialize(**args)
222
+ update!(**args)
223
+ end
224
+
225
+ # Update properties of this object
226
+ def update!(**args)
227
+ end
228
+ end
229
+
217
230
  # Configures various aspects of Dataform code compilation.
218
231
  class CodeCompilationConfig
219
232
  include Google::Apis::Core::Hashable
@@ -241,7 +254,7 @@ module Google
241
254
  # @return [String]
242
255
  attr_accessor :default_location
243
256
 
244
- #
257
+ # Configures various aspects of Dataform notebook runtime.
245
258
  # Corresponds to the JSON property `defaultNotebookRuntimeOptions`
246
259
  # @return [Google::Apis::DataformV1beta1::NotebookRuntimeOptions]
247
260
  attr_accessor :default_notebook_runtime_options
@@ -414,8 +427,8 @@ module Google
414
427
  # @return [Google::Apis::DataformV1beta1::CommitMetadata]
415
428
  attr_accessor :commit_metadata
416
429
 
417
- # A map to the path of the file to the operation. The path is the full file path
418
- # including filename, from repository root.
430
+ # Optional. A map to the path of the file to the operation. The path is the full
431
+ # file path including filename, from repository root.
419
432
  # Corresponds to the JSON property `fileOperations`
420
433
  # @return [Hash<String,Google::Apis::DataformV1beta1::FileOperation>]
421
434
  attr_accessor :file_operations
@@ -490,6 +503,19 @@ module Google
490
503
  end
491
504
  end
492
505
 
506
+ # `CommitWorkspaceChanges` response message.
507
+ class CommitWorkspaceChangesResponse
508
+ include Google::Apis::Core::Hashable
509
+
510
+ def initialize(**args)
511
+ update!(**args)
512
+ end
513
+
514
+ # Update properties of this object
515
+ def update!(**args)
516
+ end
517
+ end
518
+
493
519
  # An error encountered when attempting to compile a Dataform project.
494
520
  class CompilationError
495
521
  include Google::Apis::Core::Hashable
@@ -565,6 +591,13 @@ module Google
565
591
  # @return [String]
566
592
  attr_accessor :git_commitish
567
593
 
594
+ # Output only. All the metadata information that is used internally to serve the
595
+ # resource. For example: timestamps, flags, status fields, etc. The format of
596
+ # this field is a JSON string.
597
+ # Corresponds to the JSON property `internalMetadata`
598
+ # @return [String]
599
+ attr_accessor :internal_metadata
600
+
568
601
  # Output only. The compilation result's name.
569
602
  # Corresponds to the JSON property `name`
570
603
  # @return [String]
@@ -600,6 +633,7 @@ module Google
600
633
  @data_encryption_state = args[:data_encryption_state] if args.key?(:data_encryption_state)
601
634
  @dataform_core_version = args[:dataform_core_version] if args.key?(:dataform_core_version)
602
635
  @git_commitish = args[:git_commitish] if args.key?(:git_commitish)
636
+ @internal_metadata = args[:internal_metadata] if args.key?(:internal_metadata)
603
637
  @name = args[:name] if args.key?(:name)
604
638
  @release_config = args[:release_config] if args.key?(:release_config)
605
639
  @resolved_git_commit_sha = args[:resolved_git_commit_sha] if args.key?(:resolved_git_commit_sha)
@@ -634,7 +668,14 @@ module Google
634
668
  # @return [String]
635
669
  attr_accessor :file_path
636
670
 
637
- # The notebook executed by this action.
671
+ # Output only. All the metadata information that is used internally to serve the
672
+ # resource. For example: timestamps, flags, status fields, etc. The format of
673
+ # this field is a JSON string.
674
+ # Corresponds to the JSON property `internalMetadata`
675
+ # @return [String]
676
+ attr_accessor :internal_metadata
677
+
678
+ # Represents a notebook.
638
679
  # Corresponds to the JSON property `notebook`
639
680
  # @return [Google::Apis::DataformV1beta1::Notebook]
640
681
  attr_accessor :notebook
@@ -665,6 +706,7 @@ module Google
665
706
  @canonical_target = args[:canonical_target] if args.key?(:canonical_target)
666
707
  @declaration = args[:declaration] if args.key?(:declaration)
667
708
  @file_path = args[:file_path] if args.key?(:file_path)
709
+ @internal_metadata = args[:internal_metadata] if args.key?(:internal_metadata)
668
710
  @notebook = args[:notebook] if args.key?(:notebook)
669
711
  @operations = args[:operations] if args.key?(:operations)
670
712
  @relation = args[:relation] if args.key?(:relation)
@@ -721,7 +763,7 @@ module Google
721
763
  class DataEncryptionState
722
764
  include Google::Apis::Core::Hashable
723
765
 
724
- # The KMS key version name with which data of a resource is encrypted.
766
+ # Required. The KMS key version name with which data of a resource is encrypted.
725
767
  # Corresponds to the JSON property `kmsKeyVersionName`
726
768
  # @return [String]
727
769
  attr_accessor :kms_key_version_name
@@ -1626,7 +1668,7 @@ module Google
1626
1668
  end
1627
1669
  end
1628
1670
 
1629
- #
1671
+ # Represents a notebook.
1630
1672
  class Notebook
1631
1673
  include Google::Apis::Core::Hashable
1632
1674
 
@@ -1674,8 +1716,8 @@ module Google
1674
1716
  attr_accessor :contents
1675
1717
 
1676
1718
  # 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.
1719
+ # and also the ID used for the outputs created in Google Cloud Storage buckets.
1720
+ # Only set once the job has started to run.
1679
1721
  # Corresponds to the JSON property `jobId`
1680
1722
  # @return [String]
1681
1723
  attr_accessor :job_id
@@ -1691,11 +1733,12 @@ module Google
1691
1733
  end
1692
1734
  end
1693
1735
 
1694
- #
1736
+ # Configures various aspects of Dataform notebook runtime.
1695
1737
  class NotebookRuntimeOptions
1696
1738
  include Google::Apis::Core::Hashable
1697
1739
 
1698
- # Optional. The GCS location to upload the result to. Format: `gs://bucket-name`.
1740
+ # Optional. The Google Cloud Storage location to upload the result to. Format: `
1741
+ # gs://bucket-name`.
1699
1742
  # Corresponds to the JSON property `gcsOutputBucket`
1700
1743
  # @return [String]
1701
1744
  attr_accessor :gcs_output_bucket
@@ -1935,6 +1978,19 @@ module Google
1935
1978
  end
1936
1979
  end
1937
1980
 
1981
+ # `PullGitCommits` response message.
1982
+ class PullGitCommitsResponse
1983
+ include Google::Apis::Core::Hashable
1984
+
1985
+ def initialize(**args)
1986
+ update!(**args)
1987
+ end
1988
+
1989
+ # Update properties of this object
1990
+ def update!(**args)
1991
+ end
1992
+ end
1993
+
1938
1994
  # `PushGitCommits` request message.
1939
1995
  class PushGitCommitsRequest
1940
1996
  include Google::Apis::Core::Hashable
@@ -1955,6 +2011,19 @@ module Google
1955
2011
  end
1956
2012
  end
1957
2013
 
2014
+ # `PushGitCommits` response message.
2015
+ class PushGitCommitsResponse
2016
+ include Google::Apis::Core::Hashable
2017
+
2018
+ def initialize(**args)
2019
+ update!(**args)
2020
+ end
2021
+
2022
+ # Update properties of this object
2023
+ def update!(**args)
2024
+ end
2025
+ end
2026
+
1958
2027
  # `QueryCompilationResultActions` response message.
1959
2028
  class QueryCompilationResultActionsResponse
1960
2029
  include Google::Apis::Core::Hashable
@@ -2261,6 +2330,13 @@ module Google
2261
2330
  # @return [String]
2262
2331
  attr_accessor :git_commitish
2263
2332
 
2333
+ # Output only. All the metadata information that is used internally to serve the
2334
+ # resource. For example: timestamps, flags, status fields, etc. The format of
2335
+ # this field is a JSON string.
2336
+ # Corresponds to the JSON property `internalMetadata`
2337
+ # @return [String]
2338
+ attr_accessor :internal_metadata
2339
+
2264
2340
  # Identifier. The release config's name.
2265
2341
  # Corresponds to the JSON property `name`
2266
2342
  # @return [String]
@@ -2301,6 +2377,7 @@ module Google
2301
2377
  @cron_schedule = args[:cron_schedule] if args.key?(:cron_schedule)
2302
2378
  @disabled = args[:disabled] if args.key?(:disabled)
2303
2379
  @git_commitish = args[:git_commitish] if args.key?(:git_commitish)
2380
+ @internal_metadata = args[:internal_metadata] if args.key?(:internal_metadata)
2304
2381
  @name = args[:name] if args.key?(:name)
2305
2382
  @recent_scheduled_release_records = args[:recent_scheduled_release_records] if args.key?(:recent_scheduled_release_records)
2306
2383
  @release_compilation_result = args[:release_compilation_result] if args.key?(:release_compilation_result)
@@ -2328,6 +2405,19 @@ module Google
2328
2405
  end
2329
2406
  end
2330
2407
 
2408
+ # `RemoveDirectory` response message.
2409
+ class RemoveDirectoryResponse
2410
+ include Google::Apis::Core::Hashable
2411
+
2412
+ def initialize(**args)
2413
+ update!(**args)
2414
+ end
2415
+
2416
+ # Update properties of this object
2417
+ def update!(**args)
2418
+ end
2419
+ end
2420
+
2331
2421
  # `RemoveFile` request message.
2332
2422
  class RemoveFileRequest
2333
2423
  include Google::Apis::Core::Hashable
@@ -2348,6 +2438,19 @@ module Google
2348
2438
  end
2349
2439
  end
2350
2440
 
2441
+ # `RemoveFile` response message.
2442
+ class RemoveFileResponse
2443
+ include Google::Apis::Core::Hashable
2444
+
2445
+ def initialize(**args)
2446
+ update!(**args)
2447
+ end
2448
+
2449
+ # Update properties of this object
2450
+ def update!(**args)
2451
+ end
2452
+ end
2453
+
2351
2454
  # Represents a Dataform Git repository.
2352
2455
  class Repository
2353
2456
  include Google::Apis::Core::Hashable
@@ -2372,6 +2475,13 @@ module Google
2372
2475
  # @return [Google::Apis::DataformV1beta1::GitRemoteSettings]
2373
2476
  attr_accessor :git_remote_settings
2374
2477
 
2478
+ # Output only. All the metadata information that is used internally to serve the
2479
+ # resource. For example: timestamps, flags, status fields, etc. The format of
2480
+ # this field is a JSON string.
2481
+ # Corresponds to the JSON property `internalMetadata`
2482
+ # @return [String]
2483
+ attr_accessor :internal_metadata
2484
+
2375
2485
  # Optional. The reference to a KMS encryption key. If provided, it will be used
2376
2486
  # to encrypt user data in the repository and all child resources. It is not
2377
2487
  # possible to add or update the encryption key after the repository is created.
@@ -2435,6 +2545,7 @@ module Google
2435
2545
  @data_encryption_state = args[:data_encryption_state] if args.key?(:data_encryption_state)
2436
2546
  @display_name = args[:display_name] if args.key?(:display_name)
2437
2547
  @git_remote_settings = args[:git_remote_settings] if args.key?(:git_remote_settings)
2548
+ @internal_metadata = args[:internal_metadata] if args.key?(:internal_metadata)
2438
2549
  @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
2439
2550
  @labels = args[:labels] if args.key?(:labels)
2440
2551
  @name = args[:name] if args.key?(:name)
@@ -2472,6 +2583,19 @@ module Google
2472
2583
  end
2473
2584
  end
2474
2585
 
2586
+ # `ResetWorkspaceChanges` response message.
2587
+ class ResetWorkspaceChangesResponse
2588
+ include Google::Apis::Core::Hashable
2589
+
2590
+ def initialize(**args)
2591
+ update!(**args)
2592
+ end
2593
+
2594
+ # Update properties of this object
2595
+ def update!(**args)
2596
+ end
2597
+ end
2598
+
2475
2599
  # A record of an attempt to create a workflow invocation for this workflow
2476
2600
  # config.
2477
2601
  class ScheduledExecutionRecord
@@ -2487,7 +2611,7 @@ module Google
2487
2611
  # @return [Google::Apis::DataformV1beta1::Status]
2488
2612
  attr_accessor :error_status
2489
2613
 
2490
- # The timestamp of this execution attempt.
2614
+ # Output only. The timestamp of this execution attempt.
2491
2615
  # Corresponds to the JSON property `executionTime`
2492
2616
  # @return [String]
2493
2617
  attr_accessor :execution_time
@@ -2532,7 +2656,7 @@ module Google
2532
2656
  # @return [Google::Apis::DataformV1beta1::Status]
2533
2657
  attr_accessor :error_status
2534
2658
 
2535
- # The timestamp of this release attempt.
2659
+ # Output only. The timestamp of this release attempt.
2536
2660
  # Corresponds to the JSON property `releaseTime`
2537
2661
  # @return [String]
2538
2662
  attr_accessor :release_time
@@ -2717,17 +2841,17 @@ module Google
2717
2841
  class Target
2718
2842
  include Google::Apis::Core::Hashable
2719
2843
 
2720
- # The action's database (Google Cloud project ID) .
2844
+ # Optional. The action's database (Google Cloud project ID) .
2721
2845
  # Corresponds to the JSON property `database`
2722
2846
  # @return [String]
2723
2847
  attr_accessor :database
2724
2848
 
2725
- # The action's name, within `database` and `schema`.
2849
+ # Optional. The action's name, within `database` and `schema`.
2726
2850
  # Corresponds to the JSON property `name`
2727
2851
  # @return [String]
2728
2852
  attr_accessor :name
2729
2853
 
2730
- # The action's schema (BigQuery dataset ID), within `database`.
2854
+ # Optional. The action's schema (BigQuery dataset ID), within `database`.
2731
2855
  # Corresponds to the JSON property `schema`
2732
2856
  # @return [String]
2733
2857
  attr_accessor :schema
@@ -2793,7 +2917,7 @@ module Google
2793
2917
  # @return [String]
2794
2918
  attr_accessor :path
2795
2919
 
2796
- # Indicates the status of the file.
2920
+ # Output only. Indicates the status of the file.
2797
2921
  # Corresponds to the JSON property `state`
2798
2922
  # @return [String]
2799
2923
  attr_accessor :state
@@ -2824,6 +2948,13 @@ module Google
2824
2948
  # @return [String]
2825
2949
  attr_accessor :cron_schedule
2826
2950
 
2951
+ # Output only. All the metadata information that is used internally to serve the
2952
+ # resource. For example: timestamps, flags, status fields, etc. The format of
2953
+ # this field is a JSON string.
2954
+ # Corresponds to the JSON property `internalMetadata`
2955
+ # @return [String]
2956
+ attr_accessor :internal_metadata
2957
+
2827
2958
  # Includes various configuration options for a workflow invocation. If both `
2828
2959
  # included_targets` and `included_tags` are unset, all actions will be included.
2829
2960
  # Corresponds to the JSON property `invocationConfig`
@@ -2869,6 +3000,7 @@ module Google
2869
3000
  def update!(**args)
2870
3001
  @create_time = args[:create_time] if args.key?(:create_time)
2871
3002
  @cron_schedule = args[:cron_schedule] if args.key?(:cron_schedule)
3003
+ @internal_metadata = args[:internal_metadata] if args.key?(:internal_metadata)
2872
3004
  @invocation_config = args[:invocation_config] if args.key?(:invocation_config)
2873
3005
  @name = args[:name] if args.key?(:name)
2874
3006
  @recent_scheduled_execution_records = args[:recent_scheduled_execution_records] if args.key?(:recent_scheduled_execution_records)
@@ -2893,6 +3025,13 @@ module Google
2893
3025
  # @return [Google::Apis::DataformV1beta1::DataEncryptionState]
2894
3026
  attr_accessor :data_encryption_state
2895
3027
 
3028
+ # Output only. All the metadata information that is used internally to serve the
3029
+ # resource. For example: timestamps, flags, status fields, etc. The format of
3030
+ # this field is a JSON string.
3031
+ # Corresponds to the JSON property `internalMetadata`
3032
+ # @return [String]
3033
+ attr_accessor :internal_metadata
3034
+
2896
3035
  # Includes various configuration options for a workflow invocation. If both `
2897
3036
  # included_targets` and `included_tags` are unset, all actions will be included.
2898
3037
  # Corresponds to the JSON property `invocationConfig`
@@ -2938,6 +3077,7 @@ module Google
2938
3077
  def update!(**args)
2939
3078
  @compilation_result = args[:compilation_result] if args.key?(:compilation_result)
2940
3079
  @data_encryption_state = args[:data_encryption_state] if args.key?(:data_encryption_state)
3080
+ @internal_metadata = args[:internal_metadata] if args.key?(:internal_metadata)
2941
3081
  @invocation_config = args[:invocation_config] if args.key?(:invocation_config)
2942
3082
  @invocation_timing = args[:invocation_timing] if args.key?(:invocation_timing)
2943
3083
  @name = args[:name] if args.key?(:name)
@@ -2967,6 +3107,13 @@ module Google
2967
3107
  # @return [String]
2968
3108
  attr_accessor :failure_reason
2969
3109
 
3110
+ # Output only. All the metadata information that is used internally to serve the
3111
+ # resource. For example: timestamps, flags, status fields, etc. The format of
3112
+ # this field is a JSON string.
3113
+ # Corresponds to the JSON property `internalMetadata`
3114
+ # @return [String]
3115
+ attr_accessor :internal_metadata
3116
+
2970
3117
  # Represents a time interval, encoded as a Timestamp start (inclusive) and a
2971
3118
  # Timestamp end (exclusive). The start must be less than or equal to the end.
2972
3119
  # When the start equals the end, the interval is empty (matches no time). When
@@ -3000,6 +3147,7 @@ module Google
3000
3147
  @bigquery_action = args[:bigquery_action] if args.key?(:bigquery_action)
3001
3148
  @canonical_target = args[:canonical_target] if args.key?(:canonical_target)
3002
3149
  @failure_reason = args[:failure_reason] if args.key?(:failure_reason)
3150
+ @internal_metadata = args[:internal_metadata] if args.key?(:internal_metadata)
3003
3151
  @invocation_timing = args[:invocation_timing] if args.key?(:invocation_timing)
3004
3152
  @notebook_action = args[:notebook_action] if args.key?(:notebook_action)
3005
3153
  @state = args[:state] if args.key?(:state)
@@ -3021,6 +3169,13 @@ module Google
3021
3169
  # @return [Google::Apis::DataformV1beta1::DataEncryptionState]
3022
3170
  attr_accessor :data_encryption_state
3023
3171
 
3172
+ # Output only. All the metadata information that is used internally to serve the
3173
+ # resource. For example: timestamps, flags, status fields, etc. The format of
3174
+ # this field is a JSON string.
3175
+ # Corresponds to the JSON property `internalMetadata`
3176
+ # @return [String]
3177
+ attr_accessor :internal_metadata
3178
+
3024
3179
  # Identifier. The workspace's name.
3025
3180
  # Corresponds to the JSON property `name`
3026
3181
  # @return [String]
@@ -3034,6 +3189,7 @@ module Google
3034
3189
  def update!(**args)
3035
3190
  @create_time = args[:create_time] if args.key?(:create_time)
3036
3191
  @data_encryption_state = args[:data_encryption_state] if args.key?(:data_encryption_state)
3192
+ @internal_metadata = args[:internal_metadata] if args.key?(:internal_metadata)
3037
3193
  @name = args[:name] if args.key?(:name)
3038
3194
  end
3039
3195
  end
@@ -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.35.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241108"
25
+ REVISION = "20250223"
26
26
  end
27
27
  end
28
28
  end
@@ -46,6 +46,12 @@ module Google
46
46
  include Google::Apis::Core::JsonObjectSupport
47
47
  end
48
48
 
49
+ class CancelWorkflowInvocationResponse
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
49
55
  class CodeCompilationConfig
50
56
  class Representation < Google::Apis::Core::JsonRepresentation; end
51
57
 
@@ -94,6 +100,12 @@ module Google
94
100
  include Google::Apis::Core::JsonObjectSupport
95
101
  end
96
102
 
103
+ class CommitWorkspaceChangesResponse
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
97
109
  class CompilationError
98
110
  class Representation < Google::Apis::Core::JsonRepresentation; end
99
111
 
@@ -370,12 +382,24 @@ module Google
370
382
  include Google::Apis::Core::JsonObjectSupport
371
383
  end
372
384
 
385
+ class PullGitCommitsResponse
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
373
391
  class PushGitCommitsRequest
374
392
  class Representation < Google::Apis::Core::JsonRepresentation; end
375
393
 
376
394
  include Google::Apis::Core::JsonObjectSupport
377
395
  end
378
396
 
397
+ class PushGitCommitsResponse
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
379
403
  class QueryCompilationResultActionsResponse
380
404
  class Representation < Google::Apis::Core::JsonRepresentation; end
381
405
 
@@ -436,12 +460,24 @@ module Google
436
460
  include Google::Apis::Core::JsonObjectSupport
437
461
  end
438
462
 
463
+ class RemoveDirectoryResponse
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
439
469
  class RemoveFileRequest
440
470
  class Representation < Google::Apis::Core::JsonRepresentation; end
441
471
 
442
472
  include Google::Apis::Core::JsonObjectSupport
443
473
  end
444
474
 
475
+ class RemoveFileResponse
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
445
481
  class Repository
446
482
  class Representation < Google::Apis::Core::JsonRepresentation; end
447
483
 
@@ -454,6 +490,12 @@ module Google
454
490
  include Google::Apis::Core::JsonObjectSupport
455
491
  end
456
492
 
493
+ class ResetWorkspaceChangesResponse
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
457
499
  class ScheduledExecutionRecord
458
500
  class Representation < Google::Apis::Core::JsonRepresentation; end
459
501
 
@@ -607,6 +649,12 @@ module Google
607
649
  end
608
650
  end
609
651
 
652
+ class CancelWorkflowInvocationResponse
653
+ # @private
654
+ class Representation < Google::Apis::Core::JsonRepresentation
655
+ end
656
+ end
657
+
610
658
  class CodeCompilationConfig
611
659
  # @private
612
660
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -688,6 +736,12 @@ module Google
688
736
  end
689
737
  end
690
738
 
739
+ class CommitWorkspaceChangesResponse
740
+ # @private
741
+ class Representation < Google::Apis::Core::JsonRepresentation
742
+ end
743
+ end
744
+
691
745
  class CompilationError
692
746
  # @private
693
747
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -711,6 +765,7 @@ module Google
711
765
 
712
766
  property :dataform_core_version, as: 'dataformCoreVersion'
713
767
  property :git_commitish, as: 'gitCommitish'
768
+ property :internal_metadata, as: 'internalMetadata'
714
769
  property :name, as: 'name'
715
770
  property :release_config, as: 'releaseConfig'
716
771
  property :resolved_git_commit_sha, as: 'resolvedGitCommitSha'
@@ -728,6 +783,7 @@ module Google
728
783
  property :declaration, as: 'declaration', class: Google::Apis::DataformV1beta1::Declaration, decorator: Google::Apis::DataformV1beta1::Declaration::Representation
729
784
 
730
785
  property :file_path, as: 'filePath'
786
+ property :internal_metadata, as: 'internalMetadata'
731
787
  property :notebook, as: 'notebook', class: Google::Apis::DataformV1beta1::Notebook, decorator: Google::Apis::DataformV1beta1::Notebook::Representation
732
788
 
733
789
  property :operations, as: 'operations', class: Google::Apis::DataformV1beta1::Operations, decorator: Google::Apis::DataformV1beta1::Operations::Representation
@@ -1112,6 +1168,12 @@ module Google
1112
1168
  end
1113
1169
  end
1114
1170
 
1171
+ class PullGitCommitsResponse
1172
+ # @private
1173
+ class Representation < Google::Apis::Core::JsonRepresentation
1174
+ end
1175
+ end
1176
+
1115
1177
  class PushGitCommitsRequest
1116
1178
  # @private
1117
1179
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1119,6 +1181,12 @@ module Google
1119
1181
  end
1120
1182
  end
1121
1183
 
1184
+ class PushGitCommitsResponse
1185
+ # @private
1186
+ class Representation < Google::Apis::Core::JsonRepresentation
1187
+ end
1188
+ end
1189
+
1122
1190
  class QueryCompilationResultActionsResponse
1123
1191
  # @private
1124
1192
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1210,6 +1278,7 @@ module Google
1210
1278
  property :cron_schedule, as: 'cronSchedule'
1211
1279
  property :disabled, as: 'disabled'
1212
1280
  property :git_commitish, as: 'gitCommitish'
1281
+ property :internal_metadata, as: 'internalMetadata'
1213
1282
  property :name, as: 'name'
1214
1283
  collection :recent_scheduled_release_records, as: 'recentScheduledReleaseRecords', class: Google::Apis::DataformV1beta1::ScheduledReleaseRecord, decorator: Google::Apis::DataformV1beta1::ScheduledReleaseRecord::Representation
1215
1284
 
@@ -1225,6 +1294,12 @@ module Google
1225
1294
  end
1226
1295
  end
1227
1296
 
1297
+ class RemoveDirectoryResponse
1298
+ # @private
1299
+ class Representation < Google::Apis::Core::JsonRepresentation
1300
+ end
1301
+ end
1302
+
1228
1303
  class RemoveFileRequest
1229
1304
  # @private
1230
1305
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1232,6 +1307,12 @@ module Google
1232
1307
  end
1233
1308
  end
1234
1309
 
1310
+ class RemoveFileResponse
1311
+ # @private
1312
+ class Representation < Google::Apis::Core::JsonRepresentation
1313
+ end
1314
+ end
1315
+
1235
1316
  class Repository
1236
1317
  # @private
1237
1318
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1241,6 +1322,7 @@ module Google
1241
1322
  property :display_name, as: 'displayName'
1242
1323
  property :git_remote_settings, as: 'gitRemoteSettings', class: Google::Apis::DataformV1beta1::GitRemoteSettings, decorator: Google::Apis::DataformV1beta1::GitRemoteSettings::Representation
1243
1324
 
1325
+ property :internal_metadata, as: 'internalMetadata'
1244
1326
  property :kms_key_name, as: 'kmsKeyName'
1245
1327
  hash :labels, as: 'labels'
1246
1328
  property :name, as: 'name'
@@ -1260,6 +1342,12 @@ module Google
1260
1342
  end
1261
1343
  end
1262
1344
 
1345
+ class ResetWorkspaceChangesResponse
1346
+ # @private
1347
+ class Representation < Google::Apis::Core::JsonRepresentation
1348
+ end
1349
+ end
1350
+
1263
1351
  class ScheduledExecutionRecord
1264
1352
  # @private
1265
1353
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1360,6 +1448,7 @@ module Google
1360
1448
  class Representation < Google::Apis::Core::JsonRepresentation
1361
1449
  property :create_time, as: 'createTime'
1362
1450
  property :cron_schedule, as: 'cronSchedule'
1451
+ property :internal_metadata, as: 'internalMetadata'
1363
1452
  property :invocation_config, as: 'invocationConfig', class: Google::Apis::DataformV1beta1::InvocationConfig, decorator: Google::Apis::DataformV1beta1::InvocationConfig::Representation
1364
1453
 
1365
1454
  property :name, as: 'name'
@@ -1377,6 +1466,7 @@ module Google
1377
1466
  property :compilation_result, as: 'compilationResult'
1378
1467
  property :data_encryption_state, as: 'dataEncryptionState', class: Google::Apis::DataformV1beta1::DataEncryptionState, decorator: Google::Apis::DataformV1beta1::DataEncryptionState::Representation
1379
1468
 
1469
+ property :internal_metadata, as: 'internalMetadata'
1380
1470
  property :invocation_config, as: 'invocationConfig', class: Google::Apis::DataformV1beta1::InvocationConfig, decorator: Google::Apis::DataformV1beta1::InvocationConfig::Representation
1381
1471
 
1382
1472
  property :invocation_timing, as: 'invocationTiming', class: Google::Apis::DataformV1beta1::Interval, decorator: Google::Apis::DataformV1beta1::Interval::Representation
@@ -1396,6 +1486,7 @@ module Google
1396
1486
  property :canonical_target, as: 'canonicalTarget', class: Google::Apis::DataformV1beta1::Target, decorator: Google::Apis::DataformV1beta1::Target::Representation
1397
1487
 
1398
1488
  property :failure_reason, as: 'failureReason'
1489
+ property :internal_metadata, as: 'internalMetadata'
1399
1490
  property :invocation_timing, as: 'invocationTiming', class: Google::Apis::DataformV1beta1::Interval, decorator: Google::Apis::DataformV1beta1::Interval::Representation
1400
1491
 
1401
1492
  property :notebook_action, as: 'notebookAction', class: Google::Apis::DataformV1beta1::NotebookAction, decorator: Google::Apis::DataformV1beta1::NotebookAction::Representation
@@ -1412,6 +1503,7 @@ module Google
1412
1503
  property :create_time, as: 'createTime'
1413
1504
  property :data_encryption_state, as: 'dataEncryptionState', class: Google::Apis::DataformV1beta1::DataEncryptionState, decorator: Google::Apis::DataformV1beta1::DataEncryptionState::Representation
1414
1505
 
1506
+ property :internal_metadata, as: 'internalMetadata'
1415
1507
  property :name, as: 'name'
1416
1508
  end
1417
1509
  end
@@ -155,11 +155,11 @@ module Google
155
155
  execute_or_queue_command(command, &block)
156
156
  end
157
157
 
158
- # Update default config for a given project and location. *Note:* This method
159
- # does not fully implement AIP/134. In particular: 1. The wildcard entry (***)
160
- # is treated as a bad request 2. When the *field_mask* is omitted, instead of
161
- # only updating the set fields, the request is treated as a full update on all
162
- # modifiable fields
158
+ # Update default config for a given project and location. **Note:** *This method
159
+ # does not fully implement*, (see [AIP/134](https://google.aip.dev/134), in
160
+ # particular: - The wildcard entry (**\***) is treated as a bad request - When
161
+ # the **field_mask** is omitted, instead of only updating the set fields, the
162
+ # request is treated as a full update on all modifiable fields
163
163
  # @param [String] name
164
164
  # Identifier. The config name.
165
165
  # @param [Google::Apis::DataformV1beta1::Config] config_object
@@ -195,127 +195,6 @@ module Google
195
195
  execute_or_queue_command(command, &block)
196
196
  end
197
197
 
198
- # Gets the access control policy for a resource. Returns an empty policy if the
199
- # resource exists and does not have a policy set.
200
- # @param [String] resource
201
- # REQUIRED: The resource for which the policy is being requested. See [Resource
202
- # names](https://cloud.google.com/apis/design/resource_names) for the
203
- # appropriate value for this field.
204
- # @param [Fixnum] options_requested_policy_version
205
- # Optional. The maximum policy version that will be used to format the policy.
206
- # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
207
- # rejected. Requests for policies with any conditional role bindings must
208
- # specify version 3. Policies with no conditional role bindings may specify any
209
- # valid value or leave the field unset. The policy in the response might use the
210
- # policy version that you specified, or it might use a lower policy version. For
211
- # example, if you specify version 3, but the policy has no conditional role
212
- # bindings, the response uses version 1. To learn which resources support
213
- # conditions in their IAM policies, see the [IAM documentation](https://cloud.
214
- # google.com/iam/help/conditions/resource-policies).
215
- # @param [String] fields
216
- # Selector specifying which fields to include in a partial response.
217
- # @param [String] quota_user
218
- # Available to use for quota purposes for server-side applications. Can be any
219
- # arbitrary string assigned to a user, but should not exceed 40 characters.
220
- # @param [Google::Apis::RequestOptions] options
221
- # Request-specific options
222
- #
223
- # @yield [result, err] Result & error if block supplied
224
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
225
- # @yieldparam err [StandardError] error object if request failed
226
- #
227
- # @return [Google::Apis::DataformV1beta1::Policy]
228
- #
229
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
230
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
231
- # @raise [Google::Apis::AuthorizationError] Authorization is required
232
- def get_project_location_collection_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
233
- command = make_simple_command(:get, 'v1beta1/{+resource}:getIamPolicy', options)
234
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
235
- command.response_class = Google::Apis::DataformV1beta1::Policy
236
- command.params['resource'] = resource unless resource.nil?
237
- command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
238
- command.query['fields'] = fields unless fields.nil?
239
- command.query['quotaUser'] = quota_user unless quota_user.nil?
240
- execute_or_queue_command(command, &block)
241
- end
242
-
243
- # Sets the access control policy on the specified resource. Replaces any
244
- # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
245
- # PERMISSION_DENIED` errors.
246
- # @param [String] resource
247
- # REQUIRED: The resource for which the policy is being specified. See [Resource
248
- # names](https://cloud.google.com/apis/design/resource_names) for the
249
- # appropriate value for this field.
250
- # @param [Google::Apis::DataformV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
251
- # @param [String] fields
252
- # Selector specifying which fields to include in a partial response.
253
- # @param [String] quota_user
254
- # Available to use for quota purposes for server-side applications. Can be any
255
- # arbitrary string assigned to a user, but should not exceed 40 characters.
256
- # @param [Google::Apis::RequestOptions] options
257
- # Request-specific options
258
- #
259
- # @yield [result, err] Result & error if block supplied
260
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
261
- # @yieldparam err [StandardError] error object if request failed
262
- #
263
- # @return [Google::Apis::DataformV1beta1::Policy]
264
- #
265
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
266
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
267
- # @raise [Google::Apis::AuthorizationError] Authorization is required
268
- def set_collection_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
269
- command = make_simple_command(:post, 'v1beta1/{+resource}:setIamPolicy', options)
270
- command.request_representation = Google::Apis::DataformV1beta1::SetIamPolicyRequest::Representation
271
- command.request_object = set_iam_policy_request_object
272
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
273
- command.response_class = Google::Apis::DataformV1beta1::Policy
274
- command.params['resource'] = resource unless resource.nil?
275
- command.query['fields'] = fields unless fields.nil?
276
- command.query['quotaUser'] = quota_user unless quota_user.nil?
277
- execute_or_queue_command(command, &block)
278
- end
279
-
280
- # Returns permissions that a caller has on the specified resource. If the
281
- # resource does not exist, this will return an empty set of permissions, not a `
282
- # NOT_FOUND` error. Note: This operation is designed to be used for building
283
- # permission-aware UIs and command-line tools, not for authorization checking.
284
- # This operation may "fail open" without warning.
285
- # @param [String] resource
286
- # REQUIRED: The resource for which the policy detail is being requested. See [
287
- # Resource names](https://cloud.google.com/apis/design/resource_names) for the
288
- # appropriate value for this field.
289
- # @param [Google::Apis::DataformV1beta1::TestIamPermissionsRequest] test_iam_permissions_request_object
290
- # @param [String] fields
291
- # Selector specifying which fields to include in a partial response.
292
- # @param [String] quota_user
293
- # Available to use for quota purposes for server-side applications. Can be any
294
- # arbitrary string assigned to a user, but should not exceed 40 characters.
295
- # @param [Google::Apis::RequestOptions] options
296
- # Request-specific options
297
- #
298
- # @yield [result, err] Result & error if block supplied
299
- # @yieldparam result [Google::Apis::DataformV1beta1::TestIamPermissionsResponse] parsed result object
300
- # @yieldparam err [StandardError] error object if request failed
301
- #
302
- # @return [Google::Apis::DataformV1beta1::TestIamPermissionsResponse]
303
- #
304
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
305
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
306
- # @raise [Google::Apis::AuthorizationError] Authorization is required
307
- def test_collection_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
308
- command = make_simple_command(:post, 'v1beta1/{+resource}:testIamPermissions', options)
309
- command.request_representation = Google::Apis::DataformV1beta1::TestIamPermissionsRequest::Representation
310
- command.request_object = test_iam_permissions_request_object
311
- command.response_representation = Google::Apis::DataformV1beta1::TestIamPermissionsResponse::Representation
312
- command.response_class = Google::Apis::DataformV1beta1::TestIamPermissionsResponse
313
- command.params['resource'] = resource unless resource.nil?
314
- command.query['fields'] = fields unless fields.nil?
315
- command.query['quotaUser'] = quota_user unless quota_user.nil?
316
- execute_or_queue_command(command, &block)
317
- end
318
-
319
198
  # Applies a Git commit to a Repository. The Repository must not have a value for
320
199
  # `git_remote_settings.url`.
321
200
  # @param [String] name
@@ -422,9 +301,9 @@ module Google
422
301
  # @param [String] name
423
302
  # Required. The repository's name.
424
303
  # @param [Boolean] force
425
- # If set to true, any child resources of this repository will also be deleted. (
426
- # Otherwise, the request will only succeed if the repository has no child
427
- # resources.)
304
+ # Optional. If set to true, any child resources of this repository will also be
305
+ # deleted. (Otherwise, the request will only succeed if the repository has no
306
+ # child resources.)
428
307
  # @param [String] fields
429
308
  # Selector specifying which fields to include in a partial response.
430
309
  # @param [String] quota_user
@@ -650,10 +529,11 @@ module Google
650
529
  execute_or_queue_command(command, &block)
651
530
  end
652
531
 
653
- # Updates a single Repository. *Note:* This method does not fully implement AIP/
654
- # 134. In particular: 1. The wildcard entry (***) is treated as a bad request 2.
655
- # When the *field_mask* is omitted, instead of only updating the set fields, the
656
- # request is treated as a full update on all modifiable fields
532
+ # Updates a single Repository. **Note:** *This method does not fully implement*,
533
+ # (see [AIP/134](https://google.aip.dev/134), in particular: - The wildcard
534
+ # entry (**\***) is treated as a bad request - When the **field_mask** is
535
+ # omitted, instead of only updating the set fields, the request is treated as a
536
+ # full update on all modifiable fields
657
537
  # @param [String] name
658
538
  # Identifier. The repository's name.
659
539
  # @param [Google::Apis::DataformV1beta1::Repository] repository_object
@@ -854,170 +734,6 @@ module Google
854
734
  execute_or_queue_command(command, &block)
855
735
  end
856
736
 
857
- # Gets the access control policy for a resource. Returns an empty policy if the
858
- # resource exists and does not have a policy set.
859
- # @param [String] resource
860
- # REQUIRED: The resource for which the policy is being requested. See [Resource
861
- # names](https://cloud.google.com/apis/design/resource_names) for the
862
- # appropriate value for this field.
863
- # @param [Fixnum] options_requested_policy_version
864
- # Optional. The maximum policy version that will be used to format the policy.
865
- # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
866
- # rejected. Requests for policies with any conditional role bindings must
867
- # specify version 3. Policies with no conditional role bindings may specify any
868
- # valid value or leave the field unset. The policy in the response might use the
869
- # policy version that you specified, or it might use a lower policy version. For
870
- # example, if you specify version 3, but the policy has no conditional role
871
- # bindings, the response uses version 1. To learn which resources support
872
- # conditions in their IAM policies, see the [IAM documentation](https://cloud.
873
- # google.com/iam/help/conditions/resource-policies).
874
- # @param [String] fields
875
- # Selector specifying which fields to include in a partial response.
876
- # @param [String] quota_user
877
- # Available to use for quota purposes for server-side applications. Can be any
878
- # arbitrary string assigned to a user, but should not exceed 40 characters.
879
- # @param [Google::Apis::RequestOptions] options
880
- # Request-specific options
881
- #
882
- # @yield [result, err] Result & error if block supplied
883
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
884
- # @yieldparam err [StandardError] error object if request failed
885
- #
886
- # @return [Google::Apis::DataformV1beta1::Policy]
887
- #
888
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
889
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
890
- # @raise [Google::Apis::AuthorizationError] Authorization is required
891
- def get_project_location_repository_comment_thread_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
892
- command = make_simple_command(:get, 'v1beta1/{+resource}:getIamPolicy', options)
893
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
894
- command.response_class = Google::Apis::DataformV1beta1::Policy
895
- command.params['resource'] = resource unless resource.nil?
896
- command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
897
- command.query['fields'] = fields unless fields.nil?
898
- command.query['quotaUser'] = quota_user unless quota_user.nil?
899
- execute_or_queue_command(command, &block)
900
- end
901
-
902
- # Sets the access control policy on the specified resource. Replaces any
903
- # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
904
- # PERMISSION_DENIED` errors.
905
- # @param [String] resource
906
- # REQUIRED: The resource for which the policy is being specified. See [Resource
907
- # names](https://cloud.google.com/apis/design/resource_names) for the
908
- # appropriate value for this field.
909
- # @param [Google::Apis::DataformV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
910
- # @param [String] fields
911
- # Selector specifying which fields to include in a partial response.
912
- # @param [String] quota_user
913
- # Available to use for quota purposes for server-side applications. Can be any
914
- # arbitrary string assigned to a user, but should not exceed 40 characters.
915
- # @param [Google::Apis::RequestOptions] options
916
- # Request-specific options
917
- #
918
- # @yield [result, err] Result & error if block supplied
919
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
920
- # @yieldparam err [StandardError] error object if request failed
921
- #
922
- # @return [Google::Apis::DataformV1beta1::Policy]
923
- #
924
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
925
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
926
- # @raise [Google::Apis::AuthorizationError] Authorization is required
927
- def set_comment_thread_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
928
- command = make_simple_command(:post, 'v1beta1/{+resource}:setIamPolicy', options)
929
- command.request_representation = Google::Apis::DataformV1beta1::SetIamPolicyRequest::Representation
930
- command.request_object = set_iam_policy_request_object
931
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
932
- command.response_class = Google::Apis::DataformV1beta1::Policy
933
- command.params['resource'] = resource unless resource.nil?
934
- command.query['fields'] = fields unless fields.nil?
935
- command.query['quotaUser'] = quota_user unless quota_user.nil?
936
- execute_or_queue_command(command, &block)
937
- end
938
-
939
- # Gets the access control policy for a resource. Returns an empty policy if the
940
- # resource exists and does not have a policy set.
941
- # @param [String] resource
942
- # REQUIRED: The resource for which the policy is being requested. See [Resource
943
- # names](https://cloud.google.com/apis/design/resource_names) for the
944
- # appropriate value for this field.
945
- # @param [Fixnum] options_requested_policy_version
946
- # Optional. The maximum policy version that will be used to format the policy.
947
- # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
948
- # rejected. Requests for policies with any conditional role bindings must
949
- # specify version 3. Policies with no conditional role bindings may specify any
950
- # valid value or leave the field unset. The policy in the response might use the
951
- # policy version that you specified, or it might use a lower policy version. For
952
- # example, if you specify version 3, but the policy has no conditional role
953
- # bindings, the response uses version 1. To learn which resources support
954
- # conditions in their IAM policies, see the [IAM documentation](https://cloud.
955
- # google.com/iam/help/conditions/resource-policies).
956
- # @param [String] fields
957
- # Selector specifying which fields to include in a partial response.
958
- # @param [String] quota_user
959
- # Available to use for quota purposes for server-side applications. Can be any
960
- # arbitrary string assigned to a user, but should not exceed 40 characters.
961
- # @param [Google::Apis::RequestOptions] options
962
- # Request-specific options
963
- #
964
- # @yield [result, err] Result & error if block supplied
965
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
966
- # @yieldparam err [StandardError] error object if request failed
967
- #
968
- # @return [Google::Apis::DataformV1beta1::Policy]
969
- #
970
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
971
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
972
- # @raise [Google::Apis::AuthorizationError] Authorization is required
973
- def get_project_location_repository_comment_thread_comment_iam_policy(resource, options_requested_policy_version: nil, fields: nil, quota_user: nil, options: nil, &block)
974
- command = make_simple_command(:get, 'v1beta1/{+resource}:getIamPolicy', options)
975
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
976
- command.response_class = Google::Apis::DataformV1beta1::Policy
977
- command.params['resource'] = resource unless resource.nil?
978
- command.query['options.requestedPolicyVersion'] = options_requested_policy_version unless options_requested_policy_version.nil?
979
- command.query['fields'] = fields unless fields.nil?
980
- command.query['quotaUser'] = quota_user unless quota_user.nil?
981
- execute_or_queue_command(command, &block)
982
- end
983
-
984
- # Sets the access control policy on the specified resource. Replaces any
985
- # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
986
- # PERMISSION_DENIED` errors.
987
- # @param [String] resource
988
- # REQUIRED: The resource for which the policy is being specified. See [Resource
989
- # names](https://cloud.google.com/apis/design/resource_names) for the
990
- # appropriate value for this field.
991
- # @param [Google::Apis::DataformV1beta1::SetIamPolicyRequest] set_iam_policy_request_object
992
- # @param [String] fields
993
- # Selector specifying which fields to include in a partial response.
994
- # @param [String] quota_user
995
- # Available to use for quota purposes for server-side applications. Can be any
996
- # arbitrary string assigned to a user, but should not exceed 40 characters.
997
- # @param [Google::Apis::RequestOptions] options
998
- # Request-specific options
999
- #
1000
- # @yield [result, err] Result & error if block supplied
1001
- # @yieldparam result [Google::Apis::DataformV1beta1::Policy] parsed result object
1002
- # @yieldparam err [StandardError] error object if request failed
1003
- #
1004
- # @return [Google::Apis::DataformV1beta1::Policy]
1005
- #
1006
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1007
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1008
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1009
- def set_comment_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1010
- command = make_simple_command(:post, 'v1beta1/{+resource}:setIamPolicy', options)
1011
- command.request_representation = Google::Apis::DataformV1beta1::SetIamPolicyRequest::Representation
1012
- command.request_object = set_iam_policy_request_object
1013
- command.response_representation = Google::Apis::DataformV1beta1::Policy::Representation
1014
- command.response_class = Google::Apis::DataformV1beta1::Policy
1015
- command.params['resource'] = resource unless resource.nil?
1016
- command.query['fields'] = fields unless fields.nil?
1017
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1018
- execute_or_queue_command(command, &block)
1019
- end
1020
-
1021
737
  # Creates a new CompilationResult in a given project and location.
1022
738
  # @param [String] parent
1023
739
  # Required. The repository in which to create the compilation result. Must be in
@@ -1317,10 +1033,11 @@ module Google
1317
1033
  execute_or_queue_command(command, &block)
1318
1034
  end
1319
1035
 
1320
- # Updates a single ReleaseConfig. *Note:* This method does not fully implement
1321
- # AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad
1322
- # request 2. When the *field_mask* is omitted, instead of only updating the set
1323
- # fields, the request is treated as a full update on all modifiable fields
1036
+ # Updates a single ReleaseConfig. **Note:** *This method does not fully
1037
+ # implement*, (see [AIP/134](https://google.aip.dev/134), in particular: - The
1038
+ # wildcard entry (**\***) is treated as a bad request - When the **field_mask**
1039
+ # is omitted, instead of only updating the set fields, the request is treated as
1040
+ # a full update on all modifiable fields
1324
1041
  # @param [String] name
1325
1042
  # Identifier. The release config's name.
1326
1043
  # @param [Google::Apis::DataformV1beta1::ReleaseConfig] release_config_object
@@ -1497,10 +1214,11 @@ module Google
1497
1214
  execute_or_queue_command(command, &block)
1498
1215
  end
1499
1216
 
1500
- # Updates a single WorkflowConfig. *Note:* This method does not fully implement
1501
- # AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad
1502
- # request 2. When the *field_mask* is omitted, instead of only updating the set
1503
- # fields, the request is treated as a full update on all modifiable fields
1217
+ # Updates a single WorkflowConfig. **Note:** *This method does not fully
1218
+ # implement*, (see [AIP/134](https://google.aip.dev/134), in particular: - The
1219
+ # wildcard entry (**\***) is treated as a bad request - When the **field_mask**
1220
+ # is omitted, instead of only updating the set fields, the request is treated as
1221
+ # a full update on all modifiable fields
1504
1222
  # @param [String] name
1505
1223
  # Identifier. The workflow config's name.
1506
1224
  # @param [Google::Apis::DataformV1beta1::WorkflowConfig] workflow_config_object
@@ -1550,10 +1268,10 @@ module Google
1550
1268
  # Request-specific options
1551
1269
  #
1552
1270
  # @yield [result, err] Result & error if block supplied
1553
- # @yieldparam result [Google::Apis::DataformV1beta1::Empty] parsed result object
1271
+ # @yieldparam result [Google::Apis::DataformV1beta1::CancelWorkflowInvocationResponse] parsed result object
1554
1272
  # @yieldparam err [StandardError] error object if request failed
1555
1273
  #
1556
- # @return [Google::Apis::DataformV1beta1::Empty]
1274
+ # @return [Google::Apis::DataformV1beta1::CancelWorkflowInvocationResponse]
1557
1275
  #
1558
1276
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1559
1277
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
@@ -1562,8 +1280,8 @@ module Google
1562
1280
  command = make_simple_command(:post, 'v1beta1/{+name}:cancel', options)
1563
1281
  command.request_representation = Google::Apis::DataformV1beta1::CancelWorkflowInvocationRequest::Representation
1564
1282
  command.request_object = cancel_workflow_invocation_request_object
1565
- command.response_representation = Google::Apis::DataformV1beta1::Empty::Representation
1566
- command.response_class = Google::Apis::DataformV1beta1::Empty
1283
+ command.response_representation = Google::Apis::DataformV1beta1::CancelWorkflowInvocationResponse::Representation
1284
+ command.response_class = Google::Apis::DataformV1beta1::CancelWorkflowInvocationResponse
1567
1285
  command.params['name'] = name unless name.nil?
1568
1286
  command.query['fields'] = fields unless fields.nil?
1569
1287
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -1768,10 +1486,10 @@ module Google
1768
1486
  # Request-specific options
1769
1487
  #
1770
1488
  # @yield [result, err] Result & error if block supplied
1771
- # @yieldparam result [Google::Apis::DataformV1beta1::Empty] parsed result object
1489
+ # @yieldparam result [Google::Apis::DataformV1beta1::CommitWorkspaceChangesResponse] parsed result object
1772
1490
  # @yieldparam err [StandardError] error object if request failed
1773
1491
  #
1774
- # @return [Google::Apis::DataformV1beta1::Empty]
1492
+ # @return [Google::Apis::DataformV1beta1::CommitWorkspaceChangesResponse]
1775
1493
  #
1776
1494
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1777
1495
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
@@ -1780,8 +1498,8 @@ module Google
1780
1498
  command = make_simple_command(:post, 'v1beta1/{+name}:commit', options)
1781
1499
  command.request_representation = Google::Apis::DataformV1beta1::CommitWorkspaceChangesRequest::Representation
1782
1500
  command.request_object = commit_workspace_changes_request_object
1783
- command.response_representation = Google::Apis::DataformV1beta1::Empty::Representation
1784
- command.response_class = Google::Apis::DataformV1beta1::Empty
1501
+ command.response_representation = Google::Apis::DataformV1beta1::CommitWorkspaceChangesResponse::Representation
1502
+ command.response_class = Google::Apis::DataformV1beta1::CommitWorkspaceChangesResponse
1785
1503
  command.params['name'] = name unless name.nil?
1786
1504
  command.query['fields'] = fields unless fields.nil?
1787
1505
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -2226,10 +1944,10 @@ module Google
2226
1944
  # Request-specific options
2227
1945
  #
2228
1946
  # @yield [result, err] Result & error if block supplied
2229
- # @yieldparam result [Google::Apis::DataformV1beta1::Empty] parsed result object
1947
+ # @yieldparam result [Google::Apis::DataformV1beta1::PullGitCommitsResponse] parsed result object
2230
1948
  # @yieldparam err [StandardError] error object if request failed
2231
1949
  #
2232
- # @return [Google::Apis::DataformV1beta1::Empty]
1950
+ # @return [Google::Apis::DataformV1beta1::PullGitCommitsResponse]
2233
1951
  #
2234
1952
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2235
1953
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
@@ -2238,8 +1956,8 @@ module Google
2238
1956
  command = make_simple_command(:post, 'v1beta1/{+name}:pull', options)
2239
1957
  command.request_representation = Google::Apis::DataformV1beta1::PullGitCommitsRequest::Representation
2240
1958
  command.request_object = pull_git_commits_request_object
2241
- command.response_representation = Google::Apis::DataformV1beta1::Empty::Representation
2242
- command.response_class = Google::Apis::DataformV1beta1::Empty
1959
+ command.response_representation = Google::Apis::DataformV1beta1::PullGitCommitsResponse::Representation
1960
+ command.response_class = Google::Apis::DataformV1beta1::PullGitCommitsResponse
2243
1961
  command.params['name'] = name unless name.nil?
2244
1962
  command.query['fields'] = fields unless fields.nil?
2245
1963
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -2259,10 +1977,10 @@ module Google
2259
1977
  # Request-specific options
2260
1978
  #
2261
1979
  # @yield [result, err] Result & error if block supplied
2262
- # @yieldparam result [Google::Apis::DataformV1beta1::Empty] parsed result object
1980
+ # @yieldparam result [Google::Apis::DataformV1beta1::PushGitCommitsResponse] parsed result object
2263
1981
  # @yieldparam err [StandardError] error object if request failed
2264
1982
  #
2265
- # @return [Google::Apis::DataformV1beta1::Empty]
1983
+ # @return [Google::Apis::DataformV1beta1::PushGitCommitsResponse]
2266
1984
  #
2267
1985
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2268
1986
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
@@ -2271,8 +1989,8 @@ module Google
2271
1989
  command = make_simple_command(:post, 'v1beta1/{+name}:push', options)
2272
1990
  command.request_representation = Google::Apis::DataformV1beta1::PushGitCommitsRequest::Representation
2273
1991
  command.request_object = push_git_commits_request_object
2274
- command.response_representation = Google::Apis::DataformV1beta1::Empty::Representation
2275
- command.response_class = Google::Apis::DataformV1beta1::Empty
1992
+ command.response_representation = Google::Apis::DataformV1beta1::PushGitCommitsResponse::Representation
1993
+ command.response_class = Google::Apis::DataformV1beta1::PushGitCommitsResponse
2276
1994
  command.params['name'] = name unless name.nil?
2277
1995
  command.query['fields'] = fields unless fields.nil?
2278
1996
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -2374,10 +2092,10 @@ module Google
2374
2092
  # Request-specific options
2375
2093
  #
2376
2094
  # @yield [result, err] Result & error if block supplied
2377
- # @yieldparam result [Google::Apis::DataformV1beta1::Empty] parsed result object
2095
+ # @yieldparam result [Google::Apis::DataformV1beta1::RemoveDirectoryResponse] parsed result object
2378
2096
  # @yieldparam err [StandardError] error object if request failed
2379
2097
  #
2380
- # @return [Google::Apis::DataformV1beta1::Empty]
2098
+ # @return [Google::Apis::DataformV1beta1::RemoveDirectoryResponse]
2381
2099
  #
2382
2100
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2383
2101
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
@@ -2386,8 +2104,8 @@ module Google
2386
2104
  command = make_simple_command(:post, 'v1beta1/{+workspace}:removeDirectory', options)
2387
2105
  command.request_representation = Google::Apis::DataformV1beta1::RemoveDirectoryRequest::Representation
2388
2106
  command.request_object = remove_directory_request_object
2389
- command.response_representation = Google::Apis::DataformV1beta1::Empty::Representation
2390
- command.response_class = Google::Apis::DataformV1beta1::Empty
2107
+ command.response_representation = Google::Apis::DataformV1beta1::RemoveDirectoryResponse::Representation
2108
+ command.response_class = Google::Apis::DataformV1beta1::RemoveDirectoryResponse
2391
2109
  command.params['workspace'] = workspace unless workspace.nil?
2392
2110
  command.query['fields'] = fields unless fields.nil?
2393
2111
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -2407,10 +2125,10 @@ module Google
2407
2125
  # Request-specific options
2408
2126
  #
2409
2127
  # @yield [result, err] Result & error if block supplied
2410
- # @yieldparam result [Google::Apis::DataformV1beta1::Empty] parsed result object
2128
+ # @yieldparam result [Google::Apis::DataformV1beta1::RemoveFileResponse] parsed result object
2411
2129
  # @yieldparam err [StandardError] error object if request failed
2412
2130
  #
2413
- # @return [Google::Apis::DataformV1beta1::Empty]
2131
+ # @return [Google::Apis::DataformV1beta1::RemoveFileResponse]
2414
2132
  #
2415
2133
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2416
2134
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
@@ -2419,8 +2137,8 @@ module Google
2419
2137
  command = make_simple_command(:post, 'v1beta1/{+workspace}:removeFile', options)
2420
2138
  command.request_representation = Google::Apis::DataformV1beta1::RemoveFileRequest::Representation
2421
2139
  command.request_object = remove_file_request_object
2422
- command.response_representation = Google::Apis::DataformV1beta1::Empty::Representation
2423
- command.response_class = Google::Apis::DataformV1beta1::Empty
2140
+ command.response_representation = Google::Apis::DataformV1beta1::RemoveFileResponse::Representation
2141
+ command.response_class = Google::Apis::DataformV1beta1::RemoveFileResponse
2424
2142
  command.params['workspace'] = workspace unless workspace.nil?
2425
2143
  command.query['fields'] = fields unless fields.nil?
2426
2144
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -2440,10 +2158,10 @@ module Google
2440
2158
  # Request-specific options
2441
2159
  #
2442
2160
  # @yield [result, err] Result & error if block supplied
2443
- # @yieldparam result [Google::Apis::DataformV1beta1::Empty] parsed result object
2161
+ # @yieldparam result [Google::Apis::DataformV1beta1::ResetWorkspaceChangesResponse] parsed result object
2444
2162
  # @yieldparam err [StandardError] error object if request failed
2445
2163
  #
2446
- # @return [Google::Apis::DataformV1beta1::Empty]
2164
+ # @return [Google::Apis::DataformV1beta1::ResetWorkspaceChangesResponse]
2447
2165
  #
2448
2166
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2449
2167
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
@@ -2452,8 +2170,8 @@ module Google
2452
2170
  command = make_simple_command(:post, 'v1beta1/{+name}:reset', options)
2453
2171
  command.request_representation = Google::Apis::DataformV1beta1::ResetWorkspaceChangesRequest::Representation
2454
2172
  command.request_object = reset_workspace_changes_request_object
2455
- command.response_representation = Google::Apis::DataformV1beta1::Empty::Representation
2456
- command.response_class = Google::Apis::DataformV1beta1::Empty
2173
+ command.response_representation = Google::Apis::DataformV1beta1::ResetWorkspaceChangesResponse::Representation
2174
+ command.response_class = Google::Apis::DataformV1beta1::ResetWorkspaceChangesResponse
2457
2175
  command.params['name'] = name unless name.nil?
2458
2176
  command.query['fields'] = fields unless fields.nil?
2459
2177
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -30,6 +30,9 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1beta1'
32
32
 
33
+ # View and manage your data in Google BigQuery and see the email address for your Google Account
34
+ AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
35
+
33
36
  # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
37
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
38
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataform_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataform_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.35.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.37.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataform_v1beta1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Dataform API V1beta1
82
79
  test_files: []