google-apis-file_v1beta1 0.11.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 14495da876f17bdf1ab605f5eedc59aca13821e4fec3660371aa497948cedc4e
4
- data.tar.gz: e605e34a0fa3394b7171dc09d8964c4b8af91b7c9bd5a02e2092f1c915b0aa1f
3
+ metadata.gz: 14b8d76b146fa9a94489c5be8779122312d35aa934364b91fac9f12746a6eeb0
4
+ data.tar.gz: 95c4dfbb7cc37790262e7405a771f9ad9c4a127778930a8ac53b77d9751a1d31
5
5
  SHA512:
6
- metadata.gz: 5cc2ab4b1a09f8a314966499123f6fc069adc12d39ca84207756ad481b763bffc3c1e1f8a3ffe8620fc6763ad5f63fff625171954fd6b5c0d6ffe01db44930aa
7
- data.tar.gz: 898082d081109b484638dfbb781cadef20892a3106b974ec3b93cdf23405f7c8a7ad78dfa706d6a9c972c62fa69f8aa28d48172665fd8e8db81eae89a48723a9
6
+ metadata.gz: 66feae34f6b44b9541912a6e454101c47a6d7aef2c4fb3f41f8a79af044e8c832d5b42e7c385fd071bdd24d40de256d8113ffcbed70cd3b7e291728ff97467bb
7
+ data.tar.gz: d81cf7d3ae3ad1d200c6a2d043d5bb5f368bbac0c44f0602741787ef3dda3f7feeb154720d1f55b677778f32d7742baa8ff44c05eadd1b3b9a3ef0ec25b89b6b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-file_v1beta1
2
2
 
3
+ ### v0.12.0 (2021-08-04)
4
+
5
+ * Regenerated from discovery document revision 20210727
6
+
3
7
  ### v0.11.0 (2021-07-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20210721
@@ -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 High Scale SSD
275
- # tier, 16 characters or less for all other tiers).
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. * [Named Address
1148
- # Range](https://cloud.google.com/compute/docs/ip-addresses/reserve-static-
1149
- # internal-ip-address) when using PRIVATE_SERVICE_ACCESS connect mode. For both
1150
- # cases, the range value (direct CIDR value or the range value with which the
1151
- # named range was created) must be a /29 CIDR block for Basic tier or a /23 CIDR
1152
- # block for High Scale or Enterprise tier in one of the [internal IP address
1153
- # ranges](https://www.arin.net/knowledge/address_filters.html) that identifies
1154
- # the range of IP addresses reserved for this instance. For example, 10.0.0.0/29
1155
- # or 192.168.0.0/23. The range you specify can't overlap with either existing
1156
- # subnets or assigned IP address ranges for other Cloud Filestore instances in
1157
- # the selected VPC network.
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.11.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 = "20210721"
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.11.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-02 00:00:00.000000000 Z
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.11.0
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: []