google-apis-file_v1 0.23.0 → 0.25.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 +13 -14
- data/lib/google/apis/file_v1/gem_version.rb +3 -3
- data/lib/google/apis/file_v1/service.rb +7 -8
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a5297793ed1c382cbadd55c48483d189dc86a4e242cb0b376c8d9e191240589f
|
4
|
+
data.tar.gz: e124f14582d8267c656334f0a7d8c529368111f0397d9aa779a00479e7f11817
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8710700e69d43d05094afe49c93044049969fa2195187183e97688c127a4e87fcfb0bbd8b4c80fd776f404190f600b8c5dbb4d6192f76acdb9329f5bdf26aaf0
|
7
|
+
data.tar.gz: 7bc6d7d7d80df91105868b4d900b75dedf59cca24aa157d820213c40033a81eba139ffb4291e033ff00842dc56bf49009ca6d10495d787906bda0288747fed99
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-file_v1
|
2
2
|
|
3
|
+
### v0.25.0 (2022-09-27)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.10.0
|
6
|
+
|
7
|
+
### v0.24.0 (2022-08-13)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220729
|
10
|
+
|
3
11
|
### v0.23.0 (2022-07-23)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20220715
|
@@ -22,7 +22,7 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module FileV1
|
24
24
|
|
25
|
-
# A
|
25
|
+
# A Filestore backup.
|
26
26
|
class Backup
|
27
27
|
include Google::Apis::Core::Hashable
|
28
28
|
|
@@ -66,20 +66,20 @@ module Google
|
|
66
66
|
attr_accessor :satisfies_pzs
|
67
67
|
alias_method :satisfies_pzs?, :satisfies_pzs
|
68
68
|
|
69
|
-
# Name of the file share in the source
|
70
|
-
#
|
69
|
+
# Name of the file share in the source Filestore instance that the backup is
|
70
|
+
# created from.
|
71
71
|
# Corresponds to the JSON property `sourceFileShare`
|
72
72
|
# @return [String]
|
73
73
|
attr_accessor :source_file_share
|
74
74
|
|
75
|
-
# The resource name of the source
|
76
|
-
#
|
77
|
-
#
|
75
|
+
# The resource name of the source Filestore instance, in the format `projects/`
|
76
|
+
# project_number`/locations/`location_id`/instances/`instance_id``, used to
|
77
|
+
# create this backup.
|
78
78
|
# Corresponds to the JSON property `sourceInstance`
|
79
79
|
# @return [String]
|
80
80
|
attr_accessor :source_instance
|
81
81
|
|
82
|
-
# Output only. The service tier of the source
|
82
|
+
# Output only. The service tier of the source Filestore instance that this
|
83
83
|
# backup is created from.
|
84
84
|
# Corresponds to the JSON property `sourceInstanceTier`
|
85
85
|
# @return [String]
|
@@ -266,8 +266,7 @@ module Google
|
|
266
266
|
class FileShareConfig
|
267
267
|
include Google::Apis::Core::Hashable
|
268
268
|
|
269
|
-
# File share capacity in gigabytes (GB).
|
270
|
-
# bytes.
|
269
|
+
# File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
|
271
270
|
# Corresponds to the JSON property `capacityGb`
|
272
271
|
# @return [Fixnum]
|
273
272
|
attr_accessor :capacity_gb
|
@@ -718,7 +717,7 @@ module Google
|
|
718
717
|
end
|
719
718
|
end
|
720
719
|
|
721
|
-
# A
|
720
|
+
# A Filestore instance.
|
722
721
|
class Instance
|
723
722
|
include Google::Apis::Core::Hashable
|
724
723
|
|
@@ -1138,8 +1137,8 @@ module Google
|
|
1138
1137
|
# research/statistics/address_filters/) that identifies the range of IP
|
1139
1138
|
# addresses reserved for this instance. For example, 10.0.0.0/29, 192.168.0.0/24
|
1140
1139
|
# or 192.168.0.0/26, respectively. The range you specify can't overlap with
|
1141
|
-
# either existing subnets or assigned IP address ranges for other
|
1142
|
-
#
|
1140
|
+
# either existing subnets or assigned IP address ranges for other Filestore
|
1141
|
+
# instances in the selected VPC network.
|
1143
1142
|
# Corresponds to the JSON property `reservedIpRange`
|
1144
1143
|
# @return [String]
|
1145
1144
|
attr_accessor :reserved_ip_range
|
@@ -1339,8 +1338,8 @@ module Google
|
|
1339
1338
|
class RestoreInstanceRequest
|
1340
1339
|
include Google::Apis::Core::Hashable
|
1341
1340
|
|
1342
|
-
# Required. Name of the file share in the
|
1343
|
-
#
|
1341
|
+
# Required. Name of the file share in the Filestore instance that the backup is
|
1342
|
+
# being restored to.
|
1344
1343
|
# Corresponds to the JSON property `fileShare`
|
1345
1344
|
# @return [String]
|
1346
1345
|
attr_accessor :file_share
|
@@ -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.25.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220729"
|
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_number`/locations/`location``. In
|
132
|
-
#
|
131
|
+
# project_number`/locations/`location``. In Filestore, backup locations map to
|
132
|
+
# GCP 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
|
@@ -233,10 +233,9 @@ module Google
|
|
233
233
|
# locations.
|
234
234
|
# @param [String] parent
|
235
235
|
# Required. The project and location for which to retrieve backup information,
|
236
|
-
# in the format `projects/`project_number`/locations/`location``. In
|
237
|
-
#
|
238
|
-
#
|
239
|
-
# value.
|
236
|
+
# in the format `projects/`project_number`/locations/`location``. In Filestore,
|
237
|
+
# backup locations map to GCP regions, for example **us-west1**. To retrieve
|
238
|
+
# backup information for all locations, use "-" for the ``location`` value.
|
240
239
|
# @param [String] filter
|
241
240
|
# List filter.
|
242
241
|
# @param [String] order_by
|
@@ -320,8 +319,8 @@ module Google
|
|
320
319
|
# also equal to or larger than the minimum capacity of the tier).
|
321
320
|
# @param [String] parent
|
322
321
|
# Required. The instance's project and location, in the format `projects/`
|
323
|
-
# project_id`/locations/`location``. In
|
324
|
-
#
|
322
|
+
# project_id`/locations/`location``. In Filestore, locations map to GCP zones,
|
323
|
+
# for example **us-west1-b**.
|
325
324
|
# @param [Google::Apis::FileV1::Instance] instance_object
|
326
325
|
# @param [String] instance_id
|
327
326
|
# Required. The name of the instance to create. The name must be unique for the
|
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.25.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-10-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 0.9.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version:
|
29
|
+
version: 0.9.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.25.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: []
|