google-apis-file_v1beta1 0.11.0 → 0.12.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 +14 -13
- data/lib/google/apis/file_v1beta1/gem_version.rb +2 -2
- 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: 14b8d76b146fa9a94489c5be8779122312d35aa934364b91fac9f12746a6eeb0
|
|
4
|
+
data.tar.gz: 95c4dfbb7cc37790262e7405a771f9ad9c4a127778930a8ac53b77d9751a1d31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66feae34f6b44b9541912a6e454101c47a6d7aef2c4fb3f41f8a79af044e8c832d5b42e7c385fd071bdd24d40de256d8113ffcbed70cd3b7e291728ff97467bb
|
|
7
|
+
data.tar.gz: d81cf7d3ae3ad1d200c6a2d043d5bb5f368bbac0c44f0602741787ef3dda3f7feeb154720d1f55b677778f32d7742baa8ff44c05eadd1b3b9a3ef0ec25b89b6b
|
data/CHANGELOG.md
CHANGED
|
@@ -271,8 +271,8 @@ module Google
|
|
|
271
271
|
# @return [Fixnum]
|
|
272
272
|
attr_accessor :capacity_gb
|
|
273
273
|
|
|
274
|
-
# The name of the file share (must be 32 characters or less for
|
|
275
|
-
#
|
|
274
|
+
# The name of the file share (must be 32 characters or less for Enterprise and
|
|
275
|
+
# High Scale SSD tiers and 16 characters or less for all other tiers).
|
|
276
276
|
# Corresponds to the JSON property `name`
|
|
277
277
|
# @return [String]
|
|
278
278
|
attr_accessor :name
|
|
@@ -1144,17 +1144,18 @@ module Google
|
|
|
1144
1144
|
attr_accessor :network
|
|
1145
1145
|
|
|
1146
1146
|
# Optional, reserved_ip_range can have one of the following two types of values.
|
|
1147
|
-
# * CIDR range value when using DIRECT_PEERING connect mode. * [
|
|
1148
|
-
#
|
|
1149
|
-
# internal-ip-address) when using PRIVATE_SERVICE_ACCESS connect mode.
|
|
1150
|
-
#
|
|
1151
|
-
#
|
|
1152
|
-
#
|
|
1153
|
-
#
|
|
1154
|
-
#
|
|
1155
|
-
#
|
|
1156
|
-
#
|
|
1157
|
-
#
|
|
1147
|
+
# * CIDR range value when using DIRECT_PEERING connect mode. * [Allocated IP
|
|
1148
|
+
# address range](https://cloud.google.com/compute/docs/ip-addresses/reserve-
|
|
1149
|
+
# static-internal-ip-address) when using PRIVATE_SERVICE_ACCESS connect mode.
|
|
1150
|
+
# When the name of an allocated IP address range is specified, it must be one of
|
|
1151
|
+
# the ranges associated with the private service access connection. When
|
|
1152
|
+
# specified as a direct CIDR value, it must be a /29 CIDR block for Basic tier
|
|
1153
|
+
# or a /23 CIDR block for High Scale or Enterprise tier in one of the [internal
|
|
1154
|
+
# IP address ranges](https://www.arin.net/knowledge/address_filters.html) that
|
|
1155
|
+
# identifies the range of IP addresses reserved for this instance. For example,
|
|
1156
|
+
# 10.0.0.0/29 or 192.168.0.0/23. The range you specify can't overlap with either
|
|
1157
|
+
# existing subnets or assigned IP address ranges for other Cloud Filestore
|
|
1158
|
+
# instances in the selected VPC network.
|
|
1158
1159
|
# Corresponds to the JSON property `reservedIpRange`
|
|
1159
1160
|
# @return [String]
|
|
1160
1161
|
attr_accessor :reserved_ip_range
|
|
@@ -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.12.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210727"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.12.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: 2021-08-
|
|
11
|
+
date: 2021-08-09 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/master/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.12.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-file_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|