google-apis-file_v1 0.58.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: bc31c7b686248d8d0fde67149c5aabc5782dd58a80a1d1c5fdacfda6a00d0e24
4
- data.tar.gz: 4d727478708ad6a92ae0d81578fd6903ad6ec99b6d595c29160ffb6f115374e5
3
+ metadata.gz: e1c004a74c85c9b457482cb1958e2a97e6936d9dd7036fd64fe466d7e5115e1c
4
+ data.tar.gz: 67c8f1b3b302e90aeac9bd38857b5a479a29166cb6a673204652cfeb11b912dc
5
5
  SHA512:
6
- metadata.gz: 266da7a36b7e84c5dd1727eae36faf926d53f5738552ecd0928c64fe2e8a16bf924303ddb92cccaa0672b42c0841bbda9798c69cd8c7ef66b1805d91dbf0978f
7
- data.tar.gz: 4c97debe6b0383aa8d21b8e3ddabbdc86e401cdc3ad1cbff1738e0f9de71233202a01dbf1e4584c3ae77a7ceb41514066f96b652104aa055392dbdd7fd8b0f6f
6
+ metadata.gz: a9c849d709c2bfe637454f8c4c5cf596fc35c2d90d4ddb558f5d3c9f76980952708eff95b540817613462c58582db37f6ea9aabb6ed17b4b91bbc8671e51c326
7
+ data.tar.gz: 44d2e86114c7f2c5f2de71ce1c64bdf0705b8ef9a454ed172932d34358d6a89fd59a8ec7a6eda9a7db93662a270e5a741c1131a0809a9824ffdb312a19cbe671
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.59.0 (2025-09-21)
8
+
9
+ * Regenerated from discovery document revision 20250910
10
+
3
11
  ### v0.58.0 (2025-09-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20250825
@@ -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.58.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 = "20250825"
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
 
@@ -85,8 +85,8 @@ module Google
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
87
  # @param [Array<String>, String] extra_location_types
88
- # Optional. Do not use this field. It is unsupported and is ignored unless
89
- # explicitly documented otherwise. This is primarily for internal usage.
88
+ # Optional. Unless explicitly documented otherwise, don't use this unsupported
89
+ # field which is primarily intended for internal usage.
90
90
  # @param [String] filter
91
91
  # A filter to narrow down results to a preferred subset. The filtering language
92
92
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
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.58.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.58.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: