google-apis-networkservices_v1 0.30.0 → 0.32.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: 72103dc96aadada332eb46f00293f56dbdf640e33c69fb170779f465304a0912
4
- data.tar.gz: 0dc2a21cea3edd2a28a1a7ec8986c5bd0243fdaf4be9ff6eaee8db02827d3ec2
3
+ metadata.gz: 4e80fc83954f8a30fb99ec08793976d842e1285291b8e534929d8d3ea7cd49b3
4
+ data.tar.gz: 16008c1ccede392d8f0b023b2b3cc18f69de2d89775a4d8845bd043993a66be5
5
5
  SHA512:
6
- metadata.gz: 323836478b4483548d8d80bc3e597708f29631e9621b1ddf51a0b6e851e00c14757988e1aedca289ce5adef3043f8859a1463e4716230b1e0e6ca80499270d50
7
- data.tar.gz: 559e6c793a4fe2e2383cd4a2d2312cf54d99f5b803464b484728e7ebb50ee2a2b541b45aff752be85c719a8294e19cff39c8c048e6f3b105049b0a50bb52f849
6
+ metadata.gz: e2c50a4de43bc34115c4e17710968aa322604c5620009fee4778d4a1e1981644dba17cc92778b7bc166b0d2d444bbed4ee161549173e166cc8d51c3c829918f9
7
+ data.tar.gz: 1fee6a978697a45e72c972c6bdce38f60d1ec28e00ccabcd1a3a21e051a153805f46eb2b1f7a64b8d48c5645a40fa4583462dd3ba3251b46fab6c6e39b4197dd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networkservices_v1
2
2
 
3
+ ### v0.32.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231211
6
+
7
+ ### v0.31.0 (2023-12-10)
8
+
9
+ * Regenerated from discovery document revision 20231129
10
+
3
11
  ### v0.30.0 (2023-10-01)
4
12
 
5
13
  * Regenerated from discovery document revision 20230926
@@ -437,7 +437,7 @@ module Google
437
437
  # Gateway represents the configuration for a proxy, typically a load balancer.
438
438
  # It captures the ip:port over which the services are exposed by the proxy,
439
439
  # along with any policy configurations. Routes have reference to to Gateways to
440
- # dictate how requests should be routed by this Gateway.
440
+ # dictate how requests should be routed by this Gateway. Next id: 29
441
441
  class Gateway
442
442
  include Google::Apis::Core::Hashable
443
443
 
@@ -466,6 +466,13 @@ module Google
466
466
  # @return [String]
467
467
  attr_accessor :description
468
468
 
469
+ # Optional. Determines if envoy will insert internal debug headers into upstream
470
+ # requests. Other Envoy headers may still be injected. By default, envoy will
471
+ # not insert any debug headers.
472
+ # Corresponds to the JSON property `envoyHeaders`
473
+ # @return [String]
474
+ attr_accessor :envoy_headers
475
+
469
476
  # Optional. A fully-qualified GatewaySecurityPolicy URL reference. Defines how a
470
477
  # server should apply security policy to inbound (VM to Proxy) initiated
471
478
  # connections. For example: `projects/*/locations/*/gatewaySecurityPolicies/swg-
@@ -474,6 +481,12 @@ module Google
474
481
  # @return [String]
475
482
  attr_accessor :gateway_security_policy
476
483
 
484
+ # Optional. The IP Version that will be used by this gateway. Valid options are
485
+ # IPV4 or IPV6. Default is IPV4.
486
+ # Corresponds to the JSON property `ipVersion`
487
+ # @return [String]
488
+ attr_accessor :ip_version
489
+
477
490
  # Optional. Set of label tags associated with the Gateway resource.
478
491
  # Corresponds to the JSON property `labels`
479
492
  # @return [Hash<String,String>]
@@ -549,7 +562,9 @@ module Google
549
562
  @certificate_urls = args[:certificate_urls] if args.key?(:certificate_urls)
550
563
  @create_time = args[:create_time] if args.key?(:create_time)
551
564
  @description = args[:description] if args.key?(:description)
565
+ @envoy_headers = args[:envoy_headers] if args.key?(:envoy_headers)
552
566
  @gateway_security_policy = args[:gateway_security_policy] if args.key?(:gateway_security_policy)
567
+ @ip_version = args[:ip_version] if args.key?(:ip_version)
553
568
  @labels = args[:labels] if args.key?(:labels)
554
569
  @name = args[:name] if args.key?(:name)
555
570
  @network = args[:network] if args.key?(:network)
@@ -914,6 +929,14 @@ module Google
914
929
  # @return [Google::Apis::NetworkservicesV1::GrpcRouteFaultInjectionPolicy]
915
930
  attr_accessor :fault_injection_policy
916
931
 
932
+ # Optional. Specifies the idle timeout for the selected route. The idle timeout
933
+ # is defined as the period in which there are no bytes sent or received on
934
+ # either the upstream or downstream connection. If not set, the default idle
935
+ # timeout is 1 hour. If set to 0s, the timeout will be disabled.
936
+ # Corresponds to the JSON property `idleTimeout`
937
+ # @return [String]
938
+ attr_accessor :idle_timeout
939
+
917
940
  # The specifications for retries.
918
941
  # Corresponds to the JSON property `retryPolicy`
919
942
  # @return [Google::Apis::NetworkservicesV1::GrpcRouteRetryPolicy]
@@ -945,6 +968,7 @@ module Google
945
968
  def update!(**args)
946
969
  @destinations = args[:destinations] if args.key?(:destinations)
947
970
  @fault_injection_policy = args[:fault_injection_policy] if args.key?(:fault_injection_policy)
971
+ @idle_timeout = args[:idle_timeout] if args.key?(:idle_timeout)
948
972
  @retry_policy = args[:retry_policy] if args.key?(:retry_policy)
949
973
  @stateful_session_affinity = args[:stateful_session_affinity] if args.key?(:stateful_session_affinity)
950
974
  @timeout = args[:timeout] if args.key?(:timeout)
@@ -1205,6 +1229,16 @@ module Google
1205
1229
  class HttpRouteDestination
1206
1230
  include Google::Apis::Core::Hashable
1207
1231
 
1232
+ # The specification for modifying HTTP header in HTTP request and HTTP response.
1233
+ # Corresponds to the JSON property `requestHeaderModifier`
1234
+ # @return [Google::Apis::NetworkservicesV1::HttpRouteHeaderModifier]
1235
+ attr_accessor :request_header_modifier
1236
+
1237
+ # The specification for modifying HTTP header in HTTP request and HTTP response.
1238
+ # Corresponds to the JSON property `responseHeaderModifier`
1239
+ # @return [Google::Apis::NetworkservicesV1::HttpRouteHeaderModifier]
1240
+ attr_accessor :response_header_modifier
1241
+
1208
1242
  # The URL of a BackendService to route traffic to.
1209
1243
  # Corresponds to the JSON property `serviceName`
1210
1244
  # @return [String]
@@ -1229,6 +1263,8 @@ module Google
1229
1263
 
1230
1264
  # Update properties of this object
1231
1265
  def update!(**args)
1266
+ @request_header_modifier = args[:request_header_modifier] if args.key?(:request_header_modifier)
1267
+ @response_header_modifier = args[:response_header_modifier] if args.key?(:response_header_modifier)
1232
1268
  @service_name = args[:service_name] if args.key?(:service_name)
1233
1269
  @weight = args[:weight] if args.key?(:weight)
1234
1270
  end
@@ -1446,6 +1482,39 @@ module Google
1446
1482
  end
1447
1483
  end
1448
1484
 
1485
+ # Static HTTP response object to be returned.
1486
+ class HttpRouteHttpDirectResponse
1487
+ include Google::Apis::Core::Hashable
1488
+
1489
+ # Optional. Response body as bytes. Maximum body size is 4096B.
1490
+ # Corresponds to the JSON property `bytesBody`
1491
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
1492
+ # @return [String]
1493
+ attr_accessor :bytes_body
1494
+
1495
+ # Required. Status to return as part of HTTP Response. Must be a positive
1496
+ # integer.
1497
+ # Corresponds to the JSON property `status`
1498
+ # @return [Fixnum]
1499
+ attr_accessor :status
1500
+
1501
+ # Optional. Response body as a string. Maximum body length is 1024 characters.
1502
+ # Corresponds to the JSON property `stringBody`
1503
+ # @return [String]
1504
+ attr_accessor :string_body
1505
+
1506
+ def initialize(**args)
1507
+ update!(**args)
1508
+ end
1509
+
1510
+ # Update properties of this object
1511
+ def update!(**args)
1512
+ @bytes_body = args[:bytes_body] if args.key?(:bytes_body)
1513
+ @status = args[:status] if args.key?(:status)
1514
+ @string_body = args[:string_body] if args.key?(:string_body)
1515
+ end
1516
+ end
1517
+
1449
1518
  # Specifications to match a query parameter in the request.
1450
1519
  class HttpRouteQueryParameterMatch
1451
1520
  include Google::Apis::Core::Hashable
@@ -1571,6 +1640,12 @@ module Google
1571
1640
  # @return [Google::Apis::NetworkservicesV1::HttpRouteDestination]
1572
1641
  attr_accessor :destination
1573
1642
 
1643
+ # Optional. The percentage of requests to get mirrored to the desired
1644
+ # destination.
1645
+ # Corresponds to the JSON property `mirrorPercent`
1646
+ # @return [Float]
1647
+ attr_accessor :mirror_percent
1648
+
1574
1649
  def initialize(**args)
1575
1650
  update!(**args)
1576
1651
  end
@@ -1578,6 +1653,7 @@ module Google
1578
1653
  # Update properties of this object
1579
1654
  def update!(**args)
1580
1655
  @destination = args[:destination] if args.key?(:destination)
1656
+ @mirror_percent = args[:mirror_percent] if args.key?(:mirror_percent)
1581
1657
  end
1582
1658
  end
1583
1659
 
@@ -1638,6 +1714,11 @@ module Google
1638
1714
  # @return [Array<Google::Apis::NetworkservicesV1::HttpRouteDestination>]
1639
1715
  attr_accessor :destinations
1640
1716
 
1717
+ # Static HTTP response object to be returned.
1718
+ # Corresponds to the JSON property `directResponse`
1719
+ # @return [Google::Apis::NetworkservicesV1::HttpRouteHttpDirectResponse]
1720
+ attr_accessor :direct_response
1721
+
1641
1722
  # The specification for fault injection introduced into traffic to test the
1642
1723
  # resiliency of clients to destination service failure. As part of fault
1643
1724
  # injection, when clients send requests to a destination, delays can be
@@ -1648,6 +1729,14 @@ module Google
1648
1729
  # @return [Google::Apis::NetworkservicesV1::HttpRouteFaultInjectionPolicy]
1649
1730
  attr_accessor :fault_injection_policy
1650
1731
 
1732
+ # Optional. Specifies the idle timeout for the selected route. The idle timeout
1733
+ # is defined as the period in which there are no bytes sent or received on
1734
+ # either the upstream or downstream connection. If not set, the default idle
1735
+ # timeout is 1 hour. If set to 0s, the timeout will be disabled.
1736
+ # Corresponds to the JSON property `idleTimeout`
1737
+ # @return [String]
1738
+ attr_accessor :idle_timeout
1739
+
1651
1740
  # The specification for redirecting traffic.
1652
1741
  # Corresponds to the JSON property `redirect`
1653
1742
  # @return [Google::Apis::NetworkservicesV1::HttpRouteRedirect]
@@ -1708,7 +1797,9 @@ module Google
1708
1797
  def update!(**args)
1709
1798
  @cors_policy = args[:cors_policy] if args.key?(:cors_policy)
1710
1799
  @destinations = args[:destinations] if args.key?(:destinations)
1800
+ @direct_response = args[:direct_response] if args.key?(:direct_response)
1711
1801
  @fault_injection_policy = args[:fault_injection_policy] if args.key?(:fault_injection_policy)
1802
+ @idle_timeout = args[:idle_timeout] if args.key?(:idle_timeout)
1712
1803
  @redirect = args[:redirect] if args.key?(:redirect)
1713
1804
  @request_header_modifier = args[:request_header_modifier] if args.key?(:request_header_modifier)
1714
1805
  @request_mirror_policy = args[:request_mirror_policy] if args.key?(:request_mirror_policy)
@@ -2202,6 +2293,13 @@ module Google
2202
2293
  # @return [String]
2203
2294
  attr_accessor :description
2204
2295
 
2296
+ # Optional. Determines if envoy will insert internal debug headers into upstream
2297
+ # requests. Other Envoy headers may still be injected. By default, envoy will
2298
+ # not insert any debug headers.
2299
+ # Corresponds to the JSON property `envoyHeaders`
2300
+ # @return [String]
2301
+ attr_accessor :envoy_headers
2302
+
2205
2303
  # Optional. If set to a valid TCP port (1-65535), instructs the SIDECAR proxy to
2206
2304
  # listen on the specified port of localhost (127.0.0.1) address. The SIDECAR
2207
2305
  # proxy will expect all traffic to be redirected to this port regardless of its
@@ -2240,6 +2338,7 @@ module Google
2240
2338
  def update!(**args)
2241
2339
  @create_time = args[:create_time] if args.key?(:create_time)
2242
2340
  @description = args[:description] if args.key?(:description)
2341
+ @envoy_headers = args[:envoy_headers] if args.key?(:envoy_headers)
2243
2342
  @interception_port = args[:interception_port] if args.key?(:interception_port)
2244
2343
  @labels = args[:labels] if args.key?(:labels)
2245
2344
  @name = args[:name] if args.key?(:name)
@@ -2705,6 +2804,14 @@ module Google
2705
2804
  # @return [Array<Google::Apis::NetworkservicesV1::TcpRouteRouteDestination>]
2706
2805
  attr_accessor :destinations
2707
2806
 
2807
+ # Optional. Specifies the idle timeout for the selected route. The idle timeout
2808
+ # is defined as the period in which there are no bytes sent or received on
2809
+ # either the upstream or downstream connection. If not set, the default idle
2810
+ # timeout is 30 seconds. If set to 0s, the timeout will be disabled.
2811
+ # Corresponds to the JSON property `idleTimeout`
2812
+ # @return [String]
2813
+ attr_accessor :idle_timeout
2814
+
2708
2815
  # Optional. If true, Router will use the destination IP and port of the original
2709
2816
  # connection as the destination of the request. Default is false. Only one of
2710
2817
  # route destinations or original destination can be set.
@@ -2720,6 +2827,7 @@ module Google
2720
2827
  # Update properties of this object
2721
2828
  def update!(**args)
2722
2829
  @destinations = args[:destinations] if args.key?(:destinations)
2830
+ @idle_timeout = args[:idle_timeout] if args.key?(:idle_timeout)
2723
2831
  @original_destination = args[:original_destination] if args.key?(:original_destination)
2724
2832
  end
2725
2833
  end
@@ -2944,6 +3052,14 @@ module Google
2944
3052
  # @return [Array<Google::Apis::NetworkservicesV1::TlsRouteRouteDestination>]
2945
3053
  attr_accessor :destinations
2946
3054
 
3055
+ # Optional. Specifies the idle timeout for the selected route. The idle timeout
3056
+ # is defined as the period in which there are no bytes sent or received on
3057
+ # either the upstream or downstream connection. If not set, the default idle
3058
+ # timeout is 1 hour. If set to 0s, the timeout will be disabled.
3059
+ # Corresponds to the JSON property `idleTimeout`
3060
+ # @return [String]
3061
+ attr_accessor :idle_timeout
3062
+
2947
3063
  def initialize(**args)
2948
3064
  update!(**args)
2949
3065
  end
@@ -2951,6 +3067,7 @@ module Google
2951
3067
  # Update properties of this object
2952
3068
  def update!(**args)
2953
3069
  @destinations = args[:destinations] if args.key?(:destinations)
3070
+ @idle_timeout = args[:idle_timeout] if args.key?(:idle_timeout)
2954
3071
  end
2955
3072
  end
2956
3073
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkservicesV1
18
18
  # Version of the google-apis-networkservices_v1 gem
19
- GEM_VERSION = "0.30.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230926"
25
+ REVISION = "20231211"
26
26
  end
27
27
  end
28
28
  end
@@ -214,6 +214,12 @@ module Google
214
214
  include Google::Apis::Core::JsonObjectSupport
215
215
  end
216
216
 
217
+ class HttpRouteHttpDirectResponse
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
217
223
  class HttpRouteQueryParameterMatch
218
224
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
225
 
@@ -554,7 +560,9 @@ module Google
554
560
  collection :certificate_urls, as: 'certificateUrls'
555
561
  property :create_time, as: 'createTime'
556
562
  property :description, as: 'description'
563
+ property :envoy_headers, as: 'envoyHeaders'
557
564
  property :gateway_security_policy, as: 'gatewaySecurityPolicy'
565
+ property :ip_version, as: 'ipVersion'
558
566
  hash :labels, as: 'labels'
559
567
  property :name, as: 'name'
560
568
  property :network, as: 'network'
@@ -653,6 +661,7 @@ module Google
653
661
 
654
662
  property :fault_injection_policy, as: 'faultInjectionPolicy', class: Google::Apis::NetworkservicesV1::GrpcRouteFaultInjectionPolicy, decorator: Google::Apis::NetworkservicesV1::GrpcRouteFaultInjectionPolicy::Representation
655
663
 
664
+ property :idle_timeout, as: 'idleTimeout'
656
665
  property :retry_policy, as: 'retryPolicy', class: Google::Apis::NetworkservicesV1::GrpcRouteRetryPolicy, decorator: Google::Apis::NetworkservicesV1::GrpcRouteRetryPolicy::Representation
657
666
 
658
667
  property :stateful_session_affinity, as: 'statefulSessionAffinity', class: Google::Apis::NetworkservicesV1::GrpcRouteStatefulSessionAffinityPolicy, decorator: Google::Apis::NetworkservicesV1::GrpcRouteStatefulSessionAffinityPolicy::Representation
@@ -722,6 +731,10 @@ module Google
722
731
  class HttpRouteDestination
723
732
  # @private
724
733
  class Representation < Google::Apis::Core::JsonRepresentation
734
+ property :request_header_modifier, as: 'requestHeaderModifier', class: Google::Apis::NetworkservicesV1::HttpRouteHeaderModifier, decorator: Google::Apis::NetworkservicesV1::HttpRouteHeaderModifier::Representation
735
+
736
+ property :response_header_modifier, as: 'responseHeaderModifier', class: Google::Apis::NetworkservicesV1::HttpRouteHeaderModifier, decorator: Google::Apis::NetworkservicesV1::HttpRouteHeaderModifier::Representation
737
+
725
738
  property :service_name, as: 'serviceName'
726
739
  property :weight, as: 'weight'
727
740
  end
@@ -785,6 +798,15 @@ module Google
785
798
  end
786
799
  end
787
800
 
801
+ class HttpRouteHttpDirectResponse
802
+ # @private
803
+ class Representation < Google::Apis::Core::JsonRepresentation
804
+ property :bytes_body, :base64 => true, as: 'bytesBody'
805
+ property :status, as: 'status'
806
+ property :string_body, as: 'stringBody'
807
+ end
808
+ end
809
+
788
810
  class HttpRouteQueryParameterMatch
789
811
  # @private
790
812
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -813,6 +835,7 @@ module Google
813
835
  class Representation < Google::Apis::Core::JsonRepresentation
814
836
  property :destination, as: 'destination', class: Google::Apis::NetworkservicesV1::HttpRouteDestination, decorator: Google::Apis::NetworkservicesV1::HttpRouteDestination::Representation
815
837
 
838
+ property :mirror_percent, as: 'mirrorPercent'
816
839
  end
817
840
  end
818
841
 
@@ -832,8 +855,11 @@ module Google
832
855
 
833
856
  collection :destinations, as: 'destinations', class: Google::Apis::NetworkservicesV1::HttpRouteDestination, decorator: Google::Apis::NetworkservicesV1::HttpRouteDestination::Representation
834
857
 
858
+ property :direct_response, as: 'directResponse', class: Google::Apis::NetworkservicesV1::HttpRouteHttpDirectResponse, decorator: Google::Apis::NetworkservicesV1::HttpRouteHttpDirectResponse::Representation
859
+
835
860
  property :fault_injection_policy, as: 'faultInjectionPolicy', class: Google::Apis::NetworkservicesV1::HttpRouteFaultInjectionPolicy, decorator: Google::Apis::NetworkservicesV1::HttpRouteFaultInjectionPolicy::Representation
836
861
 
862
+ property :idle_timeout, as: 'idleTimeout'
837
863
  property :redirect, as: 'redirect', class: Google::Apis::NetworkservicesV1::HttpRouteRedirect, decorator: Google::Apis::NetworkservicesV1::HttpRouteRedirect::Representation
838
864
 
839
865
  property :request_header_modifier, as: 'requestHeaderModifier', class: Google::Apis::NetworkservicesV1::HttpRouteHeaderModifier, decorator: Google::Apis::NetworkservicesV1::HttpRouteHeaderModifier::Representation
@@ -998,6 +1024,7 @@ module Google
998
1024
  class Representation < Google::Apis::Core::JsonRepresentation
999
1025
  property :create_time, as: 'createTime'
1000
1026
  property :description, as: 'description'
1027
+ property :envoy_headers, as: 'envoyHeaders'
1001
1028
  property :interception_port, as: 'interceptionPort'
1002
1029
  hash :labels, as: 'labels'
1003
1030
  property :name, as: 'name'
@@ -1095,6 +1122,7 @@ module Google
1095
1122
  class Representation < Google::Apis::Core::JsonRepresentation
1096
1123
  collection :destinations, as: 'destinations', class: Google::Apis::NetworkservicesV1::TcpRouteRouteDestination, decorator: Google::Apis::NetworkservicesV1::TcpRouteRouteDestination::Representation
1097
1124
 
1125
+ property :idle_timeout, as: 'idleTimeout'
1098
1126
  property :original_destination, as: 'originalDestination'
1099
1127
  end
1100
1128
  end
@@ -1160,6 +1188,7 @@ module Google
1160
1188
  class Representation < Google::Apis::Core::JsonRepresentation
1161
1189
  collection :destinations, as: 'destinations', class: Google::Apis::NetworkservicesV1::TlsRouteRouteDestination, decorator: Google::Apis::NetworkservicesV1::TlsRouteRouteDestination::Representation
1162
1190
 
1191
+ property :idle_timeout, as: 'idleTimeout'
1163
1192
  end
1164
1193
  end
1165
1194
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkservices_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.32.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: 2023-10-01 00:00:00.000000000 Z
11
+ date: 2023-12-17 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-networkservices_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1
63
63
  post_install_message:
64
64
  rdoc_options: []