google-apis-backupdr_v1 0.10.0 → 0.11.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: 0f13bf94fcf3d0b9bbddaaf7a17570cdc6fea1078204b3bca7d936bb37728bca
4
- data.tar.gz: 8ad9ba30712c7329699f54f46e0e98bade356039615015c92a4bb1ba2cd95a49
3
+ metadata.gz: a50405c6f40e847538b98e9c05107b97960c33a444c7516fd714d9e919a8b931
4
+ data.tar.gz: ae38984e276d0733d2c3c33e484116222f512318564c44a29b3b989964829da0
5
5
  SHA512:
6
- metadata.gz: 6302654ccfc969c3935c22584f42ee07bfe9fd9f1cc4f058d1d78be94ace5429a2b9ffb4389d8ba747c51109bba4b87003169eb4d9c22d6b5740731474ee539e
7
- data.tar.gz: 13de5e4788b5421001744e88f58a62b78bebb1a9b92e8bd716b15a4b9f9c5452c6260f25a8eca7c6e1a0784ca43c3d149c1a10cf229de44816f5cb36b39745c2
6
+ metadata.gz: 50aae582681487ffc714a9e0dfa798a3a0295aa5848a53043bf7891a4bc639567d362d7bf6221d42bfa0ebc9d626643972d0ef3035887b10aa897a76d5266334
7
+ data.tar.gz: 88d95a872c2ccc23d74749a7be63ff963b7b55479f8e420eab1e00bf3694bf2c5cd27f703c3eb43ad313a537bc31ea3a766cc10db86e68d6aebc726cc9b7ae38
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-backupdr_v1
2
2
 
3
+ ### v0.11.0 (2024-06-02)
4
+
5
+ * Regenerated from discovery document revision 20240522
6
+
3
7
  ### v0.10.0 (2024-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20240508
@@ -468,6 +468,18 @@ module Google
468
468
  # @return [String]
469
469
  attr_accessor :oauth2_client_id
470
470
 
471
+ # Output only. Reserved for future use.
472
+ # Corresponds to the JSON property `satisfiesPzi`
473
+ # @return [Boolean]
474
+ attr_accessor :satisfies_pzi
475
+ alias_method :satisfies_pzi?, :satisfies_pzi
476
+
477
+ # Output only. Reserved for future use.
478
+ # Corresponds to the JSON property `satisfiesPzs`
479
+ # @return [Boolean]
480
+ attr_accessor :satisfies_pzs
481
+ alias_method :satisfies_pzs?, :satisfies_pzs
482
+
471
483
  # Output only. The ManagementServer state.
472
484
  # Corresponds to the JSON property `state`
473
485
  # @return [String]
@@ -508,6 +520,8 @@ module Google
508
520
  @name = args[:name] if args.key?(:name)
509
521
  @networks = args[:networks] if args.key?(:networks)
510
522
  @oauth2_client_id = args[:oauth2_client_id] if args.key?(:oauth2_client_id)
523
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
524
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
511
525
  @state = args[:state] if args.key?(:state)
512
526
  @type = args[:type] if args.key?(:type)
513
527
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BackupdrV1
18
18
  # Version of the google-apis-backupdr_v1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.11.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 = "20240508"
25
+ REVISION = "20240522"
26
26
  end
27
27
  end
28
28
  end
@@ -256,6 +256,8 @@ module Google
256
256
  collection :networks, as: 'networks', class: Google::Apis::BackupdrV1::NetworkConfig, decorator: Google::Apis::BackupdrV1::NetworkConfig::Representation
257
257
 
258
258
  property :oauth2_client_id, as: 'oauth2ClientId'
259
+ property :satisfies_pzi, as: 'satisfiesPzi'
260
+ property :satisfies_pzs, as: 'satisfiesPzs'
259
261
  property :state, as: 'state'
260
262
  property :type, as: 'type'
261
263
  property :update_time, as: 'updateTime'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-backupdr_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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-19 00:00:00.000000000 Z
11
+ date: 2024-06-02 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-backupdr_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-backupdr_v1
63
63
  post_install_message:
64
64
  rdoc_options: []