google-apis-composer_v1beta1 0.36.0 → 0.37.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: e27a6589e666e6305fa3b5a6615a7c8b51e57fbc2f5b4fb3215164ba337ba319
|
|
4
|
+
data.tar.gz: 6c98d5de57174c23d00a15137b9219798697cc973daa6204916ebef292fbea75
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e957052db382a3c42fd17f8a259f6b75961dce478f008473625c32a04f2ffc2ce45b9b9e3361c4351da93a6b9e4bf016a7d304ce6574e4b21bdeeef8a7f2a27
|
|
7
|
+
data.tar.gz: 9073b183bfe8cb049b00d278df6d34f36e58b2a190aa866143509627f5378a883f4119a55a2051a3e7ba4a003eb9f41c56a365d446c6d4956400aac90bed7c95
|
data/CHANGELOG.md
CHANGED
|
@@ -337,6 +337,12 @@ module Google
|
|
|
337
337
|
# @return [String]
|
|
338
338
|
attr_accessor :name
|
|
339
339
|
|
|
340
|
+
# Output only. Reserved for future use.
|
|
341
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
|
342
|
+
# @return [Boolean]
|
|
343
|
+
attr_accessor :satisfies_pzs
|
|
344
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
|
345
|
+
|
|
340
346
|
# The current state of the environment.
|
|
341
347
|
# Corresponds to the JSON property `state`
|
|
342
348
|
# @return [String]
|
|
@@ -368,6 +374,7 @@ module Google
|
|
|
368
374
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
369
375
|
@labels = args[:labels] if args.key?(:labels)
|
|
370
376
|
@name = args[:name] if args.key?(:name)
|
|
377
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
371
378
|
@state = args[:state] if args.key?(:state)
|
|
372
379
|
@storage_config = args[:storage_config] if args.key?(:storage_config)
|
|
373
380
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
@@ -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.37.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230917"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -424,6 +424,7 @@ module Google
|
|
|
424
424
|
property :create_time, as: 'createTime'
|
|
425
425
|
hash :labels, as: 'labels'
|
|
426
426
|
property :name, as: 'name'
|
|
427
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
427
428
|
property :state, as: 'state'
|
|
428
429
|
property :storage_config, as: 'storageConfig', class: Google::Apis::ComposerV1beta1::StorageConfig, decorator: Google::Apis::ComposerV1beta1::StorageConfig::Representation
|
|
429
430
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.37.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: 2023-
|
|
11
|
+
date: 2023-09-24 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-composer_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.37.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.4.
|
|
78
|
+
rubygems_version: 3.4.19
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Cloud Composer API V1beta1
|