google-apis-backupdr_v1 0.47.0 → 0.48.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: 549efdb104eefac307e91ef8a2a8c06eaf33a9a5c91d149ab21dac8c2a51e999
4
- data.tar.gz: 04bd5726119b97e19432d60992dee6ced819d93920ddf83102810e5fa82db1cd
3
+ metadata.gz: 719d21b3b7c95dabc1bbc1eda77eca696eff2367c11ba23aa606b2e839f3a68c
4
+ data.tar.gz: a56f09e37f1b18076a2945f5b0701ac9478b4c2b6a947e8cf5a23f57ac1c11df
5
5
  SHA512:
6
- metadata.gz: e77170b74c8968d6623e4313cbd8c02a7a7f0957ca59ef2d936629c9c2385fe82ff725f0f2dc4e50f0aae6abfff45e8e0001d348ecd392197dc61d3466adbe5d
7
- data.tar.gz: 12d99978cf69de1d07e9ea37e9fc751d6b2e9d9933a539349ff6301216950bd8f01b357508c96e4d47f083ae18e0f334ee955c44c7f2d342dccb8239d86cce8f
6
+ metadata.gz: d082aead247a76672e196ae0dbb463d98a22200219a2676d4d960c93bb10600de6fa77ab3b2be03a97a56d78b34eb812de06fbe4618d656fd610fa2dbb09d152
7
+ data.tar.gz: b330d2e29863a14129cde07e1e4a3cc173bdb31b14aeb47234b07361959c95bfa94d6313e558bfd08c5ff40ad27e54c3caccf5dee96adad1a7e337aeec86d23f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-backupdr_v1
2
2
 
3
+ ### v0.48.0 (2025-12-07)
4
+
5
+ * Regenerated from discovery document revision 20251130
6
+
3
7
  ### v0.47.0 (2025-11-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20251112
@@ -4062,8 +4062,9 @@ module Google
4062
4062
  attr_accessor :operations
4063
4063
 
4064
4064
  # Unordered list. Unreachable resources. Populated when the request sets `
4065
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
4066
- # when attempting to list all resources across all supported locations.
4065
+ # ListOperationsRequest.return_partial_success` and reads across collections.
4066
+ # For example, when attempting to list all resources across all supported
4067
+ # locations.
4067
4068
  # Corresponds to the JSON property `unreachable`
4068
4069
  # @return [Array<String>]
4069
4070
  attr_accessor :unreachable
@@ -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.47.0"
19
+ GEM_VERSION = "0.48.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251112"
25
+ REVISION = "20251130"
26
26
  end
27
27
  end
28
28
  end
@@ -2360,11 +2360,12 @@ module Google
2360
2360
  # The standard list page token.
2361
2361
  # @param [Boolean] return_partial_success
2362
2362
  # When set to `true`, operations that are reachable are returned as normal, and
2363
- # those that are unreachable are returned in the [ListOperationsResponse.
2364
- # unreachable] field. This can only be `true` when reading across collections e.
2365
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
2366
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
2367
- # explicitly documented otherwise in service or product specific documentation.
2363
+ # those that are unreachable are returned in the ListOperationsResponse.
2364
+ # unreachable field. This can only be `true` when reading across collections.
2365
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
2366
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
2367
+ # if set unless explicitly documented otherwise in service or product specific
2368
+ # documentation.
2368
2369
  # @param [String] fields
2369
2370
  # Selector specifying which fields to include in a partial response.
2370
2371
  # @param [String] quota_user
@@ -2478,7 +2479,8 @@ module Google
2478
2479
 
2479
2480
  # Ends the trial for a project
2480
2481
  # @param [String] parent
2481
- # Required. The parent resource where this trial will be ended.
2482
+ # Required. The parent resource where the trial has been created. Format:
2483
+ # projects/`project`/locations/`location`
2482
2484
  # @param [Google::Apis::BackupdrV1::EndTrialRequest] end_trial_request_object
2483
2485
  # @param [String] fields
2484
2486
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-backupdr_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-backupdr_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.47.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.48.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-backupdr_v1
62
62
  rdoc_options: []
63
63
  require_paths: