google-apis-file_v1beta1 0.23.0 → 0.24.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: 13f22fa9e0b3ba8be81f5c4077259a9db497d6933af56a2e521cc5a9e0bcbd5e
4
- data.tar.gz: e8d8fdcaf75c74e23a8aa798930a132116a2e0f3753d4f6cb8085b0d1ce3a3d7
3
+ metadata.gz: e964ff1932bba053afd81b50e8f67f88ae6b0cd61a161fbe77290a0a568433b4
4
+ data.tar.gz: 14d31e3881527b1f85759e9461bc6c0f793efcc5d913c93e6648d0c3cf244fdf
5
5
  SHA512:
6
- metadata.gz: '038b9e88677bbb6ceeb9176dd60061c61e9097544e0bba7793ef9bcda56aa0be2fb64a51bd1778037ccf664707fee901687ecd429fee1d83fd849c14319d881b'
7
- data.tar.gz: 7d9254d36f9f6ab62aab0616c4ee8887621f21dd3a7292f18eea8386e1a0617ba29ba70cbd4ca66f74339510cd162f4590ce8318ec1cf84e91d7662d062ff3a7
6
+ metadata.gz: 23240b2e3e369d41f32005ba57e5198573a9266c0dbbcf24466983253ef98376ae20eb3f8c82d4c292bd2748855cebf8bc694c7ebe613bbc1202a7aae655501f
7
+ data.tar.gz: cb02dd0151e00b35d0695f4998d55492f0267cae212728db9a59b0e2f473aa950ca1e3ecc13626d81f5f0d69ff6ad3df1d12006e1bf526040a75ff34152abfcf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-file_v1beta1
2
2
 
3
+ ### v0.24.0 (2022-07-23)
4
+
5
+ * Regenerated from discovery document revision 20220715
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.23.0 (2022-07-02)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -341,8 +341,8 @@ module Google
341
341
  # @return [Hash<String,String>]
342
342
  attr_accessor :labels
343
343
 
344
- # Deprecated. The MaintenancePolicies that have been attached to the instance.
345
- # The key must be of the type name of the oneof policy name defined in
344
+ # Optional. Deprecated. The MaintenancePolicies that have been attached to the
345
+ # instance. The key must be of the type name of the oneof policy name defined in
346
346
  # MaintenancePolicy, and the referenced policy must define the same policy type.
347
347
  # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
348
348
  # Corresponds to the JSON property `maintenancePolicyNames`
@@ -528,8 +528,7 @@ module Google
528
528
  # key must be of the type name of the oneof policy name defined in
529
529
  # MaintenancePolicy, and the embedded policy must define the same policy type.
530
530
  # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
531
- # If only the name is needed (like in the deprecated Instance.
532
- # maintenance_policy_names field) then only populate MaintenancePolicy.name.
531
+ # If only the name is needed, then only populate MaintenancePolicy.name.
533
532
  # Corresponds to the JSON property `maintenancePolicies`
534
533
  # @return [Hash<String,Google::Apis::FileV1beta1::MaintenancePolicy>]
535
534
  attr_accessor :maintenance_policies
@@ -1205,13 +1204,14 @@ module Google
1205
1204
  # static-internal-ip-address) when using PRIVATE_SERVICE_ACCESS connect mode.
1206
1205
  # When the name of an allocated IP address range is specified, it must be one of
1207
1206
  # the ranges associated with the private service access connection. When
1208
- # specified as a direct CIDR value, it must be a /29 CIDR block for Basic tier
1209
- # or a /24 CIDR block for High Scale or Enterprise tier in one of the [internal
1210
- # IP address ranges](https://www.arin.net/reference/research/statistics/
1211
- # address_filters/) that identifies the range of IP addresses reserved for this
1212
- # instance. For example, 10.0.0.0/29 or 192.168.0.0/24. The range you specify
1213
- # can't overlap with either existing subnets or assigned IP address ranges for
1214
- # other Cloud Filestore instances in the selected VPC network.
1207
+ # specified as a direct CIDR value, it must be a /29 CIDR block for Basic tier,
1208
+ # a /24 CIDR block for High Scale tier, or a /26 CIDR block for Enterprise tier
1209
+ # in one of the [internal IP address ranges](https://www.arin.net/reference/
1210
+ # research/statistics/address_filters/) that identifies the range of IP
1211
+ # addresses reserved for this instance. For example, 10.0.0.0/29, 192.168.0.0/24,
1212
+ # or 192.168.0.0/26, respectively. The range you specify can't overlap with
1213
+ # either existing subnets or assigned IP address ranges for other Cloud
1214
+ # Filestore instances in the selected VPC network.
1215
1215
  # Corresponds to the JSON property `reservedIpRange`
1216
1216
  # @return [String]
1217
1217
  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.23.0"
19
+ GEM_VERSION = "0.24.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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []