tencentcloud-sdk-tse 3.0.966 → 3.0.968

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201207/models.rb +30 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 871a30a8a3c40934f61c951f5cb0cbc3b533cdc7
4
- data.tar.gz: da6b89730ba97687c2bec40b2ff2331d42fa979b
3
+ metadata.gz: 55e03f9c7b082bb3bcaaaa641e9bad4d2c610089
4
+ data.tar.gz: 5b18389cf4154768739117d7c9cec0c2894c969e
5
5
  SHA512:
6
- metadata.gz: 4e58cd6ded5da820765d06aa25a4ae7545e3962b83f9c53a8f4113f71465a6eb8e16d724388deda1b414fde8bade955f4e6563cefcf27ba60c870bc10272c98c
7
- data.tar.gz: 8ee64b94ba55e2f413f1e15e5d2153e5feb7b44f7d76380f838fa5a0a6b2cc67570231f6cdd71cd2a0e7eccc95324cc496ac8e407044e32ab7c93cbef0648636
6
+ metadata.gz: de2a27501db0ecd0223a695e476661bc9a869ced425fd64e0e0506782ff9ba9c436b92b343c08dd5dfe651fb918d2d221343979b5d34d71707dc778a1f236fb7
7
+ data.tar.gz: c3d55b12907f0965adacf5daec80a75406f2972fb4732ea736ce3c10c1ea8f1c61af82c77af9e27e0e0c04f7a3967ecfa37f33e4170802abfc64b7a91e366d0a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.966
1
+ 3.0.968
@@ -2246,13 +2246,17 @@ module TencentCloud
2246
2246
  # @type DestinationPorts: Array
2247
2247
  # @param Headers: 路由的Headers
2248
2248
  # @type Headers: Array
2249
+ # @param RequestBuffering: 是否缓存请求body,默认true
2250
+ # @type RequestBuffering: Boolean
2251
+ # @param ResponseBuffering: 是否缓存响应body,默认true
2252
+ # @type ResponseBuffering: Boolean
2249
2253
 
2250
- attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
2254
+ attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering
2251
2255
  extend Gem::Deprecate
2252
2256
  deprecate :ForceHttps, :none, 2024, 12
2253
2257
  deprecate :ForceHttps=, :none, 2024, 12
2254
2258
 
2255
- def initialize(gatewayid=nil, serviceid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil)
2259
+ def initialize(gatewayid=nil, serviceid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil, requestbuffering=nil, responsebuffering=nil)
2256
2260
  @GatewayId = gatewayid
2257
2261
  @ServiceID = serviceid
2258
2262
  @RouteName = routename
@@ -2266,6 +2270,8 @@ module TencentCloud
2266
2270
  @ForceHttps = forcehttps
2267
2271
  @DestinationPorts = destinationports
2268
2272
  @Headers = headers
2273
+ @RequestBuffering = requestbuffering
2274
+ @ResponseBuffering = responsebuffering
2269
2275
  end
2270
2276
 
2271
2277
  def deserialize(params)
@@ -2289,6 +2295,8 @@ module TencentCloud
2289
2295
  @Headers << kvmapping_tmp
2290
2296
  end
2291
2297
  end
2298
+ @RequestBuffering = params['RequestBuffering']
2299
+ @ResponseBuffering = params['ResponseBuffering']
2292
2300
  end
2293
2301
  end
2294
2302
 
@@ -8627,13 +8635,17 @@ module TencentCloud
8627
8635
  # @param Headers: 路由的Headers
8628
8636
  # 注意:此字段可能返回 null,表示取不到有效值。
8629
8637
  # @type Headers: Array
8638
+ # @param RequestBuffering: 是否缓存请求body,默认true
8639
+ # @type RequestBuffering: Boolean
8640
+ # @param ResponseBuffering: 是否缓存响应body,默认true
8641
+ # @type ResponseBuffering: Boolean
8630
8642
 
8631
- attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers
8643
+ attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering
8632
8644
  extend Gem::Deprecate
8633
8645
  deprecate :ForceHttps, :none, 2024, 12
8634
8646
  deprecate :ForceHttps=, :none, 2024, 12
8635
8647
 
8636
- def initialize(id=nil, name=nil, methods=nil, paths=nil, hosts=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, createdtime=nil, forcehttps=nil, servicename=nil, serviceid=nil, destinationports=nil, headers=nil)
8648
+ def initialize(id=nil, name=nil, methods=nil, paths=nil, hosts=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, createdtime=nil, forcehttps=nil, servicename=nil, serviceid=nil, destinationports=nil, headers=nil, requestbuffering=nil, responsebuffering=nil)
8637
8649
  @ID = id
8638
8650
  @Name = name
8639
8651
  @Methods = methods
@@ -8649,6 +8661,8 @@ module TencentCloud
8649
8661
  @ServiceID = serviceid
8650
8662
  @DestinationPorts = destinationports
8651
8663
  @Headers = headers
8664
+ @RequestBuffering = requestbuffering
8665
+ @ResponseBuffering = responsebuffering
8652
8666
  end
8653
8667
 
8654
8668
  def deserialize(params)
@@ -8674,6 +8688,8 @@ module TencentCloud
8674
8688
  @Headers << kvmapping_tmp
8675
8689
  end
8676
8690
  end
8691
+ @RequestBuffering = params['RequestBuffering']
8692
+ @ResponseBuffering = params['ResponseBuffering']
8677
8693
  end
8678
8694
  end
8679
8695
 
@@ -9651,13 +9667,17 @@ module TencentCloud
9651
9667
  # @type DestinationPorts: Array
9652
9668
  # @param Headers: 路由的Headers
9653
9669
  # @type Headers: Array
9670
+ # @param RequestBuffering: 是否缓存请求body,默认true
9671
+ # @type RequestBuffering: Boolean
9672
+ # @param ResponseBuffering: 是否缓存响应body,默认true
9673
+ # @type ResponseBuffering: Boolean
9654
9674
 
9655
- attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
9675
+ attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering
9656
9676
  extend Gem::Deprecate
9657
9677
  deprecate :ForceHttps, :none, 2024, 12
9658
9678
  deprecate :ForceHttps=, :none, 2024, 12
9659
9679
 
9660
- def initialize(gatewayid=nil, serviceid=nil, routeid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil)
9680
+ def initialize(gatewayid=nil, serviceid=nil, routeid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil, requestbuffering=nil, responsebuffering=nil)
9661
9681
  @GatewayId = gatewayid
9662
9682
  @ServiceID = serviceid
9663
9683
  @RouteID = routeid
@@ -9672,6 +9692,8 @@ module TencentCloud
9672
9692
  @ForceHttps = forcehttps
9673
9693
  @DestinationPorts = destinationports
9674
9694
  @Headers = headers
9695
+ @RequestBuffering = requestbuffering
9696
+ @ResponseBuffering = responsebuffering
9675
9697
  end
9676
9698
 
9677
9699
  def deserialize(params)
@@ -9696,6 +9718,8 @@ module TencentCloud
9696
9718
  @Headers << kvmapping_tmp
9697
9719
  end
9698
9720
  end
9721
+ @RequestBuffering = params['RequestBuffering']
9722
+ @ResponseBuffering = params['ResponseBuffering']
9699
9723
  end
9700
9724
  end
9701
9725
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.966
4
+ version: 3.0.968
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-23 00:00:00.000000000 Z
11
+ date: 2024-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common