google-apis-composer_v1beta1 0.45.0 → 0.46.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: b000f23fcf47ae5a512352cea24bb127ea98cc4152199269cb5f6554ed529c48
4
- data.tar.gz: fc22151c0f01f182f17d19721b9c0a5fa186a7ff51abf6c0f1292dfe430d298a
3
+ metadata.gz: 0d2c202e47e3f4dcda4a71ece3205112ceb8eb3677ce89cbf0719443ab8fbaf6
4
+ data.tar.gz: a77077c541e8d5eb7765f366e041afc5d5d489f3dfe27c11c9c24b7b629f2d57
5
5
  SHA512:
6
- metadata.gz: 288c2e457f979f8ccedf789e650e47f3a1384a69078d03d61c5e408201367ce64d13aa7172c80448c442ebb9d447b73b453b9c99266dd15053de3ec01f4a0fe0
7
- data.tar.gz: 24f2c87e31e598e2732d6175055736af919702511f440bb23c9d31f8c572437d94d580fd02375d627299afb8849e5be022cd76e38f0b93aefadf345c2cb9f94d
6
+ metadata.gz: 6eba49db2b6c19e7849aeebb3c5053f4cf64da4f87464ba97b20eae8835814ce3eb6e6bc02aba9d6382f652a0ef74e9f7756dadbc3d826db3953131a80ec4f33
7
+ data.tar.gz: c313887449fd98c5f16096ea2442cd319ebf34cd73c386e9b8e0050f83829e3a1264bfcd3b178e021bdf79070fa81824915d427c57babbd5ced2ce90b42c30b0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-composer_v1beta1
2
2
 
3
+ ### v0.46.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240716
6
+
3
7
  ### v0.45.0 (2024-05-19)
4
8
 
5
9
  * Regenerated using generator version 0.15.0
@@ -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.45.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 = "20240310"
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.45.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-05-26 00:00:00.000000000 Z
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.45.0
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: []