google-apis-file_v1beta1 0.12.0 → 0.13.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 695cae4e5972dc360a9db757f3b17017acbaee731cf462d96b8bf0b5cf22c34d
|
4
|
+
data.tar.gz: 6d489a42c36bbff5443195f739f034387f7a37ba4520969c5b4965c2f0b89859
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 842d5d60150c9af56f166dca9b3fe9498557d146484eda11376209c3d854ad2e522a1f3dff7e7c040d6b10ea7f04a1d75a68b0c812644364e9e9007f45adbec4
|
7
|
+
data.tar.gz: 2545c82819a434d8a5e27f10081260b61dcae77254d71afff2279071a6859cf197f81b57fd0ef7fc620848d28c08f917de3cec477c98cd9ee8bf6224d6b02426
|
data/CHANGELOG.md
CHANGED
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V1beta1'
|
31
31
|
|
32
|
-
# See, edit, configure, and delete your Google Cloud
|
32
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
34
34
|
end
|
35
35
|
end
|
@@ -52,8 +52,8 @@ module Google
|
|
52
52
|
# @return [Hash<String,String>]
|
53
53
|
attr_accessor :labels
|
54
54
|
|
55
|
-
# Output only. The resource name of the backup, in the format projects/`
|
56
|
-
# project_id`/locations/`location_id`/backups/`backup_id
|
55
|
+
# Output only. The resource name of the backup, in the format `projects/`
|
56
|
+
# project_id`/locations/`location_id`/backups/`backup_id``.
|
57
57
|
# Corresponds to the JSON property `name`
|
58
58
|
# @return [String]
|
59
59
|
attr_accessor :name
|
@@ -70,9 +70,9 @@ module Google
|
|
70
70
|
# @return [String]
|
71
71
|
attr_accessor :source_file_share
|
72
72
|
|
73
|
-
# The resource name of the source Cloud Filestore instance, in the format
|
74
|
-
# projects/`project_id`/locations/`location_id`/instances/`instance_id
|
75
|
-
# create this backup.
|
73
|
+
# The resource name of the source Cloud Filestore instance, in the format `
|
74
|
+
# projects/`project_id`/locations/`location_id`/instances/`instance_id``, used
|
75
|
+
# to create this backup.
|
76
76
|
# Corresponds to the JSON property `sourceInstance`
|
77
77
|
# @return [String]
|
78
78
|
attr_accessor :source_instance
|
@@ -282,8 +282,9 @@ module Google
|
|
282
282
|
# @return [Array<Google::Apis::FileV1beta1::NfsExportOptions>]
|
283
283
|
attr_accessor :nfs_export_options
|
284
284
|
|
285
|
-
# The resource name of the backup, in the format projects/`project_id`/
|
286
|
-
#
|
285
|
+
# The resource name of the backup, in the format `projects/`project_id`/
|
286
|
+
# locations/`location_id`/backups/`backup_id``, that this file share has been
|
287
|
+
# restored from.
|
287
288
|
# Corresponds to the JSON property `sourceBackup`
|
288
289
|
# @return [String]
|
289
290
|
attr_accessor :source_backup
|
@@ -779,8 +780,8 @@ module Google
|
|
779
780
|
# @return [Hash<String,String>]
|
780
781
|
attr_accessor :labels
|
781
782
|
|
782
|
-
# Output only. The resource name of the instance, in the format projects/`
|
783
|
-
# project_id`/locations/`location_id`/instances/`instance_id
|
783
|
+
# Output only. The resource name of the instance, in the format `projects/`
|
784
|
+
# project_id`/locations/`location_id`/instances/`instance_id``.
|
784
785
|
# Corresponds to the JSON property `name`
|
785
786
|
# @return [String]
|
786
787
|
attr_accessor :name
|
@@ -836,9 +837,9 @@ module Google
|
|
836
837
|
class ListBackupsResponse
|
837
838
|
include Google::Apis::Core::Hashable
|
838
839
|
|
839
|
-
# A list of backups in the project for the specified location. If the
|
840
|
-
# value in the request is "-", the response contains a list of backups from
|
841
|
-
# locations. If any location is unreachable, the response will only return
|
840
|
+
# A list of backups in the project for the specified location. If the ``location`
|
841
|
+
# ` value in the request is "-", the response contains a list of backups from
|
842
|
+
# all locations. If any location is unreachable, the response will only return
|
842
843
|
# backups in reachable locations and the "unreachable" field will be populated
|
843
844
|
# with a list of unreachable locations.
|
844
845
|
# Corresponds to the JSON property `backups`
|
@@ -872,8 +873,8 @@ module Google
|
|
872
873
|
class ListInstancesResponse
|
873
874
|
include Google::Apis::Core::Hashable
|
874
875
|
|
875
|
-
# A list of instances in the project for the specified location. If the
|
876
|
-
# location
|
876
|
+
# A list of instances in the project for the specified location. If the ``
|
877
|
+
# location`` value in the request is "-", the response contains a list of
|
877
878
|
# instances from all locations. If any location is unreachable, the response
|
878
879
|
# will only return instances in reachable locations and the "unreachable" field
|
879
880
|
# will be populated with a list of unreachable locations.
|
@@ -1124,9 +1125,9 @@ module Google
|
|
1124
1125
|
# @return [String]
|
1125
1126
|
attr_accessor :connect_mode
|
1126
1127
|
|
1127
|
-
# Output only. IPv4 addresses in the format
|
1128
|
-
#
|
1129
|
-
#
|
1128
|
+
# Output only. IPv4 addresses in the format ``octet1`.`octet2`.`octet3`.`octet4``
|
1129
|
+
# or IPv6 addresses in the format ``block1`:`block2`:`block3`:`block4`:`block5`:
|
1130
|
+
# `block6`:`block7`:`block8``.
|
1130
1131
|
# Corresponds to the JSON property `ipAddresses`
|
1131
1132
|
# @return [Array<String>]
|
1132
1133
|
attr_accessor :ip_addresses
|
@@ -1137,8 +1138,8 @@ module Google
|
|
1137
1138
|
# @return [Array<String>]
|
1138
1139
|
attr_accessor :modes
|
1139
1140
|
|
1140
|
-
# The name of the Google Compute Engine [VPC network](/
|
1141
|
-
#
|
1141
|
+
# The name of the Google Compute Engine [VPC network](https://cloud.google.com/
|
1142
|
+
# vpc/docs/vpc) to which the instance is connected.
|
1142
1143
|
# Corresponds to the JSON property `network`
|
1143
1144
|
# @return [String]
|
1144
1145
|
attr_accessor :network
|
@@ -1150,12 +1151,12 @@ module Google
|
|
1150
1151
|
# When the name of an allocated IP address range is specified, it must be one of
|
1151
1152
|
# the ranges associated with the private service access connection. When
|
1152
1153
|
# specified as a direct CIDR value, it must be a /29 CIDR block for Basic tier
|
1153
|
-
# or a /
|
1154
|
-
# IP address ranges](https://www.arin.net/
|
1155
|
-
# identifies the range of IP addresses reserved for this
|
1156
|
-
# 10.0.0.0/29 or 192.168.0.0/
|
1157
|
-
# existing subnets or assigned IP address ranges for
|
1158
|
-
# instances in the selected VPC network.
|
1154
|
+
# or a /24 CIDR block for High Scale or Enterprise tier in one of the [internal
|
1155
|
+
# IP address ranges](https://www.arin.net/reference/research/statistics/
|
1156
|
+
# address_filters/) that identifies the range of IP addresses reserved for this
|
1157
|
+
# instance. For example, 10.0.0.0/29 or 192.168.0.0/24. The range you specify
|
1158
|
+
# can't overlap with either existing subnets or assigned IP address ranges for
|
1159
|
+
# other Cloud Filestore instances in the selected VPC network.
|
1159
1160
|
# Corresponds to the JSON property `reservedIpRange`
|
1160
1161
|
# @return [String]
|
1161
1162
|
attr_accessor :reserved_ip_range
|
@@ -1199,9 +1200,9 @@ module Google
|
|
1199
1200
|
# @return [Fixnum]
|
1200
1201
|
attr_accessor :anon_uid
|
1201
1202
|
|
1202
|
-
# List of either an IPv4 addresses in the format
|
1203
|
-
#
|
1204
|
-
# mask size
|
1203
|
+
# List of either an IPv4 addresses in the format ``octet1`.`octet2`.`octet3`.`
|
1204
|
+
# octet4`` or CIDR ranges in the format ``octet1`.`octet2`.`octet3`.`octet4`/`
|
1205
|
+
# mask size`` which may mount the file share. Overlapping IP ranges are not
|
1205
1206
|
# allowed, both within and across NfsExportOptions. An error will be returned.
|
1206
1207
|
# The limit is 64 IP ranges/addresses for each FileShareConfig among all
|
1207
1208
|
# NfsExportOptions.
|
@@ -1301,7 +1302,7 @@ module Google
|
|
1301
1302
|
attr_accessor :api_version
|
1302
1303
|
|
1303
1304
|
# Output only. Identifies whether the user has requested cancellation of the
|
1304
|
-
# operation. Operations that have
|
1305
|
+
# operation. Operations that have been cancelled successfully have Operation.
|
1305
1306
|
# error value with a google.rpc.Status.code of 1, corresponding to `Code.
|
1306
1307
|
# CANCELLED`.
|
1307
1308
|
# Corresponds to the JSON property `cancelRequested`
|
@@ -1361,14 +1362,14 @@ module Google
|
|
1361
1362
|
# @return [String]
|
1362
1363
|
attr_accessor :file_share
|
1363
1364
|
|
1364
|
-
# The resource name of the backup, in the format projects/`project_id`/
|
1365
|
-
#
|
1365
|
+
# The resource name of the backup, in the format `projects/`project_id`/
|
1366
|
+
# locations/`location_id`/backups/`backup_id``.
|
1366
1367
|
# Corresponds to the JSON property `sourceBackup`
|
1367
1368
|
# @return [String]
|
1368
1369
|
attr_accessor :source_backup
|
1369
1370
|
|
1370
|
-
# The resource name of the snapshot, in the format projects/`project_id`/
|
1371
|
-
# locations/`location_id`/snapshots/`snapshot_id
|
1371
|
+
# The resource name of the snapshot, in the format `projects/`project_id`/
|
1372
|
+
# locations/`location_id`/snapshots/`snapshot_id``.
|
1372
1373
|
# Corresponds to the JSON property `sourceSnapshot`
|
1373
1374
|
# @return [String]
|
1374
1375
|
attr_accessor :source_snapshot
|
@@ -1444,9 +1445,9 @@ module Google
|
|
1444
1445
|
# @return [Hash<String,String>]
|
1445
1446
|
attr_accessor :labels
|
1446
1447
|
|
1447
|
-
# Output only. The resource name of the snapshot, in the format projects/`
|
1448
|
+
# Output only. The resource name of the snapshot, in the format `projects/`
|
1448
1449
|
# project_id`/locations/`location_id`/instances/`instance_id`/snapshots/`
|
1449
|
-
# snapshot_id
|
1450
|
+
# snapshot_id``.
|
1450
1451
|
# Corresponds to the JSON property `name`
|
1451
1452
|
# @return [String]
|
1452
1453
|
attr_accessor :name
|
@@ -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.13.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 = "20210804"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -127,8 +127,8 @@ module Google
|
|
127
127
|
|
128
128
|
# Creates a backup.
|
129
129
|
# @param [String] parent
|
130
|
-
# Required. The backup's project and location, in the format projects/`
|
131
|
-
# project_id`/locations/`location
|
130
|
+
# Required. The backup's project and location, in the format `projects/`
|
131
|
+
# project_id`/locations/`location``. In Cloud Filestore, backup locations map to
|
132
132
|
# GCP regions, for example **us-west1**.
|
133
133
|
# @param [Google::Apis::FileV1beta1::Backup] backup_object
|
134
134
|
# @param [String] backup_id
|
@@ -168,8 +168,8 @@ module Google
|
|
168
168
|
|
169
169
|
# Deletes a backup.
|
170
170
|
# @param [String] name
|
171
|
-
# Required. The backup resource name, in the format projects/`project_id`/
|
172
|
-
# locations/`location`/backups/`backup_id
|
171
|
+
# Required. The backup resource name, in the format `projects/`project_id`/
|
172
|
+
# locations/`location`/backups/`backup_id``
|
173
173
|
# @param [String] fields
|
174
174
|
# Selector specifying which fields to include in a partial response.
|
175
175
|
# @param [String] quota_user
|
@@ -199,8 +199,8 @@ module Google
|
|
199
199
|
|
200
200
|
# Gets the details of a specific backup.
|
201
201
|
# @param [String] name
|
202
|
-
# Required. The backup resource name, in the format projects/`project_id`/
|
203
|
-
# locations/`location`/backups/`backup_id
|
202
|
+
# Required. The backup resource name, in the format `projects/`project_id`/
|
203
|
+
# locations/`location`/backups/`backup_id``.
|
204
204
|
# @param [String] fields
|
205
205
|
# Selector specifying which fields to include in a partial response.
|
206
206
|
# @param [String] quota_user
|
@@ -232,9 +232,9 @@ module Google
|
|
232
232
|
# locations.
|
233
233
|
# @param [String] parent
|
234
234
|
# Required. The project and location for which to retrieve backup information,
|
235
|
-
# in the format projects/`project_id`/locations/`location
|
235
|
+
# in the format `projects/`project_id`/locations/`location``. In Cloud Filestore,
|
236
236
|
# backup locations map to GCP regions, for example **us-west1**. To retrieve
|
237
|
-
# backup information for all locations, use "-" for the
|
237
|
+
# backup information for all locations, use "-" for the ``location`` value.
|
238
238
|
# @param [String] filter
|
239
239
|
# List filter.
|
240
240
|
# @param [String] order_by
|
@@ -277,8 +277,8 @@ module Google
|
|
277
277
|
|
278
278
|
# Updates the settings of a specific backup.
|
279
279
|
# @param [String] name
|
280
|
-
# Output only. The resource name of the backup, in the format projects/`
|
281
|
-
# project_id`/locations/`location_id`/backups/`backup_id
|
280
|
+
# Output only. The resource name of the backup, in the format `projects/`
|
281
|
+
# project_id`/locations/`location_id`/backups/`backup_id``.
|
282
282
|
# @param [Google::Apis::FileV1beta1::Backup] backup_object
|
283
283
|
# @param [String] update_mask
|
284
284
|
# Required. Mask of fields to update. At least one path must be supplied in this
|
@@ -317,8 +317,8 @@ module Google
|
|
317
317
|
# instance needs to be equal to or larger than the capacity of the backup (and
|
318
318
|
# also equal to or larger than the minimum capacity of the tier).
|
319
319
|
# @param [String] parent
|
320
|
-
# Required. The instance's project and location, in the format projects/`
|
321
|
-
# project_id`/locations/`location
|
320
|
+
# Required. The instance's project and location, in the format `projects/`
|
321
|
+
# project_id`/locations/`location``. In Cloud Filestore, locations map to GCP
|
322
322
|
# zones, for example **us-west1-b**.
|
323
323
|
# @param [Google::Apis::FileV1beta1::Instance] instance_object
|
324
324
|
# @param [String] instance_id
|
@@ -358,8 +358,8 @@ module Google
|
|
358
358
|
|
359
359
|
# Deletes an instance.
|
360
360
|
# @param [String] name
|
361
|
-
# Required. The instance resource name, in the format projects/`project_id`/
|
362
|
-
# locations/`location`/instances/`instance_id
|
361
|
+
# Required. The instance resource name, in the format `projects/`project_id`/
|
362
|
+
# locations/`location`/instances/`instance_id``
|
363
363
|
# @param [String] fields
|
364
364
|
# Selector specifying which fields to include in a partial response.
|
365
365
|
# @param [String] quota_user
|
@@ -389,8 +389,8 @@ module Google
|
|
389
389
|
|
390
390
|
# Gets the details of a specific instance.
|
391
391
|
# @param [String] name
|
392
|
-
# Required. The instance resource name, in the format projects/`project_id`/
|
393
|
-
# locations/`location`/instances/`instance_id
|
392
|
+
# Required. The instance resource name, in the format `projects/`project_id`/
|
393
|
+
# locations/`location`/instances/`instance_id``.
|
394
394
|
# @param [String] fields
|
395
395
|
# Selector specifying which fields to include in a partial response.
|
396
396
|
# @param [String] quota_user
|
@@ -422,9 +422,9 @@ module Google
|
|
422
422
|
# locations.
|
423
423
|
# @param [String] parent
|
424
424
|
# Required. The project and location for which to retrieve instance information,
|
425
|
-
# in the format projects/`project_id`/locations/`location
|
425
|
+
# in the format `projects/`project_id`/locations/`location``. In Cloud Filestore,
|
426
426
|
# locations map to GCP zones, for example **us-west1-b**. To retrieve instance
|
427
|
-
# information for all locations, use "-" for the
|
427
|
+
# information for all locations, use "-" for the ``location`` value.
|
428
428
|
# @param [String] filter
|
429
429
|
# List filter.
|
430
430
|
# @param [String] order_by
|
@@ -467,8 +467,8 @@ module Google
|
|
467
467
|
|
468
468
|
# Updates the settings of a specific instance.
|
469
469
|
# @param [String] name
|
470
|
-
# Output only. The resource name of the instance, in the format projects/`
|
471
|
-
# project_id`/locations/`location_id`/instances/`instance_id
|
470
|
+
# Output only. The resource name of the instance, in the format `projects/`
|
471
|
+
# project_id`/locations/`location_id`/instances/`instance_id``.
|
472
472
|
# @param [Google::Apis::FileV1beta1::Instance] instance_object
|
473
473
|
# @param [String] update_mask
|
474
474
|
# Required. Mask of fields to update. At least one path must be supplied in this
|
@@ -508,8 +508,8 @@ module Google
|
|
508
508
|
# instance needs to be equal to or larger than the capacity of the backup (and
|
509
509
|
# also equal to or larger than the minimum capacity of the tier).
|
510
510
|
# @param [String] name
|
511
|
-
# Required. The resource name of the instance, in the format projects/`
|
512
|
-
# project_id`/locations/`location_id`/instances/`instance_id
|
511
|
+
# Required. The resource name of the instance, in the format `projects/`
|
512
|
+
# project_id`/locations/`location_id`/instances/`instance_id``.
|
513
513
|
# @param [Google::Apis::FileV1beta1::RestoreInstanceRequest] restore_instance_request_object
|
514
514
|
# @param [String] fields
|
515
515
|
# Selector specifying which fields to include in a partial response.
|
@@ -542,8 +542,8 @@ module Google
|
|
542
542
|
|
543
543
|
# Creates a snapshot.
|
544
544
|
# @param [String] parent
|
545
|
-
# Required. The Filestore Instance to create the snapshots of, in the format
|
546
|
-
# projects/`project_id`/locations/`location`/instances/`instance_id
|
545
|
+
# Required. The Filestore Instance to create the snapshots of, in the format `
|
546
|
+
# projects/`project_id`/locations/`location`/instances/`instance_id``
|
547
547
|
# @param [Google::Apis::FileV1beta1::Snapshot] snapshot_object
|
548
548
|
# @param [String] snapshot_id
|
549
549
|
# Required. The ID to use for the snapshot. The ID must be unique within the
|
@@ -581,8 +581,8 @@ module Google
|
|
581
581
|
|
582
582
|
# Deletes a snapshot.
|
583
583
|
# @param [String] name
|
584
|
-
# Required. The snapshot resource name, in the format projects/`project_id`/
|
585
|
-
# locations/`location`/instances/`instance_id`/snapshots/`snapshot_id
|
584
|
+
# Required. The snapshot resource name, in the format `projects/`project_id`/
|
585
|
+
# locations/`location`/instances/`instance_id`/snapshots/`snapshot_id``
|
586
586
|
# @param [String] fields
|
587
587
|
# Selector specifying which fields to include in a partial response.
|
588
588
|
# @param [String] quota_user
|
@@ -612,8 +612,8 @@ module Google
|
|
612
612
|
|
613
613
|
# Gets the details of a specific snapshot.
|
614
614
|
# @param [String] name
|
615
|
-
# Required. The snapshot resource name, in the format projects/`project_id`/
|
616
|
-
# locations/`location`/instances/`instance_id`/snapshots/`snapshot_id
|
615
|
+
# Required. The snapshot resource name, in the format `projects/`project_id`/
|
616
|
+
# locations/`location`/instances/`instance_id`/snapshots/`snapshot_id``
|
617
617
|
# @param [String] fields
|
618
618
|
# Selector specifying which fields to include in a partial response.
|
619
619
|
# @param [String] quota_user
|
@@ -645,7 +645,7 @@ module Google
|
|
645
645
|
# locations.
|
646
646
|
# @param [String] parent
|
647
647
|
# Required. The instance for which to retrieve snapshot information, in the
|
648
|
-
# format projects/`project_id`/locations/`location`/instances/`instance_id
|
648
|
+
# format `projects/`project_id`/locations/`location`/instances/`instance_id``.
|
649
649
|
# @param [String] filter
|
650
650
|
# List filter.
|
651
651
|
# @param [String] order_by
|
@@ -688,9 +688,9 @@ module Google
|
|
688
688
|
|
689
689
|
# Updates the settings of a specific snapshot.
|
690
690
|
# @param [String] name
|
691
|
-
# Output only. The resource name of the snapshot, in the format projects/`
|
691
|
+
# Output only. The resource name of the snapshot, in the format `projects/`
|
692
692
|
# project_id`/locations/`location_id`/instances/`instance_id`/snapshots/`
|
693
|
-
# snapshot_id
|
693
|
+
# snapshot_id``.
|
694
694
|
# @param [Google::Apis::FileV1beta1::Snapshot] snapshot_object
|
695
695
|
# @param [String] update_mask
|
696
696
|
# Required. Mask of fields to update. At least one path must be supplied in this
|
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.13.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-23 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.13.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: []
|