tencentcloud-sdk-wedata 3.0.1050 → 3.0.1051

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210820/models.rb +33 -15
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dff60aa8d300187a64ecfda0c3597721efaeea32
4
- data.tar.gz: 3f6e859029ef0b79ba7c72f5bf27051b91b39ff2
3
+ metadata.gz: 13148cb6712371176296ef3f52bb9df8b4c840f5
4
+ data.tar.gz: b22db17c3ca377d97c4f26dfb9b84efef2e6015a
5
5
  SHA512:
6
- metadata.gz: 9fd1f63365a43adac26535be2661c701d2ff403c67c9486e98223e5a9a4891e0240d91eaacc99cc37ae5adb6ade0aefecf77cb842e1cbb6f3903dc06aef971d2
7
- data.tar.gz: b7eba50b3033957fef7fe79304512ddf57c36328be25ee0d8f8f0761d1422d87844c49db4b5f9138d2fec14ce085d0bedefcb1b420b9c6603a98debb49a09eb7
6
+ metadata.gz: 37886a08bd739f3f53450cb3508dc1176381cd3e4ed9ce39a4e03d4051134cb635174cda1bc7bb62a623121a8bb4c22c2d75ae1dba327cc7cc21c7949cbd374b
7
+ data.tar.gz: ad78c40d9664c2456855aa510454fe1d6522514dfdd6a92ea840bc4de902cc1de620f9a4ad6ca5d04439481656347e7d1d1326258074b4982c83688e8fb429a6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1050
1
+ 3.0.1051
@@ -17779,7 +17779,9 @@ module TencentCloud
17779
17779
  # @type ProjectId: String
17780
17780
  # @param InstanceKey: **实例唯一标识**
17781
17781
  # @type InstanceKey: String
17782
- # @param LifeRoundNum: 生命周期编号
17782
+ # @param LifeRoundNum: **实例生命周期编号,标识实例的某一次执行**
17783
+
17784
+ # 例如:周期实例第一次运行的编号为0,用户后期又重跑了该实例,第二次执行的编号为1
17783
17785
  # @type LifeRoundNum: Integer
17784
17786
  # @param ScheduleTimeZone: **时区**
17785
17787
  # timeZone, 默认UTC+8
@@ -17809,10 +17811,15 @@ module TencentCloud
17809
17811
  # @param EndLineCount: **获取日志的结束行 行号**
17810
17812
  # 默认 10000
17811
17813
  # @type EndLineCount: Integer
17814
+ # @param ExtInfo: **分页查询日志时使用,无具体业务含义**
17815
+
17816
+ # 第一次查询时值为null
17817
+ # 第二次及以后查询时使用上一次查询返回信息中的ExtInfo字段值即可
17818
+ # @type ExtInfo: String
17812
17819
 
17813
- attr_accessor :ProjectId, :InstanceKey, :LifeRoundNum, :ScheduleTimeZone, :BrokerIp, :OriginFileName, :ExecutionJobId, :LogLevel, :StartLineNum, :EndLineCount
17820
+ attr_accessor :ProjectId, :InstanceKey, :LifeRoundNum, :ScheduleTimeZone, :BrokerIp, :OriginFileName, :ExecutionJobId, :LogLevel, :StartLineNum, :EndLineCount, :ExtInfo
17814
17821
 
17815
- def initialize(projectid=nil, instancekey=nil, liferoundnum=nil, scheduletimezone=nil, brokerip=nil, originfilename=nil, executionjobid=nil, loglevel=nil, startlinenum=nil, endlinecount=nil)
17822
+ def initialize(projectid=nil, instancekey=nil, liferoundnum=nil, scheduletimezone=nil, brokerip=nil, originfilename=nil, executionjobid=nil, loglevel=nil, startlinenum=nil, endlinecount=nil, extinfo=nil)
17816
17823
  @ProjectId = projectid
17817
17824
  @InstanceKey = instancekey
17818
17825
  @LifeRoundNum = liferoundnum
@@ -17823,6 +17830,7 @@ module TencentCloud
17823
17830
  @LogLevel = loglevel
17824
17831
  @StartLineNum = startlinenum
17825
17832
  @EndLineCount = endlinecount
17833
+ @ExtInfo = extinfo
17826
17834
  end
17827
17835
 
17828
17836
  def deserialize(params)
@@ -17836,6 +17844,7 @@ module TencentCloud
17836
17844
  @LogLevel = params['LogLevel']
17837
17845
  @StartLineNum = params['StartLineNum']
17838
17846
  @EndLineCount = params['EndLineCount']
17847
+ @ExtInfo = params['ExtInfo']
17839
17848
  end
17840
17849
  end
17841
17850
 
@@ -18368,7 +18377,9 @@ module TencentCloud
18368
18377
  # @param TotalRunNum: 累计运行次数
18369
18378
  # 注意:此字段可能返回 null,表示取不到有效值。
18370
18379
  # @type TotalRunNum: Integer
18371
- # @param LifeRoundNum: 生命周期编号
18380
+ # @param LifeRoundNum: **实例生命周期编号,标识实例的某一次执行**
18381
+
18382
+ # 例如:周期实例第一次运行的编号为0,用户后期又重跑了该实例,第二次的执行的编号为1
18372
18383
  # 注意:此字段可能返回 null,表示取不到有效值。
18373
18384
  # @type LifeRoundNum: Integer
18374
18385
  # @param InstanceType: **实例类型**
@@ -18654,7 +18665,9 @@ module TencentCloud
18654
18665
  # - [2] 表示 成功
18655
18666
  # 注意:此字段可能返回 null,表示取不到有效值。
18656
18667
  # @type InstanceState: Integer
18657
- # @param LifeRoundNum: 生命周期编号
18668
+ # @param LifeRoundNum: **实例生命周期编号,标识实例的某一次执行**
18669
+
18670
+ # 例如:周期实例第一次运行的编号为0,用户后期又重跑了该实例,第二次执行的编号为1
18658
18671
  # 注意:此字段可能返回 null,表示取不到有效值。
18659
18672
  # @type LifeRoundNum: Integer
18660
18673
  # @param RunType: **实例运行触发类型**
@@ -18682,6 +18695,8 @@ module TencentCloud
18682
18695
  # 注意:此字段可能返回 null,表示取不到有效值。
18683
18696
  # @type CodeFileName: String
18684
18697
  # @param ExecutionJobId: **下发执行ID**
18698
+ # 统一执行平台下发执行到新版执行机标识某次执行的唯一ID,存量老执行机下发执行没有此ID。
18699
+ # 如果不知道执行机版本是否支持此ID,可以联系腾讯云运维同学
18685
18700
  # 注意:此字段可能返回 null,表示取不到有效值。
18686
18701
  # @type ExecutionJobId: String
18687
18702
  # @param BrokerIp: 日志所在执行节点
@@ -18765,7 +18780,7 @@ module TencentCloud
18765
18780
  # - FAILED 表示 终态-失败重试
18766
18781
  # - EXPIRED 表示 终态-失败
18767
18782
  # - SKIP_RUNNING 表示 终态-被上游分支节点跳过的分支
18768
- # - HISTORY 表示 兼容历史实例
18783
+ # - HISTORY 表示 兼容2024-03-30之前的历史实例,之后实例无需关注次枚举类型
18769
18784
  # 注意:此字段可能返回 null,表示取不到有效值。
18770
18785
  # @type DetailState: String
18771
18786
  # @param EndTime: 该状态结束时间
@@ -19154,7 +19169,10 @@ module TencentCloud
19154
19169
  # @param LineCount: **本次查询返回的日志行数**
19155
19170
  # 注意:此字段可能返回 null,表示取不到有效值。
19156
19171
  # @type LineCount: Integer
19157
- # @param ExtInfo: 执行平台日志分页查询参数, 每次请求透明传入。第一页查询时值为空字符串
19172
+ # @param ExtInfo: **分页查询日志时使用,无具体业务含义**
19173
+
19174
+ # 第一次查询时值为null
19175
+ # 第二次及以后查询时使用上一次查询返回信息中的ExtInfo字段值即可
19158
19176
  # 注意:此字段可能返回 null,表示取不到有效值。
19159
19177
  # @type ExtInfo: String
19160
19178
  # @param IsEnd: 日志分页查询,是否最后一页
@@ -20933,10 +20951,10 @@ module TencentCloud
20933
20951
  class ListInstancesRequest < TencentCloud::Common::AbstractModel
20934
20952
  # @param ProjectId: **项目ID**
20935
20953
  # @type ProjectId: String
20936
- # @param ScheduleTimeFrom: **实例计划调度时间**
20954
+ # @param ScheduleTimeFrom: **实例计划调度时间过滤条件**
20937
20955
  # 过滤起始时间,时间格式为 yyyy-MM-dd HH:mm:ss
20938
20956
  # @type ScheduleTimeFrom: String
20939
- # @param ScheduleTimeTo: **实例计划调度时间**
20957
+ # @param ScheduleTimeTo: **实例计划调度时间过滤条件**
20940
20958
  # 过滤截止时间,时间格式为 yyyy-MM-dd HH:mm:ss
20941
20959
  # @type ScheduleTimeTo: String
20942
20960
  # @param PageNumber: **页码,整型**
@@ -20947,10 +20965,10 @@ module TencentCloud
20947
20965
  # @type PageSize: Integer
20948
20966
  # @param SortColumn: **查询结果排序字段**
20949
20967
 
20950
- # - SCHEDULE_DATE 表示 计划调度时间
20951
- # - START_TIME 表示 实例开始执行时间
20952
- # - END_TIME 表示 实例结束执行时间
20953
- # - COST_TIME 表示 实例执行时长
20968
+ # - SCHEDULE_DATE 表示 根据计划调度时间排序
20969
+ # - START_TIME 表示 根据实例开始执行时间排序
20970
+ # - END_TIME 表示 根据实例结束执行时间排序
20971
+ # - COST_TIME 表示 根据实例执行时长排序
20954
20972
  # @type SortColumn: String
20955
20973
  # @param SortType: **实例排序方式**
20956
20974
 
@@ -21010,10 +21028,10 @@ module TencentCloud
21010
21028
  # 可以通过接口 DescribeNormalSchedulerExecutorGroups 获取项目下的所有调度资源组列表
21011
21029
  # 可以通过接口 DescribeNormalIntegrationExecutorGroups 获取项目下的所有集成资源组列表
21012
21030
  # @type ExecutorGroupIdList: Array
21013
- # @param StartTimeFrom: **开始时间**
21031
+ # @param StartTimeFrom: **实例执行开始时间过滤条件**
21014
21032
  # 过滤起始时间,时间格式为 yyyy-MM-dd HH:mm:ss
21015
21033
  # @type StartTimeFrom: String
21016
- # @param StartTimeTo: **开始时间**
21034
+ # @param StartTimeTo: **实例执行开始时间过滤条件**
21017
21035
  # 过滤截止时间,时间格式为 yyyy-MM-dd HH:mm:ss
21018
21036
  # @type StartTimeTo: String
21019
21037
  # @param ScheduleTimeZone: **时区**
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-wedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1050
4
+ version: 3.0.1051
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud