google-apis-dataform_v1beta1 0.24.0 → 0.25.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c12b6c73423383b410d15a2d9213af943c24699ffa54d370f9cb34122f74500
|
|
4
|
+
data.tar.gz: 348a48edf4d5767de85f9d85125d93f666e462576d154bb5f304680ed98e621b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42dac29365ef296ee85d82d82833b9a618e68c9c5807d2a7121c138abb3545ce90ea9582cd6d34c93a461a7057388f02e84a082b40390a1b6e1b954064760b69
|
|
7
|
+
data.tar.gz: 3a46d9647a9246b8511e932604ac16bf917799c14df977123159c36e638a3fe01678b49bce3954787264034e1289e6b4554d824e6ac274615d20d7ee83f50e72
|
data/CHANGELOG.md
CHANGED
|
@@ -2082,7 +2082,7 @@ module Google
|
|
|
2082
2082
|
# @return [String]
|
|
2083
2083
|
attr_accessor :git_commitish
|
|
2084
2084
|
|
|
2085
|
-
#
|
|
2085
|
+
# Identifier. The release config's name.
|
|
2086
2086
|
# Corresponds to the JSON property `name`
|
|
2087
2087
|
# @return [String]
|
|
2088
2088
|
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.
|
|
19
|
+
GEM_VERSION = "0.25.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 = "
|
|
25
|
+
REVISION = "20240302"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1077,7 +1077,7 @@ module Google
|
|
|
1077
1077
|
|
|
1078
1078
|
# Updates a single ReleaseConfig.
|
|
1079
1079
|
# @param [String] name
|
|
1080
|
-
#
|
|
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.
|
|
4
|
+
version: 0.25.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-
|
|
11
|
+
date: 2024-03-10 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.25.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: []
|