tencentcloud-sdk-cls 1.0.327 → 1.0.330
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 +8 -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: ec20a3642cb9c58321c8461bd87304f7565c4fba
|
4
|
+
data.tar.gz: 28fcdf3bf008945431f3e06f279d751a88a0a8f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c94eb66ab8fe5ea3ed1c7c7b50e6767e65c157e4c9fb40dc3faf004d6b978bd60c63b6afceac6ccf4bebb91a143e285db427165fd46cd7ddb1fd07058d8b56ce
|
7
|
+
data.tar.gz: 271bd1b74600dd9ef328f4a85839c2df86320fd6c8ed576def83f8a7517d83e08802aadf6aafcd58a8b037f28de697dea4aacd7a353da8a5993dca258642ff67
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.330
|
data/lib/v20201016/models.rb
CHANGED
@@ -628,25 +628,30 @@ module TencentCloud
|
|
628
628
|
# @param EnableTag: 是否投递 TAG 信息
|
629
629
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
630
630
|
# @type EnableTag: Boolean
|
631
|
-
# @param MetaFields:
|
631
|
+
# @param MetaFields: 需要投递的元数据列表,目前仅支持:\_\_SOURCE\_\_,\_\_FILENAME\_\_和\_\_TIMESTAMP\_\_
|
632
632
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
633
633
|
# @type MetaFields: Array
|
634
634
|
# @param TagJsonNotTiled: 当EnableTag为true时,必须填写TagJsonNotTiled字段,TagJsonNotTiled用于标识tag信息是否json平铺,TagJsonNotTiled为true时不平铺,false时平铺
|
635
635
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
636
636
|
# @type TagJsonNotTiled: Boolean
|
637
|
+
# @param TimestampAccuracy: 投递时间戳精度,可选项 [1:秒;2:毫秒] ,默认是秒
|
638
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
639
|
+
# @type TimestampAccuracy: Integer
|
637
640
|
|
638
|
-
attr_accessor :EnableTag, :MetaFields, :TagJsonNotTiled
|
641
|
+
attr_accessor :EnableTag, :MetaFields, :TagJsonNotTiled, :TimestampAccuracy
|
639
642
|
|
640
|
-
def initialize(enabletag=nil, metafields=nil, tagjsonnottiled=nil)
|
643
|
+
def initialize(enabletag=nil, metafields=nil, tagjsonnottiled=nil, timestampaccuracy=nil)
|
641
644
|
@EnableTag = enabletag
|
642
645
|
@MetaFields = metafields
|
643
646
|
@TagJsonNotTiled = tagjsonnottiled
|
647
|
+
@TimestampAccuracy = timestampaccuracy
|
644
648
|
end
|
645
649
|
|
646
650
|
def deserialize(params)
|
647
651
|
@EnableTag = params['EnableTag']
|
648
652
|
@MetaFields = params['MetaFields']
|
649
653
|
@TagJsonNotTiled = params['TagJsonNotTiled']
|
654
|
+
@TimestampAccuracy = params['TimestampAccuracy']
|
650
655
|
end
|
651
656
|
end
|
652
657
|
|
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.330
|
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-06-
|
11
|
+
date: 2022-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|