tencentcloud-sdk-cls 1.0.356 → 1.0.357
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201016/models.rb +13 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ffdbf537c98cb9a0af3ef0ff1a7767ab1421528
|
4
|
+
data.tar.gz: bd67b604124bc5596ee80c78cae702e5cc274c50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3df4897a4714a7743fc994412bd2b4932c569b0f929cae54db8e980d0d77bdd135ef89a60293fccf271f4ff49a7c8ad553dd1c76b8c28dfef781ae4ac28d07d4
|
7
|
+
data.tar.gz: d9d86ee61a077100792b14fac56b652a5464a7315cf9467fed7d4bb07e4f7aecefd9439abb19971d13d0c9e97b828f5405f382cc98939a963f939fad7c914a65
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.357
|
data/lib/v20201016/models.rb
CHANGED
@@ -3313,7 +3313,7 @@ module TencentCloud
|
|
3313
3313
|
# @type Format: String
|
3314
3314
|
# @param Count: 日志导出数量
|
3315
3315
|
# @type Count: Integer
|
3316
|
-
# @param Status: 日志下载状态。Processing:导出正在进行中,
|
3316
|
+
# @param Status: 日志下载状态。Processing:导出正在进行中,Completed:导出完成,Failed:导出失败,Expired:日志导出已过期(三天有效期), Queuing 排队中
|
3317
3317
|
# @type Status: String
|
3318
3318
|
# @param From: 日志导出起始时间
|
3319
3319
|
# @type From: Integer
|
@@ -3391,10 +3391,16 @@ module TencentCloud
|
|
3391
3391
|
# @param Backtracking: 增量采集模式下的回溯数据量,默认-1(全量采集)
|
3392
3392
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3393
3393
|
# @type Backtracking: Integer
|
3394
|
+
# @param IsGBK: 是否为Gbk编码. 0: 否, 1: 是
|
3395
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3396
|
+
# @type IsGBK: Integer
|
3397
|
+
# @param JsonStandard: 是否为标准json. 0: 否, 1: 是
|
3398
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3399
|
+
# @type JsonStandard: Integer
|
3394
3400
|
|
3395
|
-
attr_accessor :TimeKey, :TimeFormat, :Delimiter, :LogRegex, :BeginRegex, :Keys, :FilterKeyRegex, :UnMatchUpLoadSwitch, :UnMatchLogKey, :Backtracking
|
3401
|
+
attr_accessor :TimeKey, :TimeFormat, :Delimiter, :LogRegex, :BeginRegex, :Keys, :FilterKeyRegex, :UnMatchUpLoadSwitch, :UnMatchLogKey, :Backtracking, :IsGBK, :JsonStandard
|
3396
3402
|
|
3397
|
-
def initialize(timekey=nil, timeformat=nil, delimiter=nil, logregex=nil, beginregex=nil, keys=nil, filterkeyregex=nil, unmatchuploadswitch=nil, unmatchlogkey=nil, backtracking=nil)
|
3403
|
+
def initialize(timekey=nil, timeformat=nil, delimiter=nil, logregex=nil, beginregex=nil, keys=nil, filterkeyregex=nil, unmatchuploadswitch=nil, unmatchlogkey=nil, backtracking=nil, isgbk=nil, jsonstandard=nil)
|
3398
3404
|
@TimeKey = timekey
|
3399
3405
|
@TimeFormat = timeformat
|
3400
3406
|
@Delimiter = delimiter
|
@@ -3405,6 +3411,8 @@ module TencentCloud
|
|
3405
3411
|
@UnMatchUpLoadSwitch = unmatchuploadswitch
|
3406
3412
|
@UnMatchLogKey = unmatchlogkey
|
3407
3413
|
@Backtracking = backtracking
|
3414
|
+
@IsGBK = isgbk
|
3415
|
+
@JsonStandard = jsonstandard
|
3408
3416
|
end
|
3409
3417
|
|
3410
3418
|
def deserialize(params)
|
@@ -3425,6 +3433,8 @@ module TencentCloud
|
|
3425
3433
|
@UnMatchUpLoadSwitch = params['UnMatchUpLoadSwitch']
|
3426
3434
|
@UnMatchLogKey = params['UnMatchLogKey']
|
3427
3435
|
@Backtracking = params['Backtracking']
|
3436
|
+
@IsGBK = params['IsGBK']
|
3437
|
+
@JsonStandard = params['JsonStandard']
|
3428
3438
|
end
|
3429
3439
|
end
|
3430
3440
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cls
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.357
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-07-
|
11
|
+
date: 2022-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|