google-apis-dataform_v1beta1 0.26.0 → 0.27.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: 2426ebb7be561375c7b25fc2ec819bdf778a048fcc57a2a929a480a6f27a3913
4
- data.tar.gz: ab5307daf6577793cbf63cf68c2c126b4aeecbeb128166582722da20c2a7a3d4
3
+ metadata.gz: edbd20c942a3153c2ed2d25496f94cd709d073085bb000113613801e12abda5b
4
+ data.tar.gz: 4fca3cac204469abf08300052b8ff535c93e661f503bae5cb0a3b12e6ff6aab0
5
5
  SHA512:
6
- metadata.gz: 518772aebfafc4a3b089e866e69618a0d2cf5c87c2cfd4c24a91c5495ac90ebb67fd63a9b0000339038e4b3fe5033c520b5cf5fd9b1f4d3d1b6e5944aebe24fe
7
- data.tar.gz: adb9466af8c8ae4c1b871fbdcbfd8ff5810ff3f8daec492d0dda794b3468791e3121aad9b04b77b34ff0e019589d52438b613788adb4bfe1b5b19b7590932a70
6
+ metadata.gz: 13b23ee4a94b63b822a600a5078510e034fc33a90689fec6ed399e46528a89031de2325229a4da7ed5b3a372b0c9ec6659856b7cf3f0797d72042e4da51c254d
7
+ data.tar.gz: c8b02e3ccfdbdfe3da984191d9fe4d5f2224ac675ff92340f76e485c3de566901de5b6c0f425b1caae2214f2e2cb7ffebd247974188b44b8dd55530b4e859ecb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataform_v1beta1
2
2
 
3
+ ### v0.27.0 (2024-03-31)
4
+
5
+ * Regenerated from discovery document revision 20240323
6
+
3
7
  ### v0.26.0 (2024-03-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20240310
@@ -2630,7 +2630,7 @@ module Google
2630
2630
  # @return [Google::Apis::DataformV1beta1::InvocationConfig]
2631
2631
  attr_accessor :invocation_config
2632
2632
 
2633
- # Output only. The workflow config's name.
2633
+ # Identifier. The workflow config's name.
2634
2634
  # Corresponds to the JSON property `name`
2635
2635
  # @return [String]
2636
2636
  attr_accessor :name
@@ -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.26.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240310"
25
+ REVISION = "20240323"
26
26
  end
27
27
  end
28
28
  end
@@ -1254,7 +1254,7 @@ module Google
1254
1254
 
1255
1255
  # Updates a single WorkflowConfig.
1256
1256
  # @param [String] name
1257
- # Output only. The workflow config's name.
1257
+ # Identifier. The workflow config's name.
1258
1258
  # @param [Google::Apis::DataformV1beta1::WorkflowConfig] workflow_config_object
1259
1259
  # @param [String] update_mask
1260
1260
  # Optional. Specifies the fields to be updated in the workflow config. If left
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.26.0
4
+ version: 0.27.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-03-17 00:00:00.000000000 Z
11
+ date: 2024-03-31 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.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.27.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: []