google-apis-dataform_v1beta1 0.24.0 → 0.26.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: 06dfdf5564ae3b032ce7908887d2b494128d9bd4cf932ddd3c299f382b0ca9b2
4
- data.tar.gz: 1af9478dec99cc51753b1f37ac75ff60d44e9fed62c7a52cab69f2f50ac3ab52
3
+ metadata.gz: 2426ebb7be561375c7b25fc2ec819bdf778a048fcc57a2a929a480a6f27a3913
4
+ data.tar.gz: ab5307daf6577793cbf63cf68c2c126b4aeecbeb128166582722da20c2a7a3d4
5
5
  SHA512:
6
- metadata.gz: 39bee5f58fef7e8d89dce39df9d3017f04b95728bbd01bbdcac8b89faafae4e13265823e569465a76e65aac1d3b9a1daef9f3d6976d3a2e7a84f5d6d140516d5
7
- data.tar.gz: 90dc1d4bed7c7cd3d485ae0e4470eb9174c5abc3b4688d6891bfbd981741c2f767b6b9919d61f00e3b318fbc8ddb69238d8eb219f2de7f8bc0beb20ebe171e7d
6
+ metadata.gz: 518772aebfafc4a3b089e866e69618a0d2cf5c87c2cfd4c24a91c5495ac90ebb67fd63a9b0000339038e4b3fe5033c520b5cf5fd9b1f4d3d1b6e5944aebe24fe
7
+ data.tar.gz: adb9466af8c8ae4c1b871fbdcbfd8ff5810ff3f8daec492d0dda794b3468791e3121aad9b04b77b34ff0e019589d52438b613788adb4bfe1b5b19b7590932a70
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataform_v1beta1
2
2
 
3
+ ### v0.26.0 (2024-03-17)
4
+
5
+ * Regenerated from discovery document revision 20240310
6
+
7
+ ### v0.25.0 (2024-03-10)
8
+
9
+ * Regenerated from discovery document revision 20240302
10
+
3
11
  ### v0.24.0 (2024-02-24)
4
12
 
5
13
  * Regenerated using generator version 0.14.0
@@ -2082,7 +2082,7 @@ module Google
2082
2082
  # @return [String]
2083
2083
  attr_accessor :git_commitish
2084
2084
 
2085
- # Output only. The release config's name.
2085
+ # Identifier. The release config's name.
2086
2086
  # Corresponds to the JSON property `name`
2087
2087
  # @return [String]
2088
2088
  attr_accessor :name
@@ -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
@@ -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.24.0"
19
+ GEM_VERSION = "0.26.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 = "20240203"
25
+ REVISION = "20240310"
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,
@@ -1077,7 +1077,7 @@ module Google
1077
1077
 
1078
1078
  # Updates a single ReleaseConfig.
1079
1079
  # @param [String] name
1080
- # Output only. The release config's name.
1080
+ # Identifier. The release config's name.
1081
1081
  # @param [Google::Apis::DataformV1beta1::ReleaseConfig] release_config_object
1082
1082
  # @param [String] update_mask
1083
1083
  # Optional. Specifies the fields to be updated in the release 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.24.0
4
+ version: 0.26.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-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-17 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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.26.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: []