google-apis-dataform_v1beta1 0.21.0 → 0.22.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: 6c077e40b90c762071ce1fb80af8e9f3c38ae3086418cf50e88805706a72eb08
4
- data.tar.gz: a849732d45ae36f12f6b5fd30173e9793caeacba15982b736c5c9463cf164a2b
3
+ metadata.gz: bd5e4126a2cdcc8d0afd8744a6d7c53a5c4c7f47a9c23015e2f6ac1f58e5f889
4
+ data.tar.gz: 391d9a53bb8377194f1dd6162340cd5fcd8d30e2d26b777afa1a9faefa2b1881
5
5
  SHA512:
6
- metadata.gz: b882e986aa663c0126d794029d39ad56521922db8e411947b874b3b5cda981e2d3213f703a7338d5d677b6cea8cbf7ad7fd74b60657a7455b0947ef1d88e4a6b
7
- data.tar.gz: 2ff52239cdec111d50066eb55685c838f1eae2894d3aff46013e3fa5834c089574bfa3353cd0d58fa14955196823fd48072ccbe171cbcb74f3cd1513cd01e0a2
6
+ metadata.gz: 14aaca3005664a0b36f1b7e1c138417ab9d1aec376329c3e90c9b2ac59284dfb056dfb04b92229de8c0d27c659426cca6da13fc39282d47c35ce55fbcc54b1f5
7
+ data.tar.gz: 3687bd80c5a734a4813f2afb09580ebe84c1ca3bbd74d799e9258e9b9a3054d95d6e6bc3c018f0725476da1649e6edf17cf08d433700519f95193f6254d35aea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataform_v1beta1
2
2
 
3
+ ### v0.22.0 (2024-02-04)
4
+
5
+ * Regenerated from discovery document revision 20240127
6
+
3
7
  ### v0.21.0 (2024-01-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20240121
@@ -528,9 +528,8 @@ module Google
528
528
  # @return [String]
529
529
  attr_accessor :name
530
530
 
531
- # Immutable. The name of the release config to compile. The release config's '
532
- # current_compilation_result' field will be updated to this compilation result.
533
- # Must be in the format `projects/*/locations/*/repositories/*/releaseConfigs/*`.
531
+ # Immutable. The name of the release config to compile. Must be in the format `
532
+ # projects/*/locations/*/repositories/*/releaseConfigs/*`.
534
533
  # Corresponds to the JSON property `releaseConfig`
535
534
  # @return [String]
536
535
  attr_accessor :release_config
@@ -2096,11 +2095,12 @@ module Google
2096
2095
  attr_accessor :recent_scheduled_release_records
2097
2096
 
2098
2097
  # Optional. The name of the currently released compilation result for this
2099
- # release config. This value is updated when a compilation result is created
2100
- # from this release config, or when this resource is updated by API call (
2101
- # perhaps to roll back to an earlier release). The compilation result must have
2102
- # been created using this release config. Must be in the format `projects/*/
2103
- # locations/*/repositories/*/compilationResults/*`.
2098
+ # release config. This value is updated when a compilation result is
2099
+ # automatically created from this release config (using cron_schedule), or when
2100
+ # this resource is updated by API call (perhaps to roll back to an earlier
2101
+ # release). The compilation result must have been created using this release
2102
+ # config. Must be in the format `projects/*/locations/*/repositories/*/
2103
+ # compilationResults/*`.
2104
2104
  # Corresponds to the JSON property `releaseCompilationResult`
2105
2105
  # @return [String]
2106
2106
  attr_accessor :release_compilation_result
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240121"
25
+ REVISION = "20240127"
26
26
  end
27
27
  end
28
28
  end
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.21.0
4
+ version: 0.22.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-01-28 00:00:00.000000000 Z
11
+ date: 2024-02-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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.22.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: []