tencentcloud-sdk-cls 3.0.874 → 3.0.876

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201016/models.rb +22 -11
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4f4fd65332b6708350345ae5467e6b8d854a28d
4
- data.tar.gz: 7981973f85a4e6664dd24c5a23d50738dcddd5e8
3
+ metadata.gz: f709e547c6711e492b302d1ee9de72a1d5c81b44
4
+ data.tar.gz: bbdf84451a978568729a27ac9b9c8b3bb6f3a054
5
5
  SHA512:
6
- metadata.gz: d421e194ec0d60248edffe3fa990f308f18a525031c34bdf4f52e8e0a09f706a4acfe5c242db7a37c8091c7c15753bfbd2d90a6cbfbb8223e92e6d219e705a01
7
- data.tar.gz: 5f0067dbaacbbe07145ce7938a48869f8eeae9dd4722cd5d13164d38e15b9b7810dace2f01574231509ebff704b4847d3ba18ae878f705599cf049fc11305d5a
6
+ metadata.gz: 17e8e32c46d29f162ad11760030a359e21f5d1cd25af8f91e39cd70bdcc6f863f9f5bc302bd2be7672203d768518a3492b3c9bad492b21f08b717c59a957dcae
7
+ data.tar.gz: c6eb2e6c7d1142bf0a1bc2094406c568db45b7619603e7ade0fb42ad6c02fbe03f7f2fd65c0a253a0d54d982ae0fedbc95ae38940d8cda2f9c516aa5920b4212
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.874
1
+ 3.0.876
@@ -3450,10 +3450,13 @@ module TencentCloud
3450
3450
  # @type DstResources: Array
3451
3451
  # @param EtlContent: 加工逻辑函数。
3452
3452
  # @type EtlContent: String
3453
+ # @param DataTransformType: 数据加工类型。0:标准加工任务;1:前置加工任务。
3454
+ # 注意:此字段可能返回 null,表示取不到有效值。
3455
+ # @type DataTransformType: Integer
3453
3456
 
3454
- attr_accessor :Name, :TaskId, :EnableFlag, :Type, :SrcTopicId, :Status, :CreateTime, :UpdateTime, :LastEnableTime, :SrcTopicName, :LogsetId, :DstResources, :EtlContent
3457
+ attr_accessor :Name, :TaskId, :EnableFlag, :Type, :SrcTopicId, :Status, :CreateTime, :UpdateTime, :LastEnableTime, :SrcTopicName, :LogsetId, :DstResources, :EtlContent, :DataTransformType
3455
3458
 
3456
- def initialize(name=nil, taskid=nil, enableflag=nil, type=nil, srctopicid=nil, status=nil, createtime=nil, updatetime=nil, lastenabletime=nil, srctopicname=nil, logsetid=nil, dstresources=nil, etlcontent=nil)
3459
+ def initialize(name=nil, taskid=nil, enableflag=nil, type=nil, srctopicid=nil, status=nil, createtime=nil, updatetime=nil, lastenabletime=nil, srctopicname=nil, logsetid=nil, dstresources=nil, etlcontent=nil, datatransformtype=nil)
3457
3460
  @Name = name
3458
3461
  @TaskId = taskid
3459
3462
  @EnableFlag = enableflag
@@ -3467,6 +3470,7 @@ module TencentCloud
3467
3470
  @LogsetId = logsetid
3468
3471
  @DstResources = dstresources
3469
3472
  @EtlContent = etlcontent
3473
+ @DataTransformType = datatransformtype
3470
3474
  end
3471
3475
 
3472
3476
  def deserialize(params)
@@ -3490,6 +3494,7 @@ module TencentCloud
3490
3494
  end
3491
3495
  end
3492
3496
  @EtlContent = params['EtlContent']
3497
+ @DataTransformType = params['DataTransformType']
3493
3498
  end
3494
3499
  end
3495
3500
 
@@ -4822,25 +4827,31 @@ module TencentCloud
4822
4827
 
4823
4828
  # DescribeDataTransformInfo请求参数结构体
4824
4829
  class DescribeDataTransformInfoRequest < TencentCloud::Common::AbstractModel
4825
- # @param Filters: <br><li> taskName
4826
-
4830
+ # @param Filters: - taskName
4827
4831
  # 按照【加工任务名称】进行过滤。
4828
4832
  # 类型:String
4829
-
4830
4833
  # 必选:否
4831
4834
 
4832
- # <br><li> taskId
4833
-
4835
+ # - taskId
4834
4836
  # 按照【加工任务id】进行过滤。
4835
4837
  # 类型:String
4836
-
4837
4838
  # 必选:否
4838
4839
 
4839
- # <br><li> topicId
4840
-
4840
+ # - topicId
4841
4841
  # 按照【源topicId】进行过滤。
4842
4842
  # 类型:String
4843
-
4843
+ # 必选:否
4844
+ # - status
4845
+ # 按照【 任务运行状态】进行过滤。 1:准备中,2:运行中,3:停止中,4:已停止
4846
+ # 类型:String
4847
+ # 必选:否
4848
+ # - hasServiceLog
4849
+ # 按照【是否开启服务日志】进行过滤。 1:未开启,2:已开启
4850
+ # 类型:String
4851
+ # 必选:否
4852
+ # - dstTopicType
4853
+ # 按照【目标topic类型】进行过滤。 1:固定,2:动态
4854
+ # 类型:String
4844
4855
  # 必选:否
4845
4856
 
4846
4857
  # 每次请求的Filters的上限为10,Filter.Values的上限为100。
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.874
4
+ version: 3.0.876
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-07-28 00:00:00.000000000 Z
11
+ date: 2024-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common