google-apis-composer_v1beta1 0.56.0 → 0.57.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: 4309d0ee62b1b032757d4922d40d49c6246c2362043e684c1635008ad889b7ea
|
|
4
|
+
data.tar.gz: 8e54f54a3d43318443779fab9caf39126aea17dc7576285c7e7ce84d80754fb8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10b49b357827821de686facbc210ada87c95a032ae1f76ec6cfbab4f751d9911a741f33c7403201d200250ff409c23940f823260cfb1a52c47416b69e43f46ae
|
|
7
|
+
data.tar.gz: 7f1ce494fa4d506e0fc14a38a07fc4337cff188e8cb1eafb6e19b7f5dda44629262d5fd12ddbc4c354a1aec443fbdf3ae18df15aee19876b920e5ab48bb68bd1
|
data/CHANGELOG.md
CHANGED
|
@@ -1791,6 +1791,7 @@ module Google
|
|
|
1791
1791
|
# Optional. If `true`, a Private IP Cloud Composer environment is created. If
|
|
1792
1792
|
# this field is set to true, `IPAllocationPolicy.use_ip_aliases` must be set to
|
|
1793
1793
|
# true for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
|
|
1794
|
+
# This field is going to be deprecated. Use `networking_type` instead.
|
|
1794
1795
|
# Corresponds to the JSON property `enablePrivateEnvironment`
|
|
1795
1796
|
# @return [Boolean]
|
|
1796
1797
|
attr_accessor :enable_private_environment
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComposerV1beta1
|
|
18
18
|
# Version of the google-apis-composer_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.57.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260127"
|
|
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-composer_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.57.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-composer_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.57.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|