google-apis-dataform_v1beta1 0.25.0 → 0.27.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c12b6c73423383b410d15a2d9213af943c24699ffa54d370f9cb34122f74500
4
- data.tar.gz: 348a48edf4d5767de85f9d85125d93f666e462576d154bb5f304680ed98e621b
3
+ metadata.gz: edbd20c942a3153c2ed2d25496f94cd709d073085bb000113613801e12abda5b
4
+ data.tar.gz: 4fca3cac204469abf08300052b8ff535c93e661f503bae5cb0a3b12e6ff6aab0
5
5
  SHA512:
6
- metadata.gz: 42dac29365ef296ee85d82d82833b9a618e68c9c5807d2a7121c138abb3545ce90ea9582cd6d34c93a461a7057388f02e84a082b40390a1b6e1b954064760b69
7
- data.tar.gz: 3a46d9647a9246b8511e932604ac16bf917799c14df977123159c36e638a3fe01678b49bce3954787264034e1289e6b4554d824e6ac274615d20d7ee83f50e72
6
+ metadata.gz: 13b23ee4a94b63b822a600a5078510e034fc33a90689fec6ed399e46528a89031de2325229a4da7ed5b3a372b0c9ec6659856b7cf3f0797d72042e4da51c254d
7
+ data.tar.gz: c8b02e3ccfdbdfe3da984191d9fe4d5f2224ac675ff92340f76e485c3de566901de5b6c0f425b1caae2214f2e2cb7ffebd247974188b44b8dd55530b4e859ecb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.26.0 (2024-03-17)
8
+
9
+ * Regenerated from discovery document revision 20240310
10
+
3
11
  ### v0.25.0 (2024-03-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20240302
@@ -2193,7 +2193,7 @@ module Google
2193
2193
  # @return [Hash<String,String>]
2194
2194
  attr_accessor :labels
2195
2195
 
2196
- # Output only. The repository's name.
2196
+ # Identifier. The repository's name.
2197
2197
  # Corresponds to the JSON property `name`
2198
2198
  # @return [String]
2199
2199
  attr_accessor :name
@@ -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
@@ -2792,7 +2792,7 @@ module Google
2792
2792
  class Workspace
2793
2793
  include Google::Apis::Core::Hashable
2794
2794
 
2795
- # Output only. The workspace's name.
2795
+ # Identifier. The workspace's name.
2796
2796
  # Corresponds to the JSON property `name`
2797
2797
  # @return [String]
2798
2798
  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.25.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 = "20240302"
25
+ REVISION = "20240323"
26
26
  end
27
27
  end
28
28
  end
@@ -582,7 +582,7 @@ module Google
582
582
 
583
583
  # Updates a single Repository.
584
584
  # @param [String] name
585
- # Output only. The repository's name.
585
+ # Identifier. The repository's name.
586
586
  # @param [Google::Apis::DataformV1beta1::Repository] repository_object
587
587
  # @param [String] update_mask
588
588
  # Optional. Specifies the fields to be updated in the repository. If left unset,
@@ -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.25.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-10 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.25.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: []