tencentcloud-sdk-cls 3.0.1002 → 3.0.1004
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201016/models.rb +6 -2
- 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: 6fe808fb0758bc92513fbbcb4dfd8a3514d5e5f1
|
4
|
+
data.tar.gz: 0331d24ddec2b8f80619b537df6968e59823988c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50c75f33e01d0eed53d5e34da59f764a8d955576387b5a3e135903fa06b223c229efa26a6f8f373258674509befa859bf98dc785758b5628ad26c688a94960e9
|
7
|
+
data.tar.gz: 8ac986a4045502fa24c0191617d0c2d60ccca18546b1537fb9f30d4a194cdf80ee5a3b152a51e0a0f1ed9f7d4c842dfd618e4169b1566c73bee618c9d35ec5ea
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1004
|
data/lib/v20201016/models.rb
CHANGED
@@ -8136,10 +8136,12 @@ module TencentCloud
|
|
8136
8136
|
# @param Keys: 日志Key列表,RechargeType为full_regex_log时必填
|
8137
8137
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8138
8138
|
# @type Keys: Array
|
8139
|
+
# @param ParseArray: json解析模式,开启首层数据解析
|
8140
|
+
# @type ParseArray: Boolean
|
8139
8141
|
|
8140
|
-
attr_accessor :RechargeType, :EncodingFormat, :DefaultTimeSwitch, :LogRegex, :UnMatchLogSwitch, :UnMatchLogKey, :UnMatchLogTimeSrc, :DefaultTimeSrc, :TimeKey, :TimeRegex, :TimeFormat, :TimeZone, :Metadata, :Keys
|
8142
|
+
attr_accessor :RechargeType, :EncodingFormat, :DefaultTimeSwitch, :LogRegex, :UnMatchLogSwitch, :UnMatchLogKey, :UnMatchLogTimeSrc, :DefaultTimeSrc, :TimeKey, :TimeRegex, :TimeFormat, :TimeZone, :Metadata, :Keys, :ParseArray
|
8141
8143
|
|
8142
|
-
def initialize(rechargetype=nil, encodingformat=nil, defaulttimeswitch=nil, logregex=nil, unmatchlogswitch=nil, unmatchlogkey=nil, unmatchlogtimesrc=nil, defaulttimesrc=nil, timekey=nil, timeregex=nil, timeformat=nil, timezone=nil, metadata=nil, keys=nil)
|
8144
|
+
def initialize(rechargetype=nil, encodingformat=nil, defaulttimeswitch=nil, logregex=nil, unmatchlogswitch=nil, unmatchlogkey=nil, unmatchlogtimesrc=nil, defaulttimesrc=nil, timekey=nil, timeregex=nil, timeformat=nil, timezone=nil, metadata=nil, keys=nil, parsearray=nil)
|
8143
8145
|
@RechargeType = rechargetype
|
8144
8146
|
@EncodingFormat = encodingformat
|
8145
8147
|
@DefaultTimeSwitch = defaulttimeswitch
|
@@ -8154,6 +8156,7 @@ module TencentCloud
|
|
8154
8156
|
@TimeZone = timezone
|
8155
8157
|
@Metadata = metadata
|
8156
8158
|
@Keys = keys
|
8159
|
+
@ParseArray = parsearray
|
8157
8160
|
end
|
8158
8161
|
|
8159
8162
|
def deserialize(params)
|
@@ -8171,6 +8174,7 @@ module TencentCloud
|
|
8171
8174
|
@TimeZone = params['TimeZone']
|
8172
8175
|
@Metadata = params['Metadata']
|
8173
8176
|
@Keys = params['Keys']
|
8177
|
+
@ParseArray = params['ParseArray']
|
8174
8178
|
end
|
8175
8179
|
end
|
8176
8180
|
|
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: 3.0.
|
4
|
+
version: 3.0.1004
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|