tencentcloud-sdk-cls 3.0.890 → 3.0.891

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
  SHA1:
3
- metadata.gz: 017aebccaf00f30bfafcb7f39bc065b0f823eade
4
- data.tar.gz: 5578d094fc4b300758cbeebd10885df2d2fcce08
3
+ metadata.gz: 6f61f90f09176a19dd607b40f79d7b9175239a17
4
+ data.tar.gz: fdeed0f6270c2b4fc74fa7856c7fe4431b456dd9
5
5
  SHA512:
6
- metadata.gz: 9424ea78a28b1ec086a15653bdab4a9bb8ffa2aa481db3ea90428766380e9f453f3e4712f76c090508c43bfcf3764736ec2bbe3f6229fa6e520c35c6b24cffcf
7
- data.tar.gz: 4438dc20495c08625efb226ba31dd2a4854cf88fd16375c7af1f337d5f0efb77a0b89708792764e8067ae16ba2e1f6e5d9c755f598185925839e2671c403b80f
6
+ metadata.gz: 4f9b8cf46eeaf596a1ab2f266464bac2da7bc02a742ca2b8d85fd8facefb47ae3c53c3f1993dda97e89ec08c4600ed1a373cd715b25c72bd0f2faf98b0f6f2bc
7
+ data.tar.gz: 4b8911b014ea9acb93ea82297fe571bddf49c48d7bdbe860804758410c018af089ce84152b2801448a7db078751b44aac188cf415e65f4497eceb24b278def05
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.890
1
+ 3.0.891
@@ -2561,10 +2561,12 @@ module TencentCloud
2561
2561
  # @type EnableFlag: Integer
2562
2562
  # @param PreviewLogStatistics: 用于预览加工结果的测试数据
2563
2563
  # @type PreviewLogStatistics: Array
2564
+ # @param DataTransformType: 数据加工类型。0:标准加工任务; 1:前置加工任务。前置加工任务将采集的日志处理完成后,再写入日志主题。
2565
+ # @type DataTransformType: Integer
2564
2566
 
2565
- attr_accessor :FuncType, :SrcTopicId, :Name, :EtlContent, :TaskType, :DstResources, :EnableFlag, :PreviewLogStatistics
2567
+ attr_accessor :FuncType, :SrcTopicId, :Name, :EtlContent, :TaskType, :DstResources, :EnableFlag, :PreviewLogStatistics, :DataTransformType
2566
2568
 
2567
- def initialize(functype=nil, srctopicid=nil, name=nil, etlcontent=nil, tasktype=nil, dstresources=nil, enableflag=nil, previewlogstatistics=nil)
2569
+ def initialize(functype=nil, srctopicid=nil, name=nil, etlcontent=nil, tasktype=nil, dstresources=nil, enableflag=nil, previewlogstatistics=nil, datatransformtype=nil)
2568
2570
  @FuncType = functype
2569
2571
  @SrcTopicId = srctopicid
2570
2572
  @Name = name
@@ -2573,6 +2575,7 @@ module TencentCloud
2573
2575
  @DstResources = dstresources
2574
2576
  @EnableFlag = enableflag
2575
2577
  @PreviewLogStatistics = previewlogstatistics
2578
+ @DataTransformType = datatransformtype
2576
2579
  end
2577
2580
 
2578
2581
  def deserialize(params)
@@ -2598,6 +2601,7 @@ module TencentCloud
2598
2601
  @PreviewLogStatistics << previewlogstatistic_tmp
2599
2602
  end
2600
2603
  end
2604
+ @DataTransformType = params['DataTransformType']
2601
2605
  end
2602
2606
  end
2603
2607
 
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.890
4
+ version: 3.0.891
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-08-20 00:00:00.000000000 Z
11
+ date: 2024-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common