google-apis-backupdr_v1 0.1.0 → 0.2.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: 9057c20fb8d5411edae6985394751c16d15957f4e9d9b2f1afb969cf95ab17d2
4
- data.tar.gz: f6a728b2f298f32a54a74f2ebc8535e1552d894725ccf5c9ffa157b9aac3421e
3
+ metadata.gz: b1d124c2569f9b4ac58e2dc601e6a59bd739b8db057d19e3d06779fc1ca7d02e
4
+ data.tar.gz: dbd1bc3844dcc27998bef692a1b5164f9cf44e120d3afce0342533e11f8f2a8f
5
5
  SHA512:
6
- metadata.gz: dc5d85118a64a0a3343fda93b47869f31b28d09853f2beaa63094f099b5d4956874fc7d363187b38de9ff2b19b8f04bec93d56143c179c2a1b65640d35e8836c
7
- data.tar.gz: f5e4d4f54aa0818a50cf178ee71ac157c2d467c55b1f6b0cf67053ac904da1a71f948f6747c38bf1ea4791af0b4d8a3db780806f0e8b2d424540e8f026f4416c
6
+ metadata.gz: cc71903705a721f16e7c331b92b4500590c48f88f6cd532dd24d6f77d3321d7aba3ca68aa878ca2f6c727af2a79d9863724a5a9b99d61485061929e029d79e5d
7
+ data.tar.gz: db6ec7a6c0bf1a255ba12ff91560c700aeb2789c8cd0c3953af9195fddbf229d789c6f64393da5e3eb1b4cee802526ee6dcee6c0c26ccc1c52c85166fd55bd3e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-backupdr_v1
2
2
 
3
+ ### v0.2.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231008
6
+
3
7
  ### v0.1.0 (2023-10-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20230919
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://cloud.google.com/) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://cloud.google.com/backup-disaster-recovery) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230919"
25
+ REVISION = "20231008"
26
26
  end
27
27
  end
28
28
  end
@@ -30,7 +30,7 @@ module Google
30
30
  # Backupdr = Google::Apis::BackupdrV1 # Alias the module
31
31
  # service = Backupdr::BackupdrService.new
32
32
  #
33
- # @see https://cloud.google.com/
33
+ # @see https://cloud.google.com/backup-disaster-recovery
34
34
  class BackupdrService < Google::Apis::Core::BaseService
35
35
  # @return [String]
36
36
  # API key. Your API key identifies your project and provides you with API access,
@@ -23,7 +23,7 @@ module Google
23
23
  #
24
24
  #
25
25
  #
26
- # @see https://cloud.google.com/
26
+ # @see https://cloud.google.com/backup-disaster-recovery
27
27
  module BackupdrV1
28
28
  # Version of the Backup and DR Service API this client connects to.
29
29
  # This is NOT the gem version.
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.1.0
4
+ version: 0.2.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: 2023-10-01 00:00:00.000000000 Z
11
+ date: 2023-10-22 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.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.2.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: []