google-apis-file_v1 0.20.0 → 0.23.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: 5699ad41f5a539277714ab9dd8acff961fcb802d3e8b697c37a7e1ec8353d9cd
4
- data.tar.gz: bc5ab6ec2be304417f78167d161a4afe790d535771051072c6e5c44abb7f7fcc
3
+ metadata.gz: 0c616b295b59805d1340ec167e9a547bb77e75bc005d8a98ffbfe86ad55516c0
4
+ data.tar.gz: 32d1d72a10effda3278c46d1dedb2886df1b6fec5087a1b1a4795686efd3973a
5
5
  SHA512:
6
- metadata.gz: a6eb491b2c7e9a661e791a40904f8f2b24eb07c02c1fc99297dad978dd1f840e2cc20ab0b6d10aff349ca8fc39586fdddf997bed9f1a59d9dd7a42dee89110ab
7
- data.tar.gz: 1efa0934554489c69be1110294b76d8cd5f9a001e69ff7ae321336f76f474c16cfe8e671451b81991606d0273e08a3febe8258c21f95299ff0f4379b4459b27d
6
+ metadata.gz: b53effd1c4667894eb8f04177eaa568190c5f6241db5d3e3d0be4e65d043c781558ed42d434834324abc27aa09b09b55059814a69816de2894cf5953c6f454f8
7
+ data.tar.gz: 7b4cde7afeb52693be376ebe1e91237f9de598956876ac985e15e9db7246c6396e0a3566bd3d8ad1af1daea423aed9e25e7bdf0666a409d164a0b4db3b24ded5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-file_v1
2
2
 
3
+ ### v0.23.0 (2022-07-23)
4
+
5
+ * Regenerated from discovery document revision 20220715
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.22.0 (2022-06-30)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.21.0 (2022-06-19)
13
+
14
+ * Regenerated using generator version 0.7.0
15
+
3
16
  ### v0.20.0 (2022-06-05)
4
17
 
5
18
  * Regenerated from discovery document revision 20220530
@@ -336,8 +336,8 @@ module Google
336
336
  # @return [Hash<String,String>]
337
337
  attr_accessor :labels
338
338
 
339
- # Deprecated. The MaintenancePolicies that have been attached to the instance.
340
- # The key must be of the type name of the oneof policy name defined in
339
+ # Optional. Deprecated. The MaintenancePolicies that have been attached to the
340
+ # instance. The key must be of the type name of the oneof policy name defined in
341
341
  # MaintenancePolicy, and the referenced policy must define the same policy type.
342
342
  # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
343
343
  # Corresponds to the JSON property `maintenancePolicyNames`
@@ -523,8 +523,7 @@ module Google
523
523
  # key must be of the type name of the oneof policy name defined in
524
524
  # MaintenancePolicy, and the embedded policy must define the same policy type.
525
525
  # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
526
- # If only the name is needed (like in the deprecated Instance.
527
- # maintenance_policy_names field) then only populate MaintenancePolicy.name.
526
+ # If only the name is needed, then only populate MaintenancePolicy.name.
528
527
  # Corresponds to the JSON property `maintenancePolicies`
529
528
  # @return [Hash<String,Google::Apis::FileV1::MaintenancePolicy>]
530
529
  attr_accessor :maintenance_policies
@@ -1133,13 +1132,14 @@ module Google
1133
1132
  # static-internal-ip-address) when using PRIVATE_SERVICE_ACCESS connect mode.
1134
1133
  # When the name of an allocated IP address range is specified, it must be one of
1135
1134
  # the ranges associated with the private service access connection. When
1136
- # specified as a direct CIDR value, it must be a /29 CIDR block for Basic tier
1137
- # or a /24 CIDR block for High Scale or Enterprise tier in one of the [internal
1138
- # IP address ranges](https://www.arin.net/reference/research/statistics/
1139
- # address_filters/) that identifies the range of IP addresses reserved for this
1140
- # instance. For example, 10.0.0.0/29 or 192.168.0.0/24. The range you specify
1141
- # can't overlap with either existing subnets or assigned IP address ranges for
1142
- # other Cloud Filestore instances in the selected VPC network.
1135
+ # specified as a direct CIDR value, it must be a /29 CIDR block for Basic tier,
1136
+ # a /24 CIDR block for High Scale tier, or a /26 CIDR block for Enterprise tier
1137
+ # in one of the [internal IP address ranges](https://www.arin.net/reference/
1138
+ # research/statistics/address_filters/) that identifies the range of IP
1139
+ # addresses reserved for this instance. For example, 10.0.0.0/29, 192.168.0.0/24
1140
+ # 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 Cloud
1142
+ # Filestore instances in the selected VPC network.
1143
1143
  # Corresponds to the JSON property `reservedIpRange`
1144
1144
  # @return [String]
1145
1145
  attr_accessor :reserved_ip_range
@@ -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.20.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220530"
25
+ REVISION = "20220715"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.23.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-06-13 00:00:00.000000000 Z
11
+ date: 2022-07-25 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: '0.5'
19
+ version: '0.7'
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: '0.5'
29
+ version: '0.7'
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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.23.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: []