google-apis-dataform_v1beta1 0.36.0 → 0.38.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: 95cd563005e396b76586ff160ce50ab9f456da0a72d4a02349d3697ab5cd8def
4
- data.tar.gz: b117311cfb2752444313b626d6810fc8bbea0a1c20708560100fc2eeb97e907d
3
+ metadata.gz: df0f76b36ea4537dd8a99ea3b9408a35acbf520f6aa7d6a1df98c9ae9ed5b912
4
+ data.tar.gz: 46d453f14da6c9f55dc8aa800fb0cd9db378f106aa2a32f6e43ca9f370d79ce4
5
5
  SHA512:
6
- metadata.gz: 185fa98e50bf9529f1daaf78017f074b8d9413372232f2b4e7915210db920cae842a2c1a4c57d9585d20f9ca5fd0aae34345e3b843ec8932617d16ca795a20c8
7
- data.tar.gz: 4cb6d7448e3a61e247753d89064425bc4c71beab4459ddf1b3457527adb392b7e784dcafa553e47b72e41fc4e1f5bdb01c4454edf0984beea95a9d7e8bc11c0e
6
+ metadata.gz: b49e16c1876914e9a73b7afa70afb0fdb8afcc14c89fd4c9a12329606788528e93cc3336162ab56d10a21e0ddd8de4964b08f16985572fec34a331e5ea5ec198
7
+ data.tar.gz: 260287a316d138dd924eaa1f972b8e118949fafa29cde22d7c8c922dd6a20dbb9122bb0b66a30dad805b960418b5c85f99632e8430467e92339fb9db8986e5fc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dataform_v1beta1
2
2
 
3
+ ### v0.38.0 (2025-03-09)
4
+
5
+ * Regenerated from discovery document revision 20250302
6
+
7
+ ### v0.37.0 (2025-03-02)
8
+
9
+ * Regenerated from discovery document revision 20250223
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.36.0 (2024-12-15)
4
13
 
5
14
  * Regenerated from discovery document revision 20241203
@@ -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.36.0"
19
+ GEM_VERSION = "0.38.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 = "20241203"
25
+ REVISION = "20250302"
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 [AIP-134](https://google.aip.dev/134); in particular:
160
+ # - The wildcard entry (**\***) is treated as a bad request - When the **
161
+ # field_mask** is omitted, instead of only updating the set fields, the request
162
+ # 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
@@ -301,9 +301,9 @@ module Google
301
301
  # @param [String] name
302
302
  # Required. The repository's name.
303
303
  # @param [Boolean] force
304
- # If set to true, any child resources of this repository will also be deleted. (
305
- # Otherwise, the request will only succeed if the repository has no child
306
- # 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.)
307
307
  # @param [String] fields
308
308
  # Selector specifying which fields to include in a partial response.
309
309
  # @param [String] quota_user
@@ -529,10 +529,11 @@ module Google
529
529
  execute_or_queue_command(command, &block)
530
530
  end
531
531
 
532
- # Updates a single Repository. *Note:* This method does not fully implement AIP/
533
- # 134. In particular: 1. The wildcard entry (***) is treated as a bad request 2.
534
- # When the *field_mask* is omitted, instead of only updating the set fields, the
535
- # request is treated as a full update on all modifiable fields
532
+ # Updates a single Repository. **Note:** This method does not fully implement [
533
+ # AIP-134](https://google.aip.dev/134); in particular: - The wildcard entry (**\*
534
+ # **) is treated as a bad request - When the **field_mask** is omitted, instead
535
+ # of only updating the set fields, the request is treated as a full update on
536
+ # all modifiable fields
536
537
  # @param [String] name
537
538
  # Identifier. The repository's name.
538
539
  # @param [Google::Apis::DataformV1beta1::Repository] repository_object
@@ -1032,10 +1033,11 @@ module Google
1032
1033
  execute_or_queue_command(command, &block)
1033
1034
  end
1034
1035
 
1035
- # Updates a single ReleaseConfig. *Note:* This method does not fully implement
1036
- # AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad
1037
- # request 2. When the *field_mask* is omitted, instead of only updating the set
1038
- # fields, the request is treated as a full update on all modifiable fields
1036
+ # Updates a single ReleaseConfig. **Note:** This method does not fully implement
1037
+ # [AIP-134](https://google.aip.dev/134); in particular: - The wildcard entry (**\
1038
+ # ***) is treated as a bad request - When the **field_mask** is omitted, instead
1039
+ # of only updating the set fields, the request is treated as a full update on
1040
+ # all modifiable fields
1039
1041
  # @param [String] name
1040
1042
  # Identifier. The release config's name.
1041
1043
  # @param [Google::Apis::DataformV1beta1::ReleaseConfig] release_config_object
@@ -1212,10 +1214,11 @@ module Google
1212
1214
  execute_or_queue_command(command, &block)
1213
1215
  end
1214
1216
 
1215
- # Updates a single WorkflowConfig. *Note:* This method does not fully implement
1216
- # AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad
1217
- # request 2. When the *field_mask* is omitted, instead of only updating the set
1218
- # 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 [AIP-134](https://google.aip.dev/134); in particular: - The wildcard
1219
+ # entry (**\***) is treated as a bad request - When the **field_mask** is
1220
+ # omitted, instead of only updating the set fields, the request is treated as a
1221
+ # full update on all modifiable fields
1219
1222
  # @param [String] name
1220
1223
  # Identifier. The workflow config's name.
1221
1224
  # @param [Google::Apis::DataformV1beta1::WorkflowConfig] workflow_config_object
@@ -1265,10 +1268,10 @@ module Google
1265
1268
  # Request-specific options
1266
1269
  #
1267
1270
  # @yield [result, err] Result & error if block supplied
1268
- # @yieldparam result [Google::Apis::DataformV1beta1::Empty] parsed result object
1271
+ # @yieldparam result [Google::Apis::DataformV1beta1::CancelWorkflowInvocationResponse] parsed result object
1269
1272
  # @yieldparam err [StandardError] error object if request failed
1270
1273
  #
1271
- # @return [Google::Apis::DataformV1beta1::Empty]
1274
+ # @return [Google::Apis::DataformV1beta1::CancelWorkflowInvocationResponse]
1272
1275
  #
1273
1276
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1274
1277
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
@@ -1277,8 +1280,8 @@ module Google
1277
1280
  command = make_simple_command(:post, 'v1beta1/{+name}:cancel', options)
1278
1281
  command.request_representation = Google::Apis::DataformV1beta1::CancelWorkflowInvocationRequest::Representation
1279
1282
  command.request_object = cancel_workflow_invocation_request_object
1280
- command.response_representation = Google::Apis::DataformV1beta1::Empty::Representation
1281
- command.response_class = Google::Apis::DataformV1beta1::Empty
1283
+ command.response_representation = Google::Apis::DataformV1beta1::CancelWorkflowInvocationResponse::Representation
1284
+ command.response_class = Google::Apis::DataformV1beta1::CancelWorkflowInvocationResponse
1282
1285
  command.params['name'] = name unless name.nil?
1283
1286
  command.query['fields'] = fields unless fields.nil?
1284
1287
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -1483,10 +1486,10 @@ module Google
1483
1486
  # Request-specific options
1484
1487
  #
1485
1488
  # @yield [result, err] Result & error if block supplied
1486
- # @yieldparam result [Google::Apis::DataformV1beta1::Empty] parsed result object
1489
+ # @yieldparam result [Google::Apis::DataformV1beta1::CommitWorkspaceChangesResponse] parsed result object
1487
1490
  # @yieldparam err [StandardError] error object if request failed
1488
1491
  #
1489
- # @return [Google::Apis::DataformV1beta1::Empty]
1492
+ # @return [Google::Apis::DataformV1beta1::CommitWorkspaceChangesResponse]
1490
1493
  #
1491
1494
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1492
1495
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
@@ -1495,8 +1498,8 @@ module Google
1495
1498
  command = make_simple_command(:post, 'v1beta1/{+name}:commit', options)
1496
1499
  command.request_representation = Google::Apis::DataformV1beta1::CommitWorkspaceChangesRequest::Representation
1497
1500
  command.request_object = commit_workspace_changes_request_object
1498
- command.response_representation = Google::Apis::DataformV1beta1::Empty::Representation
1499
- command.response_class = Google::Apis::DataformV1beta1::Empty
1501
+ command.response_representation = Google::Apis::DataformV1beta1::CommitWorkspaceChangesResponse::Representation
1502
+ command.response_class = Google::Apis::DataformV1beta1::CommitWorkspaceChangesResponse
1500
1503
  command.params['name'] = name unless name.nil?
1501
1504
  command.query['fields'] = fields unless fields.nil?
1502
1505
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -1941,10 +1944,10 @@ module Google
1941
1944
  # Request-specific options
1942
1945
  #
1943
1946
  # @yield [result, err] Result & error if block supplied
1944
- # @yieldparam result [Google::Apis::DataformV1beta1::Empty] parsed result object
1947
+ # @yieldparam result [Google::Apis::DataformV1beta1::PullGitCommitsResponse] parsed result object
1945
1948
  # @yieldparam err [StandardError] error object if request failed
1946
1949
  #
1947
- # @return [Google::Apis::DataformV1beta1::Empty]
1950
+ # @return [Google::Apis::DataformV1beta1::PullGitCommitsResponse]
1948
1951
  #
1949
1952
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1950
1953
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
@@ -1953,8 +1956,8 @@ module Google
1953
1956
  command = make_simple_command(:post, 'v1beta1/{+name}:pull', options)
1954
1957
  command.request_representation = Google::Apis::DataformV1beta1::PullGitCommitsRequest::Representation
1955
1958
  command.request_object = pull_git_commits_request_object
1956
- command.response_representation = Google::Apis::DataformV1beta1::Empty::Representation
1957
- command.response_class = Google::Apis::DataformV1beta1::Empty
1959
+ command.response_representation = Google::Apis::DataformV1beta1::PullGitCommitsResponse::Representation
1960
+ command.response_class = Google::Apis::DataformV1beta1::PullGitCommitsResponse
1958
1961
  command.params['name'] = name unless name.nil?
1959
1962
  command.query['fields'] = fields unless fields.nil?
1960
1963
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -1974,10 +1977,10 @@ module Google
1974
1977
  # Request-specific options
1975
1978
  #
1976
1979
  # @yield [result, err] Result & error if block supplied
1977
- # @yieldparam result [Google::Apis::DataformV1beta1::Empty] parsed result object
1980
+ # @yieldparam result [Google::Apis::DataformV1beta1::PushGitCommitsResponse] parsed result object
1978
1981
  # @yieldparam err [StandardError] error object if request failed
1979
1982
  #
1980
- # @return [Google::Apis::DataformV1beta1::Empty]
1983
+ # @return [Google::Apis::DataformV1beta1::PushGitCommitsResponse]
1981
1984
  #
1982
1985
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1983
1986
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
@@ -1986,8 +1989,8 @@ module Google
1986
1989
  command = make_simple_command(:post, 'v1beta1/{+name}:push', options)
1987
1990
  command.request_representation = Google::Apis::DataformV1beta1::PushGitCommitsRequest::Representation
1988
1991
  command.request_object = push_git_commits_request_object
1989
- command.response_representation = Google::Apis::DataformV1beta1::Empty::Representation
1990
- command.response_class = Google::Apis::DataformV1beta1::Empty
1992
+ command.response_representation = Google::Apis::DataformV1beta1::PushGitCommitsResponse::Representation
1993
+ command.response_class = Google::Apis::DataformV1beta1::PushGitCommitsResponse
1991
1994
  command.params['name'] = name unless name.nil?
1992
1995
  command.query['fields'] = fields unless fields.nil?
1993
1996
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -2089,10 +2092,10 @@ module Google
2089
2092
  # Request-specific options
2090
2093
  #
2091
2094
  # @yield [result, err] Result & error if block supplied
2092
- # @yieldparam result [Google::Apis::DataformV1beta1::Empty] parsed result object
2095
+ # @yieldparam result [Google::Apis::DataformV1beta1::RemoveDirectoryResponse] parsed result object
2093
2096
  # @yieldparam err [StandardError] error object if request failed
2094
2097
  #
2095
- # @return [Google::Apis::DataformV1beta1::Empty]
2098
+ # @return [Google::Apis::DataformV1beta1::RemoveDirectoryResponse]
2096
2099
  #
2097
2100
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2098
2101
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
@@ -2101,8 +2104,8 @@ module Google
2101
2104
  command = make_simple_command(:post, 'v1beta1/{+workspace}:removeDirectory', options)
2102
2105
  command.request_representation = Google::Apis::DataformV1beta1::RemoveDirectoryRequest::Representation
2103
2106
  command.request_object = remove_directory_request_object
2104
- command.response_representation = Google::Apis::DataformV1beta1::Empty::Representation
2105
- command.response_class = Google::Apis::DataformV1beta1::Empty
2107
+ command.response_representation = Google::Apis::DataformV1beta1::RemoveDirectoryResponse::Representation
2108
+ command.response_class = Google::Apis::DataformV1beta1::RemoveDirectoryResponse
2106
2109
  command.params['workspace'] = workspace unless workspace.nil?
2107
2110
  command.query['fields'] = fields unless fields.nil?
2108
2111
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -2122,10 +2125,10 @@ module Google
2122
2125
  # Request-specific options
2123
2126
  #
2124
2127
  # @yield [result, err] Result & error if block supplied
2125
- # @yieldparam result [Google::Apis::DataformV1beta1::Empty] parsed result object
2128
+ # @yieldparam result [Google::Apis::DataformV1beta1::RemoveFileResponse] parsed result object
2126
2129
  # @yieldparam err [StandardError] error object if request failed
2127
2130
  #
2128
- # @return [Google::Apis::DataformV1beta1::Empty]
2131
+ # @return [Google::Apis::DataformV1beta1::RemoveFileResponse]
2129
2132
  #
2130
2133
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2131
2134
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
@@ -2134,8 +2137,8 @@ module Google
2134
2137
  command = make_simple_command(:post, 'v1beta1/{+workspace}:removeFile', options)
2135
2138
  command.request_representation = Google::Apis::DataformV1beta1::RemoveFileRequest::Representation
2136
2139
  command.request_object = remove_file_request_object
2137
- command.response_representation = Google::Apis::DataformV1beta1::Empty::Representation
2138
- command.response_class = Google::Apis::DataformV1beta1::Empty
2140
+ command.response_representation = Google::Apis::DataformV1beta1::RemoveFileResponse::Representation
2141
+ command.response_class = Google::Apis::DataformV1beta1::RemoveFileResponse
2139
2142
  command.params['workspace'] = workspace unless workspace.nil?
2140
2143
  command.query['fields'] = fields unless fields.nil?
2141
2144
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -2155,10 +2158,10 @@ module Google
2155
2158
  # Request-specific options
2156
2159
  #
2157
2160
  # @yield [result, err] Result & error if block supplied
2158
- # @yieldparam result [Google::Apis::DataformV1beta1::Empty] parsed result object
2161
+ # @yieldparam result [Google::Apis::DataformV1beta1::ResetWorkspaceChangesResponse] parsed result object
2159
2162
  # @yieldparam err [StandardError] error object if request failed
2160
2163
  #
2161
- # @return [Google::Apis::DataformV1beta1::Empty]
2164
+ # @return [Google::Apis::DataformV1beta1::ResetWorkspaceChangesResponse]
2162
2165
  #
2163
2166
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2164
2167
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
@@ -2167,8 +2170,8 @@ module Google
2167
2170
  command = make_simple_command(:post, 'v1beta1/{+name}:reset', options)
2168
2171
  command.request_representation = Google::Apis::DataformV1beta1::ResetWorkspaceChangesRequest::Representation
2169
2172
  command.request_object = reset_workspace_changes_request_object
2170
- command.response_representation = Google::Apis::DataformV1beta1::Empty::Representation
2171
- command.response_class = Google::Apis::DataformV1beta1::Empty
2173
+ command.response_representation = Google::Apis::DataformV1beta1::ResetWorkspaceChangesResponse::Representation
2174
+ command.response_class = Google::Apis::DataformV1beta1::ResetWorkspaceChangesResponse
2172
2175
  command.params['name'] = name unless name.nil?
2173
2176
  command.query['fields'] = fields unless fields.nil?
2174
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.36.0
4
+ version: 0.38.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-15 00:00:00.000000000 Z
10
+ date: 2025-03-09 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.36.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.38.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.23
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: []