google-apis-composer_v1beta1 0.45.0 → 0.46.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: 0d2c202e47e3f4dcda4a71ece3205112ceb8eb3677ce89cbf0719443ab8fbaf6
|
|
4
|
+
data.tar.gz: a77077c541e8d5eb7765f366e041afc5d5d489f3dfe27c11c9c24b7b629f2d57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6eba49db2b6c19e7849aeebb3c5053f4cf64da4f87464ba97b20eae8835814ce3eb6e6bc02aba9d6382f652a0ef74e9f7756dadbc3d826db3953131a80ec4f33
|
|
7
|
+
data.tar.gz: c313887449fd98c5f16096ea2442cd319ebf34cd73c386e9b8e0050f83829e3a1264bfcd3b178e021bdf79070fa81824915d427c57babbd5ced2ce90b42c30b0
|
data/CHANGELOG.md
CHANGED
|
@@ -509,6 +509,12 @@ module Google
|
|
|
509
509
|
# @return [String]
|
|
510
510
|
attr_accessor :name
|
|
511
511
|
|
|
512
|
+
# Output only. Reserved for future use.
|
|
513
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
|
514
|
+
# @return [Boolean]
|
|
515
|
+
attr_accessor :satisfies_pzi
|
|
516
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
|
517
|
+
|
|
512
518
|
# Output only. Reserved for future use.
|
|
513
519
|
# Corresponds to the JSON property `satisfiesPzs`
|
|
514
520
|
# @return [Boolean]
|
|
@@ -546,6 +552,7 @@ module Google
|
|
|
546
552
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
547
553
|
@labels = args[:labels] if args.key?(:labels)
|
|
548
554
|
@name = args[:name] if args.key?(:name)
|
|
555
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
|
549
556
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
550
557
|
@state = args[:state] if args.key?(:state)
|
|
551
558
|
@storage_config = args[:storage_config] if args.key?(:storage_config)
|
|
@@ -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.46.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240716"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -539,6 +539,7 @@ module Google
|
|
|
539
539
|
property :create_time, as: 'createTime'
|
|
540
540
|
hash :labels, as: 'labels'
|
|
541
541
|
property :name, as: 'name'
|
|
542
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
542
543
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
543
544
|
property :state, as: 'state'
|
|
544
545
|
property :storage_config, as: 'storageConfig', class: Google::Apis::ComposerV1beta1::StorageConfig, decorator: Google::Apis::ComposerV1beta1::StorageConfig::Representation
|
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.46.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-07-25 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.46.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: []
|