google-apis-dataform_v1beta1 0.62.0 → 0.63.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: cf46a2098a05a507162f8b1e44201c692e85079d90da58219077ebfe20aa040f
|
|
4
|
+
data.tar.gz: 488c2d0ad9494ebb53ae4eeee1a27015876d24adbc1b416b17bfa8c1a8d5ad0e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d300542fc58c17dcacaafd9b1eeea19861bf73bb54276633751860b5e3fbd642122e5bd5d74bca3d43b1c64456244735b54665ff5aeaf95317f47777109cad4
|
|
7
|
+
data.tar.gz: 0d649ad59d6205de39545db65c1d2807062c1d643fe3d7513c4cae2e441c54a02c7c3471e74ade8ed2e8367fe17473d901705cdc36adaefe5cf8428d3eb87a8c
|
data/CHANGELOG.md
CHANGED
|
@@ -4755,7 +4755,7 @@ module Google
|
|
|
4755
4755
|
# Optional. Input only. Immutable. The maximum depth of the Git repository to
|
|
4756
4756
|
# checkout for this workspace. If defined and greater than 0, the Git repository
|
|
4757
4757
|
# will be created as a shallow clone with the given depth, otherwise a full
|
|
4758
|
-
# clone will be performed. This field is available only for GitHub,
|
|
4758
|
+
# clone will be performed. This field is available only for GitHub, GitLab and
|
|
4759
4759
|
# 1p repositories with enabled branch management.
|
|
4760
4760
|
# Corresponds to the JSON property `depth`
|
|
4761
4761
|
# @return [Fixnum]
|
|
@@ -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.63.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260826"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.63.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataform_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.63.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataform_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|