google-apis-file_v1 0.26.0 → 0.28.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/file_v1/classes.rb +1 -1
- data/lib/google/apis/file_v1/gem_version.rb +2 -2
- data/lib/google/apis/file_v1/service.rb +8 -7
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7d21568226529d4522281fa0fadca327e505cec5af5a80ec595e18d9a55e3fe
|
4
|
+
data.tar.gz: 855900bf0f911f4598fe7cada7acc3bc0ee1866891462b08bddb0eb33954bf8b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3c81d3ccd8f23870ea3a9cd531ee24f828b1fe6b664f3d8402ed9c2144b1ca39c15ba6a9a377aa31d92f7fde3638ff3000ccbcf12612a608b804d7d89b10278
|
7
|
+
data.tar.gz: 4de7042dcc62476882c9027e8bf43c2e4ebe72a74b767a7917c7eab222170aa69066025b6a9d6989bf6474b9b1e8ce825413e24b381f43cda3eaf3957da611cc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-file_v1
|
2
2
|
|
3
|
+
### v0.28.0 (2022-12-13)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221207
|
6
|
+
|
7
|
+
### v0.27.0 (2022-11-17)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20221111
|
10
|
+
|
3
11
|
### v0.26.0 (2022-11-08)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20221026
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.28.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221207"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -129,7 +129,7 @@ module Google
|
|
129
129
|
# @param [String] parent
|
130
130
|
# Required. The backup's project and location, in the format `projects/`
|
131
131
|
# project_number`/locations/`location``. In Filestore, backup locations map to
|
132
|
-
#
|
132
|
+
# Google Cloud regions, for example **us-west1**.
|
133
133
|
# @param [Google::Apis::FileV1::Backup] backup_object
|
134
134
|
# @param [String] backup_id
|
135
135
|
# Required. The ID to use for the backup. The ID must be unique within the
|
@@ -234,8 +234,9 @@ module Google
|
|
234
234
|
# @param [String] parent
|
235
235
|
# Required. The project and location for which to retrieve backup information,
|
236
236
|
# in the format `projects/`project_number`/locations/`location``. In Filestore,
|
237
|
-
# backup locations map to
|
238
|
-
# backup information for all locations, use "-" for the ``location``
|
237
|
+
# backup locations map to Google Cloud regions, for example **us-west1**. To
|
238
|
+
# retrieve backup information for all locations, use "-" for the ``location``
|
239
|
+
# value.
|
239
240
|
# @param [String] filter
|
240
241
|
# List filter.
|
241
242
|
# @param [String] order_by
|
@@ -319,8 +320,8 @@ module Google
|
|
319
320
|
# also equal to or larger than the minimum capacity of the tier).
|
320
321
|
# @param [String] parent
|
321
322
|
# Required. The instance's project and location, in the format `projects/`
|
322
|
-
# project_id`/locations/`location``. In Filestore, locations map to
|
323
|
-
# for example **us-west1-b**.
|
323
|
+
# project_id`/locations/`location``. In Filestore, locations map to Google Cloud
|
324
|
+
# zones, for example **us-west1-b**.
|
324
325
|
# @param [Google::Apis::FileV1::Instance] instance_object
|
325
326
|
# @param [String] instance_id
|
326
327
|
# Required. The name of the instance to create. The name must be unique for the
|
@@ -426,8 +427,8 @@ module Google
|
|
426
427
|
# @param [String] parent
|
427
428
|
# Required. The project and location for which to retrieve instance information,
|
428
429
|
# in the format `projects/`project_id`/locations/`location``. In Cloud Filestore,
|
429
|
-
# locations map to
|
430
|
-
# information for all locations, use "-" for the ``location`` value.
|
430
|
+
# locations map to Google Cloud zones, for example **us-west1-b**. To retrieve
|
431
|
+
# instance information for all locations, use "-" for the ``location`` value.
|
431
432
|
# @param [String] filter
|
432
433
|
# List filter.
|
433
434
|
# @param [String] order_by
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-file_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.28.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:
|
11
|
+
date: 2023-01-04 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-file_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.28.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|