google-apis-file_v1 0.59.0 → 0.60.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: 52c96c48f0d8a2dcb265f32c64d6be7f7b7cf2cfd5b21c80a8c4f596ab2c1c87
4
- data.tar.gz: 47615f6864cefcff8f106f20fd730b0706df14973ce1fbdf15dde56a60c9a9de
3
+ metadata.gz: e1c004a74c85c9b457482cb1958e2a97e6936d9dd7036fd64fe466d7e5115e1c
4
+ data.tar.gz: 67c8f1b3b302e90aeac9bd38857b5a479a29166cb6a673204652cfeb11b912dc
5
5
  SHA512:
6
- metadata.gz: 88bcf54f43f7a80952661f5598f1880b378611f7999a9857ba656a321c74684c422c03b2348c50bcbf7b627ad36e1f0b57c0d902f1a950339c68ff6837a169c0
7
- data.tar.gz: d4f719538247a2e2fdc12ce5a4c0deaa8eb61e21849ba5dd9fedf217223228c0c8c0de9d03eb6bc031cc4a13af9703d09c304820481d6c55bf1725ab04185911
6
+ metadata.gz: a9c849d709c2bfe637454f8c4c5cf596fc35c2d90d4ddb558f5d3c9f76980952708eff95b540817613462c58582db37f6ea9aabb6ed17b4b91bbc8671e51c326
7
+ data.tar.gz: 44d2e86114c7f2c5f2de71ce1c64bdf0705b8ef9a454ed172932d34358d6a89fd59a8ec7a6eda9a7db93662a270e5a741c1131a0809a9824ffdb312a19cbe671
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-file_v1
2
2
 
3
+ ### v0.60.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20250929
6
+
3
7
  ### v0.59.0 (2025-09-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20250910
@@ -323,6 +323,14 @@ module Google
323
323
  # @return [String]
324
324
  attr_accessor :source_backup
325
325
 
326
+ # The resource name of the BackupDR backup, in the format `projects/`project_id`/
327
+ # locations/`location_id`/backupVaults/`backupvault_id`/dataSources/`
328
+ # datasource_id`/backups/`backup_id``, TODO (b/443690479) - Remove visibility
329
+ # restrictions once the feature is ready
330
+ # Corresponds to the JSON property `sourceBackupdrBackup`
331
+ # @return [String]
332
+ attr_accessor :source_backupdr_backup
333
+
326
334
  def initialize(**args)
327
335
  update!(**args)
328
336
  end
@@ -333,6 +341,7 @@ module Google
333
341
  @name = args[:name] if args.key?(:name)
334
342
  @nfs_export_options = args[:nfs_export_options] if args.key?(:nfs_export_options)
335
343
  @source_backup = args[:source_backup] if args.key?(:source_backup)
344
+ @source_backupdr_backup = args[:source_backupdr_backup] if args.key?(:source_backupdr_backup)
336
345
  end
337
346
  end
338
347
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FileV1
18
18
  # Version of the google-apis-file_v1 gem
19
- GEM_VERSION = "0.59.0"
19
+ GEM_VERSION = "0.60.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 = "20250910"
25
+ REVISION = "20250929"
26
26
  end
27
27
  end
28
28
  end
@@ -364,6 +364,7 @@ module Google
364
364
  collection :nfs_export_options, as: 'nfsExportOptions', class: Google::Apis::FileV1::NfsExportOptions, decorator: Google::Apis::FileV1::NfsExportOptions::Representation
365
365
 
366
366
  property :source_backup, as: 'sourceBackup'
367
+ property :source_backupdr_backup, as: 'sourceBackupdrBackup'
367
368
  end
368
369
  end
369
370
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-file_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.59.0
4
+ version: 0.60.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.59.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.60.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1
62
62
  rdoc_options: []
63
63
  require_paths: