google-apis-file_v1beta1 0.27.0 → 0.28.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb825d1928ec461bfc05b8bb871ea3c71da19bfcc2b456d109900ee2e1041c4d
|
|
4
|
+
data.tar.gz: bf88d3e820dc7775437aac8db2a031be94f8881194a6f71d9fa7654272b0b8a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 408c7370ed96e37e4a9d946716580da5e3c74b8b4137bd6dec0a75bab6ca7e60535ea9156df60a5c873692d928ca71698dc0447ab0f807cedd5c895cc67ad7ce
|
|
7
|
+
data.tar.gz: 5b628232886bd6c93c048a90fd74dfa0477c3087fb5de31e52e29403ee51d1e48624a2aba42872b6f865efad7aaf6cc83938add1b87351bcf434e62789853ad0
|
data/CHANGELOG.md
CHANGED
|
@@ -1406,12 +1406,12 @@ module Google
|
|
|
1406
1406
|
end
|
|
1407
1407
|
|
|
1408
1408
|
# RestoreInstanceRequest restores an existing instance's file share from a
|
|
1409
|
-
#
|
|
1409
|
+
# backup.
|
|
1410
1410
|
class RestoreInstanceRequest
|
|
1411
1411
|
include Google::Apis::Core::Hashable
|
|
1412
1412
|
|
|
1413
|
-
# Required. Name of the file share in the Filestore instance that the
|
|
1414
|
-
#
|
|
1413
|
+
# Required. Name of the file share in the Filestore instance that the backup is
|
|
1414
|
+
# being restored to.
|
|
1415
1415
|
# Corresponds to the JSON property `fileShare`
|
|
1416
1416
|
# @return [String]
|
|
1417
1417
|
attr_accessor :file_share
|
|
@@ -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.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 = "20221111"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -128,8 +128,8 @@ module Google
|
|
|
128
128
|
# Creates a backup.
|
|
129
129
|
# @param [String] parent
|
|
130
130
|
# Required. The backup's project and location, in the format `projects/`
|
|
131
|
-
# project_id`/locations/`location``. In Filestore, backup locations map to
|
|
132
|
-
# regions, for example **us-west1**.
|
|
131
|
+
# project_id`/locations/`location``. In Filestore, backup locations map to
|
|
132
|
+
# Google Cloud regions, for example **us-west1**.
|
|
133
133
|
# @param [Google::Apis::FileV1beta1::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
|
|
@@ -233,8 +233,9 @@ module Google
|
|
|
233
233
|
# @param [String] parent
|
|
234
234
|
# Required. The project and location for which to retrieve backup information,
|
|
235
235
|
# in the format `projects/`project_id`/locations/`location``. In Filestore,
|
|
236
|
-
# backup locations map to
|
|
237
|
-
# backup information for all locations, use "-" for the ``location``
|
|
236
|
+
# backup locations map to Google Cloud regions, for example **us-west1**. To
|
|
237
|
+
# retrieve backup information for all locations, use "-" for the ``location``
|
|
238
|
+
# value.
|
|
238
239
|
# @param [String] filter
|
|
239
240
|
# List filter.
|
|
240
241
|
# @param [String] order_by
|
|
@@ -318,8 +319,8 @@ module Google
|
|
|
318
319
|
# also equal to or larger than the minimum capacity of the tier).
|
|
319
320
|
# @param [String] parent
|
|
320
321
|
# Required. The instance's project and location, in the format `projects/`
|
|
321
|
-
# project_id`/locations/`location``. In Filestore, locations map to
|
|
322
|
-
# for example **us-west1-b**.
|
|
322
|
+
# project_id`/locations/`location``. In Filestore, locations map to Google Cloud
|
|
323
|
+
# zones, for example **us-west1-b**.
|
|
323
324
|
# @param [Google::Apis::FileV1beta1::Instance] instance_object
|
|
324
325
|
# @param [String] instance_id
|
|
325
326
|
# Required. The ID of the instance to create. The ID must be unique within the
|
|
@@ -427,8 +428,8 @@ module Google
|
|
|
427
428
|
# @param [String] parent
|
|
428
429
|
# Required. The project and location for which to retrieve instance information,
|
|
429
430
|
# in the format `projects/`project_id`/locations/`location``. In Cloud Filestore,
|
|
430
|
-
# locations map to
|
|
431
|
-
# information for all locations, use "-" for the ``location`` value.
|
|
431
|
+
# locations map to Google Cloud zones, for example **us-west1-b**. To retrieve
|
|
432
|
+
# instance information for all locations, use "-" for the ``location`` value.
|
|
432
433
|
# @param [String] filter
|
|
433
434
|
# List filter.
|
|
434
435
|
# @param [String] order_by
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.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: 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_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.28.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|