google-apis-composer_v1 0.48.0 → 0.49.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3dc6e2796b486f9a94d2d7e3c24cbf86ca4d46b12c20ca0c675c395caed272cc
|
4
|
+
data.tar.gz: 41c0ec502001f9ad4061d78625e64e2310ce66a336c6c37b2aa6624089865f6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb89277d6b5099b29ebda8a3d49c8a818666b454f38fe531691d6cb4b145ebc1b7a42c16f8a3de76c8a8d09636d4e6fca49c69e286265faafc6b30dce494649f
|
7
|
+
data.tar.gz: 505f0d7eb69eb106503784500a537a7b52ca5fd6003f0773070b2df3a5f454f4467c5c35cfbfafc19fed0f7d9e119ac6e3d72d821f637edea103a6dcacd97831
|
data/CHANGELOG.md
CHANGED
@@ -501,6 +501,12 @@ module Google
|
|
501
501
|
# @return [String]
|
502
502
|
attr_accessor :name
|
503
503
|
|
504
|
+
# Output only. Reserved for future use.
|
505
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
506
|
+
# @return [Boolean]
|
507
|
+
attr_accessor :satisfies_pzi
|
508
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
509
|
+
|
504
510
|
# Output only. Reserved for future use.
|
505
511
|
# Corresponds to the JSON property `satisfiesPzs`
|
506
512
|
# @return [Boolean]
|
@@ -538,6 +544,7 @@ module Google
|
|
538
544
|
@create_time = args[:create_time] if args.key?(:create_time)
|
539
545
|
@labels = args[:labels] if args.key?(:labels)
|
540
546
|
@name = args[:name] if args.key?(:name)
|
547
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
541
548
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
542
549
|
@state = args[:state] if args.key?(:state)
|
543
550
|
@storage_config = args[:storage_config] if args.key?(:storage_config)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComposerV1
|
18
18
|
# Version of the google-apis-composer_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.49.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
|
@@ -532,6 +532,7 @@ module Google
|
|
532
532
|
property :create_time, as: 'createTime'
|
533
533
|
hash :labels, as: 'labels'
|
534
534
|
property :name, as: 'name'
|
535
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
535
536
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
536
537
|
property :state, as: 'state'
|
537
538
|
property :storage_config, as: 'storageConfig', class: Google::Apis::ComposerV1::StorageConfig, decorator: Google::Apis::ComposerV1::StorageConfig::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-composer_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.49.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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.49.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|