google-apis-dataform_v1beta1 0.33.0 → 0.35.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: 413983d1c283b580cd2baf03d2480c60e1b1250a1850b67032bb8ede14b0c63b
4
- data.tar.gz: f2627c6c4079225324d643193e1f65385d80d78382f20672f0f2def7e6dc2f3a
3
+ metadata.gz: a9479d2209bedd82dc6b8b6badde116724fab847e7f641a099eb6e2c7e668034
4
+ data.tar.gz: f00e1ea7927a871a24ce60400164664c620774f940c8dd35521f03c432053a18
5
5
  SHA512:
6
- metadata.gz: a46acdfbafead9e7f23ed5c2ee1734f444aac1753e72015b3f9ade03435452780031d3d14ab0830804ba0f3e99d08d2f9b978ddddefb185a7d5cc865bd7af0cb
7
- data.tar.gz: 637bcfd743e0612c4d57e5ab80435714c109108eea6e62894e724dc48f6f553988abeb54bdbfedc384dcc44c5a908cacb2c8b073c3767f56ad3fc7a398dc1c5d
6
+ metadata.gz: a45313e7bea20ae5e88383717b501e5c2bedaf797b9db714a544d3d498e48baf7d0e29f85890b5ce9a534c19f030ff7d99fade3b6896b666c3ca0436371a16a7
7
+ data.tar.gz: ecc2cdf1a4514a366d6d9102e516b9d02b3855597014082cfd359a73e5d8e339daf7fd569c1628eeba7743e8baaf7f2ef8de6f36c8734a7b1aa4d7de170d3c76
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataform_v1beta1
2
2
 
3
+ ### v0.35.0 (2024-11-24)
4
+
5
+ * Regenerated from discovery document revision 20241108
6
+
7
+ ### v0.34.0 (2024-11-03)
8
+
9
+ * Regenerated from discovery document revision 20241020
10
+
3
11
  ### v0.33.0 (2024-09-01)
4
12
 
5
13
  * Regenerated from discovery document revision 20240824
@@ -622,11 +622,6 @@ module Google
622
622
  # @return [Google::Apis::DataformV1beta1::Target]
623
623
  attr_accessor :canonical_target
624
624
 
625
- # Defines a compiled Data Preparation entity
626
- # Corresponds to the JSON property `dataPreparation`
627
- # @return [Google::Apis::DataformV1beta1::DataPreparation]
628
- attr_accessor :data_preparation
629
-
630
625
  # Represents a relation which is not managed by Dataform but which may be
631
626
  # referenced by Dataform actions.
632
627
  # Corresponds to the JSON property `declaration`
@@ -668,7 +663,6 @@ module Google
668
663
  def update!(**args)
669
664
  @assertion = args[:assertion] if args.key?(:assertion)
670
665
  @canonical_target = args[:canonical_target] if args.key?(:canonical_target)
671
- @data_preparation = args[:data_preparation] if args.key?(:data_preparation)
672
666
  @declaration = args[:declaration] if args.key?(:declaration)
673
667
  @file_path = args[:file_path] if args.key?(:file_path)
674
668
  @notebook = args[:notebook] if args.key?(:notebook)
@@ -742,45 +736,6 @@ module Google
742
736
  end
743
737
  end
744
738
 
745
- # Defines a compiled Data Preparation entity
746
- class DataPreparation
747
- include Google::Apis::Core::Hashable
748
-
749
- # The data preparation definition, stored as a binary encoded proto.
750
- # Corresponds to the JSON property `contents`
751
- # NOTE: Values are automatically base64 encoded/decoded in the client library.
752
- # @return [String]
753
- attr_accessor :contents
754
-
755
- # A list of actions that this action depends on.
756
- # Corresponds to the JSON property `dependencyTargets`
757
- # @return [Array<Google::Apis::DataformV1beta1::Target>]
758
- attr_accessor :dependency_targets
759
-
760
- # Whether this action is disabled (i.e. should not be run).
761
- # Corresponds to the JSON property `disabled`
762
- # @return [Boolean]
763
- attr_accessor :disabled
764
- alias_method :disabled?, :disabled
765
-
766
- # Arbitrary, user-defined tags on this action.
767
- # Corresponds to the JSON property `tags`
768
- # @return [Array<String>]
769
- attr_accessor :tags
770
-
771
- def initialize(**args)
772
- update!(**args)
773
- end
774
-
775
- # Update properties of this object
776
- def update!(**args)
777
- @contents = args[:contents] if args.key?(:contents)
778
- @dependency_targets = args[:dependency_targets] if args.key?(:dependency_targets)
779
- @disabled = args[:disabled] if args.key?(:disabled)
780
- @tags = args[:tags] if args.key?(:tags)
781
- end
782
- end
783
-
784
739
  # Represents a relation which is not managed by Dataform but which may be
785
740
  # referenced by Dataform actions.
786
741
  class Declaration
@@ -1765,9 +1720,9 @@ module Google
1765
1720
  attr_accessor :api_version
1766
1721
 
1767
1722
  # Output only. Identifies whether the user has requested cancellation of the
1768
- # operation. Operations that have been cancelled successfully have Operation.
1769
- # error value with a google.rpc.Status.code of 1, corresponding to `Code.
1770
- # CANCELLED`.
1723
+ # operation. Operations that have been cancelled successfully have google.
1724
+ # longrunning.Operation.error value with a google.rpc.Status.code of `1`,
1725
+ # corresponding to `Code.CANCELLED`.
1771
1726
  # Corresponds to the JSON property `cancelRequested`
1772
1727
  # @return [Boolean]
1773
1728
  attr_accessor :cancel_requested
@@ -2312,8 +2267,8 @@ module Google
2312
2267
  attr_accessor :name
2313
2268
 
2314
2269
  # Output only. Records of the 10 most recent scheduled release attempts, ordered
2315
- # in in descending order of `release_time`. Updated whenever automatic creation
2316
- # of a compilation result is triggered by cron_schedule.
2270
+ # in descending order of `release_time`. Updated whenever automatic creation of
2271
+ # a compilation result is triggered by cron_schedule.
2317
2272
  # Corresponds to the JSON property `recentScheduledReleaseRecords`
2318
2273
  # @return [Array<Google::Apis::DataformV1beta1::ScheduledReleaseRecord>]
2319
2274
  attr_accessor :recent_scheduled_release_records
@@ -2420,8 +2375,8 @@ module Google
2420
2375
  # Optional. The reference to a KMS encryption key. If provided, it will be used
2421
2376
  # to encrypt user data in the repository and all child resources. It is not
2422
2377
  # possible to add or update the encryption key after the repository is created.
2423
- # Example: `projects/[kms_project_id]/locations/[region]/keyRings/[key_region]/
2424
- # cryptoKeys/[key]`
2378
+ # Example: `projects/`kms_project`/locations/`location`/keyRings/`key_location`/
2379
+ # cryptoKeys/`key``
2425
2380
  # Corresponds to the JSON property `kmsKeyName`
2426
2381
  # @return [String]
2427
2382
  attr_accessor :kms_key_name
@@ -2881,7 +2836,7 @@ module Google
2881
2836
  attr_accessor :name
2882
2837
 
2883
2838
  # Output only. Records of the 10 most recent scheduled execution attempts,
2884
- # ordered in in descending order of `execution_time`. Updated whenever automatic
2839
+ # ordered in descending order of `execution_time`. Updated whenever automatic
2885
2840
  # creation of a workflow invocation is triggered by cron_schedule.
2886
2841
  # Corresponds to the JSON property `recentScheduledExecutionRecords`
2887
2842
  # @return [Array<Google::Apis::DataformV1beta1::ScheduledExecutionRecord>]
@@ -3056,6 +3011,11 @@ module Google
3056
3011
  class Workspace
3057
3012
  include Google::Apis::Core::Hashable
3058
3013
 
3014
+ # Output only. The timestamp of when the workspace was created.
3015
+ # Corresponds to the JSON property `createTime`
3016
+ # @return [String]
3017
+ attr_accessor :create_time
3018
+
3059
3019
  # Describes encryption state of a resource.
3060
3020
  # Corresponds to the JSON property `dataEncryptionState`
3061
3021
  # @return [Google::Apis::DataformV1beta1::DataEncryptionState]
@@ -3072,6 +3032,7 @@ module Google
3072
3032
 
3073
3033
  # Update properties of this object
3074
3034
  def update!(**args)
3035
+ @create_time = args[:create_time] if args.key?(:create_time)
3075
3036
  @data_encryption_state = args[:data_encryption_state] if args.key?(:data_encryption_state)
3076
3037
  @name = args[:name] if args.key?(:name)
3077
3038
  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.33.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240824"
25
+ REVISION = "20241108"
26
26
  end
27
27
  end
28
28
  end
@@ -130,12 +130,6 @@ module Google
130
130
  include Google::Apis::Core::JsonObjectSupport
131
131
  end
132
132
 
133
- class DataPreparation
134
- class Representation < Google::Apis::Core::JsonRepresentation; end
135
-
136
- include Google::Apis::Core::JsonObjectSupport
137
- end
138
-
139
133
  class Declaration
140
134
  class Representation < Google::Apis::Core::JsonRepresentation; end
141
135
 
@@ -731,8 +725,6 @@ module Google
731
725
 
732
726
  property :canonical_target, as: 'canonicalTarget', class: Google::Apis::DataformV1beta1::Target, decorator: Google::Apis::DataformV1beta1::Target::Representation
733
727
 
734
- property :data_preparation, as: 'dataPreparation', class: Google::Apis::DataformV1beta1::DataPreparation, decorator: Google::Apis::DataformV1beta1::DataPreparation::Representation
735
-
736
728
  property :declaration, as: 'declaration', class: Google::Apis::DataformV1beta1::Declaration, decorator: Google::Apis::DataformV1beta1::Declaration::Representation
737
729
 
738
730
  property :file_path, as: 'filePath'
@@ -769,17 +761,6 @@ module Google
769
761
  end
770
762
  end
771
763
 
772
- class DataPreparation
773
- # @private
774
- class Representation < Google::Apis::Core::JsonRepresentation
775
- property :contents, :base64 => true, as: 'contents'
776
- collection :dependency_targets, as: 'dependencyTargets', class: Google::Apis::DataformV1beta1::Target, decorator: Google::Apis::DataformV1beta1::Target::Representation
777
-
778
- property :disabled, as: 'disabled'
779
- collection :tags, as: 'tags'
780
- end
781
- end
782
-
783
764
  class Declaration
784
765
  # @private
785
766
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1428,6 +1409,7 @@ module Google
1428
1409
  class Workspace
1429
1410
  # @private
1430
1411
  class Representation < Google::Apis::Core::JsonRepresentation
1412
+ property :create_time, as: 'createTime'
1431
1413
  property :data_encryption_state, as: 'dataEncryptionState', class: Google::Apis::DataformV1beta1::DataEncryptionState, decorator: Google::Apis::DataformV1beta1::DataEncryptionState::Representation
1432
1414
 
1433
1415
  property :name, as: 'name'
@@ -155,7 +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.
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
159
163
  # @param [String] name
160
164
  # Identifier. The config name.
161
165
  # @param [Google::Apis::DataformV1beta1::Config] config_object
@@ -460,8 +464,8 @@ module Google
460
464
  # @param [String] page_token
461
465
  # Optional. Page token received from a previous `FetchRepositoryHistory` call.
462
466
  # Provide this to retrieve the subsequent page. When paginating, all other
463
- # parameters provided to `FetchRepositoryHistory` must match the call that
464
- # provided the page token.
467
+ # parameters provided to `FetchRepositoryHistory`, with the exception of `
468
+ # page_size`, must match the call that provided the page token.
465
469
  # @param [String] fields
466
470
  # Selector specifying which fields to include in a partial response.
467
471
  # @param [String] quota_user
@@ -613,8 +617,8 @@ module Google
613
617
  # @param [String] page_token
614
618
  # Optional. Page token received from a previous `ListRepositories` call. Provide
615
619
  # this to retrieve the subsequent page. When paginating, all other parameters
616
- # provided to `ListRepositories` must match the call that provided the page
617
- # token.
620
+ # provided to `ListRepositories`, with the exception of `page_size`, must match
621
+ # the call that provided the page token.
618
622
  # @param [String] fields
619
623
  # Selector specifying which fields to include in a partial response.
620
624
  # @param [String] quota_user
@@ -646,7 +650,10 @@ module Google
646
650
  execute_or_queue_command(command, &block)
647
651
  end
648
652
 
649
- # Updates a single Repository.
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
650
657
  # @param [String] name
651
658
  # Identifier. The repository's name.
652
659
  # @param [Google::Apis::DataformV1beta1::Repository] repository_object
@@ -697,8 +704,8 @@ module Google
697
704
  # Optional. Page token received from a previous `
698
705
  # QueryRepositoryDirectoryContents` call. Provide this to retrieve the
699
706
  # subsequent page. When paginating, all other parameters provided to `
700
- # QueryRepositoryDirectoryContents` must match the call that provided the page
701
- # token.
707
+ # QueryRepositoryDirectoryContents`, with the exception of `page_size`, must
708
+ # match the call that provided the page token.
702
709
  # @param [String] path
703
710
  # Optional. The directory's full path including directory name, relative to root.
704
711
  # If left unset, the root is used.
@@ -1092,8 +1099,8 @@ module Google
1092
1099
  # @param [String] page_token
1093
1100
  # Optional. Page token received from a previous `ListCompilationResults` call.
1094
1101
  # Provide this to retrieve the subsequent page. When paginating, all other
1095
- # parameters provided to `ListCompilationResults` must match the call that
1096
- # provided the page token.
1102
+ # parameters provided to `ListCompilationResults`, with the exception of `
1103
+ # page_size`, must match the call that provided the page token.
1097
1104
  # @param [String] fields
1098
1105
  # Selector specifying which fields to include in a partial response.
1099
1106
  # @param [String] quota_user
@@ -1138,8 +1145,8 @@ module Google
1138
1145
  # @param [String] page_token
1139
1146
  # Optional. Page token received from a previous `QueryCompilationResultActions`
1140
1147
  # call. Provide this to retrieve the subsequent page. When paginating, all other
1141
- # parameters provided to `QueryCompilationResultActions` must match the call
1142
- # that provided the page token.
1148
+ # parameters provided to `QueryCompilationResultActions`, with the exception of `
1149
+ # page_size`, must match the call that provided the page token.
1143
1150
  # @param [String] fields
1144
1151
  # Selector specifying which fields to include in a partial response.
1145
1152
  # @param [String] quota_user
@@ -1279,8 +1286,8 @@ module Google
1279
1286
  # @param [String] page_token
1280
1287
  # Optional. Page token received from a previous `ListReleaseConfigs` call.
1281
1288
  # Provide this to retrieve the subsequent page. When paginating, all other
1282
- # parameters provided to `ListReleaseConfigs` must match the call that provided
1283
- # the page token.
1289
+ # parameters provided to `ListReleaseConfigs`, with the exception of `page_size`,
1290
+ # must match the call that provided the page token.
1284
1291
  # @param [String] fields
1285
1292
  # Selector specifying which fields to include in a partial response.
1286
1293
  # @param [String] quota_user
@@ -1310,7 +1317,10 @@ module Google
1310
1317
  execute_or_queue_command(command, &block)
1311
1318
  end
1312
1319
 
1313
- # Updates a single ReleaseConfig.
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
1314
1324
  # @param [String] name
1315
1325
  # Identifier. The release config's name.
1316
1326
  # @param [Google::Apis::DataformV1beta1::ReleaseConfig] release_config_object
@@ -1456,8 +1466,8 @@ module Google
1456
1466
  # @param [String] page_token
1457
1467
  # Optional. Page token received from a previous `ListWorkflowConfigs` call.
1458
1468
  # Provide this to retrieve the subsequent page. When paginating, all other
1459
- # parameters provided to `ListWorkflowConfigs` must match the call that provided
1460
- # the page token.
1469
+ # parameters provided to `ListWorkflowConfigs`, with the exception of `page_size`
1470
+ # , must match the call that provided the page token.
1461
1471
  # @param [String] fields
1462
1472
  # Selector specifying which fields to include in a partial response.
1463
1473
  # @param [String] quota_user
@@ -1487,7 +1497,10 @@ module Google
1487
1497
  execute_or_queue_command(command, &block)
1488
1498
  end
1489
1499
 
1490
- # Updates a single WorkflowConfig.
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
1491
1504
  # @param [String] name
1492
1505
  # Identifier. The workflow config's name.
1493
1506
  # @param [Google::Apis::DataformV1beta1::WorkflowConfig] workflow_config_object
@@ -1668,8 +1681,8 @@ module Google
1668
1681
  # @param [String] page_token
1669
1682
  # Optional. Page token received from a previous `ListWorkflowInvocations` call.
1670
1683
  # Provide this to retrieve the subsequent page. When paginating, all other
1671
- # parameters provided to `ListWorkflowInvocations` must match the call that
1672
- # provided the page token.
1684
+ # parameters provided to `ListWorkflowInvocations`, with the exception of `
1685
+ # page_size`, must match the call that provided the page token.
1673
1686
  # @param [String] fields
1674
1687
  # Selector specifying which fields to include in a partial response.
1675
1688
  # @param [String] quota_user
@@ -1711,8 +1724,8 @@ module Google
1711
1724
  # @param [String] page_token
1712
1725
  # Optional. Page token received from a previous `QueryWorkflowInvocationActions`
1713
1726
  # call. Provide this to retrieve the subsequent page. When paginating, all other
1714
- # parameters provided to `QueryWorkflowInvocationActions` must match the call
1715
- # that provided the page token.
1727
+ # parameters provided to `QueryWorkflowInvocationActions`, with the exception of
1728
+ # `page_size`, must match the call that provided the page token.
1716
1729
  # @param [String] fields
1717
1730
  # Selector specifying which fields to include in a partial response.
1718
1731
  # @param [String] quota_user
@@ -2067,7 +2080,8 @@ module Google
2067
2080
  # @param [String] page_token
2068
2081
  # Optional. Page token received from a previous `ListWorkspaces` call. Provide
2069
2082
  # this to retrieve the subsequent page. When paginating, all other parameters
2070
- # provided to `ListWorkspaces` must match the call that provided the page token.
2083
+ # provided to `ListWorkspaces`, with the exception of `page_size`, must match
2084
+ # the call that provided the page token.
2071
2085
  # @param [String] fields
2072
2086
  # Selector specifying which fields to include in a partial response.
2073
2087
  # @param [String] quota_user
@@ -2274,8 +2288,8 @@ module Google
2274
2288
  # @param [String] page_token
2275
2289
  # Optional. Page token received from a previous `QueryDirectoryContents` call.
2276
2290
  # Provide this to retrieve the subsequent page. When paginating, all other
2277
- # parameters provided to `QueryDirectoryContents` must match the call that
2278
- # provided the page token.
2291
+ # parameters provided to `QueryDirectoryContents`, with the exception of `
2292
+ # page_size`, must match the call that provided the page token.
2279
2293
  # @param [String] path
2280
2294
  # Optional. The directory's full path including directory name, relative to the
2281
2295
  # workspace root. If left unset, the workspace root is used.
@@ -2460,8 +2474,8 @@ module Google
2460
2474
  # @param [String] page_token
2461
2475
  # Optional. Page token received from a previous `SearchFilesRequest` call.
2462
2476
  # Provide this to retrieve the subsequent page. When paginating, all other
2463
- # parameters provided to `SearchFilesRequest` must match the call that provided
2464
- # the page token.
2477
+ # parameters provided to `SearchFilesRequest`, with the exception of `page_size`,
2478
+ # must match the call that provided the page token.
2465
2479
  # @param [String] fields
2466
2480
  # Selector specifying which fields to include in a partial response.
2467
2481
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataform_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-01 00:00:00.000000000 Z
11
+ date: 2024-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.35.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataform_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Dataform API V1beta1