google-apis-file_v1 0.26.0 → 0.27.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 +4 -0
- 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: ff6a083decda6c44319ff0715771a88a6757ce37c335f1014cd7c26cc61feb92
|
4
|
+
data.tar.gz: 06aa3859e47a8c45795636afb564dc4a4ab739a605cb08fcfb193e11432374e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c180fdd0cdd28b3121f0dec49e54d9fdc464cd31783bb481e9607e7c08c00f50b69a588c32f3eaa21e9bbbd9f11940269a3cb63a43edd51f380e31c4af601902
|
7
|
+
data.tar.gz: 2a64e3aab39b2806f3836c4121d35f77a4c4b56d642dc95ebe8e284d1e91758f962ad6304f3788e1a6996995a82e0cf9fbe6b04f6fa48938f19c19c789dcb811
|
data/CHANGELOG.md
CHANGED
@@ -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.27.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 = "20221111"
|
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.27.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: 2022-
|
11
|
+
date: 2022-12-12 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.27.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: []
|