google-apis-file_v1beta1 0.66.0 → 0.67.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/file_v1beta1/classes.rb +1 -2
- data/lib/google/apis/file_v1beta1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 04ccbe554387c3e058cb76fedcb25d587141215febead897528a5ec2f387fb93
|
|
4
|
+
data.tar.gz: ead5fcda8464e52d7662ca9d2a53792b960d8b7bfd452ddff63f99239b8b4bf6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 999dabe3a9698f9530b48d0d72051ced988ea38b52b4cfe125f234638a8dd3ce1b58c664112db4a93a69166815e0789a69cfc20569e4f24816dbec0938f47611
|
|
7
|
+
data.tar.gz: 9bc3e26ebf38566f88d994fcfb494d4a8e0dff73d86cdc37b5548158c7d0a061e793c152fd083af97fbd08737abeef51713143fa49e55235f2030e41a0b0cd51
|
data/CHANGELOG.md
CHANGED
|
@@ -349,8 +349,7 @@ module Google
|
|
|
349
349
|
|
|
350
350
|
# The resource name of the BackupDR backup, in the format `projects/`project_id`/
|
|
351
351
|
# locations/`location_id`/backupVaults/`backupvault_id`/dataSources/`
|
|
352
|
-
# datasource_id`/backups/`backup_id``,
|
|
353
|
-
# restrictions once the feature is ready
|
|
352
|
+
# datasource_id`/backups/`backup_id``,
|
|
354
353
|
# Corresponds to the JSON property `sourceBackupdrBackup`
|
|
355
354
|
# @return [String]
|
|
356
355
|
attr_accessor :source_backupdr_backup
|
|
@@ -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.67.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 = "20260317"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.67.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.67.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:
|