tencentcloud-sdk-wedata 3.0.730 → 3.0.731
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/v20210820/models.rb +7 -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: a21f68413893d0e19c174d084b72aeec942d818c
|
4
|
+
data.tar.gz: 83d082f40d1a9c33c49811f77fa05f36f2d9da4f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62cfa6ae37e7745ce27917cf1ee13a913ed42f5de34d0d6d53ea5ef7cb7fc1e91d6413f79590c59f0d176d6d399ba869b921b74962c656587dbd2ecef41b9031
|
7
|
+
data.tar.gz: 780807329b2b025679801ca26122d617364cd8a88c1a0b8d0fb2853feba297891424da3148647106a6ca90821a1409be3a5ceebc2159198adf369b400b524eae
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.731
|
data/lib/v20210820/models.rb
CHANGED
@@ -20692,10 +20692,13 @@ module TencentCloud
|
|
20692
20692
|
# @param InstanceStatus: 实例状态 COMPLETED 完成 FAILED失败重试 EXPIRED失败 RUNNING运行中
|
20693
20693
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
20694
20694
|
# @type InstanceStatus: String
|
20695
|
+
# @param CodeFileName: 实例代码文件,为空表示对应代码文件不存在,可能是因为执行机未升级/对应类型任务无代码。
|
20696
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
20697
|
+
# @type CodeFileName: String
|
20695
20698
|
|
20696
|
-
attr_accessor :TaskId, :CurRunDate, :Tries, :LastUpdate, :BrokerIp, :FileSize, :OriginFileName, :CreateTime, :InstanceLogType, :TaskName, :CostTime, :InstanceStatus
|
20699
|
+
attr_accessor :TaskId, :CurRunDate, :Tries, :LastUpdate, :BrokerIp, :FileSize, :OriginFileName, :CreateTime, :InstanceLogType, :TaskName, :CostTime, :InstanceStatus, :CodeFileName
|
20697
20700
|
|
20698
|
-
def initialize(taskid=nil, currundate=nil, tries=nil, lastupdate=nil, brokerip=nil, filesize=nil, originfilename=nil, createtime=nil, instancelogtype=nil, taskname=nil, costtime=nil, instancestatus=nil)
|
20701
|
+
def initialize(taskid=nil, currundate=nil, tries=nil, lastupdate=nil, brokerip=nil, filesize=nil, originfilename=nil, createtime=nil, instancelogtype=nil, taskname=nil, costtime=nil, instancestatus=nil, codefilename=nil)
|
20699
20702
|
@TaskId = taskid
|
20700
20703
|
@CurRunDate = currundate
|
20701
20704
|
@Tries = tries
|
@@ -20708,6 +20711,7 @@ module TencentCloud
|
|
20708
20711
|
@TaskName = taskname
|
20709
20712
|
@CostTime = costtime
|
20710
20713
|
@InstanceStatus = instancestatus
|
20714
|
+
@CodeFileName = codefilename
|
20711
20715
|
end
|
20712
20716
|
|
20713
20717
|
def deserialize(params)
|
@@ -20723,6 +20727,7 @@ module TencentCloud
|
|
20723
20727
|
@TaskName = params['TaskName']
|
20724
20728
|
@CostTime = params['CostTime']
|
20725
20729
|
@InstanceStatus = params['InstanceStatus']
|
20730
|
+
@CodeFileName = params['CodeFileName']
|
20726
20731
|
end
|
20727
20732
|
end
|
20728
20733
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-wedata
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.731
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-12-
|
11
|
+
date: 2023-12-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|