google-apis-file_v1 0.22.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: a46561b1e6ca352903b63aa5e6f8d5eb0d343474971c6f8eb58ff4d9fcb9b8f1
4
- data.tar.gz: bcdc3d312eb191fcf3072808c62f3e081064c8a012fce9bb2dfd9f4288841dda
3
+ metadata.gz: 0c616b295b59805d1340ec167e9a547bb77e75bc005d8a98ffbfe86ad55516c0
4
+ data.tar.gz: 32d1d72a10effda3278c46d1dedb2886df1b6fec5087a1b1a4795686efd3973a
5
5
  SHA512:
6
- metadata.gz: f4a38c94a1d0134492982b04216a5c7958fd10bf9d2dfccc2a5263c29e72417e4e3093864f8e4bf03d952d167f14c53375a50f4fe34afdecd5e72cb7ff03f043
7
- data.tar.gz: 5d427c79bd76f76c828a42635e02b0b54ed61d6c67244323e17422a8a443a3816a3a2ece65caffe9451183b4cf05c378cc01d90e3e0c25ba623cb83e1785ccb4
6
+ metadata.gz: b53effd1c4667894eb8f04177eaa568190c5f6241db5d3e3d0be4e65d043c781558ed42d434834324abc27aa09b09b55059814a69816de2894cf5953c6f454f8
7
+ data.tar.gz: 7b4cde7afeb52693be376ebe1e91237f9de598956876ac985e15e9db7246c6396e0a3566bd3d8ad1af1daea423aed9e25e7bdf0666a409d164a0b4db3b24ded5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.22.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -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.22.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.8.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.22.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-07-04 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
@@ -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.22.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: []