google-apis-file_v1beta1 0.61.0 → 0.62.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d90aa82262065751627fc4d06658ef37e8e638899dcbe76be016b9fb203f210
|
4
|
+
data.tar.gz: fd184086007c9be7cc778df932d6585ccab24a3dc24e42d51d7d18f558e57dfa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2658c3abcb931e8485fff1453001a79a2ce1d92b4b41635a8e79f6efcdc85c06f75f277ee623a50e434ba16924b697e22175febc063e6ed6b2ff47958feb1ae
|
7
|
+
data.tar.gz: aa6e8af9d4cc389b5b54369b0796224f8a3bced1eba01d884b4bff42c9e2596b4910bef5994ba25392906648379e80b867d15d04280b6325f33399a495b9f57e
|
data/CHANGELOG.md
CHANGED
@@ -347,6 +347,14 @@ module Google
|
|
347
347
|
# @return [String]
|
348
348
|
attr_accessor :source_backup
|
349
349
|
|
350
|
+
# The resource name of the BackupDR backup, in the format `projects/`project_id`/
|
351
|
+
# locations/`location_id`/backupVaults/`backupvault_id`/dataSources/`
|
352
|
+
# datasource_id`/backups/`backup_id``, TODO (b/443690479) - Remove visibility
|
353
|
+
# restrictions once the feature is ready
|
354
|
+
# Corresponds to the JSON property `sourceBackupdrBackup`
|
355
|
+
# @return [String]
|
356
|
+
attr_accessor :source_backupdr_backup
|
357
|
+
|
350
358
|
def initialize(**args)
|
351
359
|
update!(**args)
|
352
360
|
end
|
@@ -357,6 +365,7 @@ module Google
|
|
357
365
|
@name = args[:name] if args.key?(:name)
|
358
366
|
@nfs_export_options = args[:nfs_export_options] if args.key?(:nfs_export_options)
|
359
367
|
@source_backup = args[:source_backup] if args.key?(:source_backup)
|
368
|
+
@source_backupdr_backup = args[:source_backupdr_backup] if args.key?(:source_backupdr_backup)
|
360
369
|
end
|
361
370
|
end
|
362
371
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FileV1beta1
|
18
18
|
# Version of the google-apis-file_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.62.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 = "
|
25
|
+
REVISION = "20250929"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -416,6 +416,7 @@ module Google
|
|
416
416
|
collection :nfs_export_options, as: 'nfsExportOptions', class: Google::Apis::FileV1beta1::NfsExportOptions, decorator: Google::Apis::FileV1beta1::NfsExportOptions::Representation
|
417
417
|
|
418
418
|
property :source_backup, as: 'sourceBackup'
|
419
|
+
property :source_backupdr_backup, as: 'sourceBackupdrBackup'
|
419
420
|
end
|
420
421
|
end
|
421
422
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-file_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.62.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-file_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.62.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|