tencentcloud-sdk-emr 3.0.1100 → 3.0.1108
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/v20190103/models.rb +6 -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: 0e45d160646713b86264c361696730ffd2343cd5
|
4
|
+
data.tar.gz: c8b66e37fbb40d3b0e3fd2e98f300ea08c19ae04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 37a730ade8d452da20ccd42c27dd00b09d856d20728fa0d54e28a0652f93db0496baaa1565aa87377b665b8817a76bf4e2901358b4c94408b1f9321defc65d13
|
7
|
+
data.tar.gz: ddda6a5b3ee4b5dc48c97d3f892772cc86cb6bfde8229f88fff4783e1e141f6148ebc2ebb232ecaa390b709de6c4c1d231c245e3b2a37487b7cb976269eb635e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1108
|
data/lib/v20190103/models.rb
CHANGED
@@ -13164,10 +13164,12 @@ module TencentCloud
|
|
13164
13164
|
# @type FailedReason: String
|
13165
13165
|
# @param TimeConsuming: 步骤耗时
|
13166
13166
|
# @type TimeConsuming: String
|
13167
|
+
# @param Id: id,前端用
|
13168
|
+
# @type Id: Integer
|
13167
13169
|
|
13168
|
-
attr_accessor :Stage, :Name, :IsShow, :IsSubFlow, :SubFlowFlag, :Status, :Desc, :Progress, :Starttime, :Endtime, :HadWoodDetail, :WoodJobId, :LanguageKey, :FailedReason, :TimeConsuming
|
13170
|
+
attr_accessor :Stage, :Name, :IsShow, :IsSubFlow, :SubFlowFlag, :Status, :Desc, :Progress, :Starttime, :Endtime, :HadWoodDetail, :WoodJobId, :LanguageKey, :FailedReason, :TimeConsuming, :Id
|
13169
13171
|
|
13170
|
-
def initialize(stage=nil, name=nil, isshow=nil, issubflow=nil, subflowflag=nil, status=nil, desc=nil, progress=nil, starttime=nil, endtime=nil, hadwooddetail=nil, woodjobid=nil, languagekey=nil, failedreason=nil, timeconsuming=nil)
|
13172
|
+
def initialize(stage=nil, name=nil, isshow=nil, issubflow=nil, subflowflag=nil, status=nil, desc=nil, progress=nil, starttime=nil, endtime=nil, hadwooddetail=nil, woodjobid=nil, languagekey=nil, failedreason=nil, timeconsuming=nil, id=nil)
|
13171
13173
|
@Stage = stage
|
13172
13174
|
@Name = name
|
13173
13175
|
@IsShow = isshow
|
@@ -13183,6 +13185,7 @@ module TencentCloud
|
|
13183
13185
|
@LanguageKey = languagekey
|
13184
13186
|
@FailedReason = failedreason
|
13185
13187
|
@TimeConsuming = timeconsuming
|
13188
|
+
@Id = id
|
13186
13189
|
end
|
13187
13190
|
|
13188
13191
|
def deserialize(params)
|
@@ -13201,6 +13204,7 @@ module TencentCloud
|
|
13201
13204
|
@LanguageKey = params['LanguageKey']
|
13202
13205
|
@FailedReason = params['FailedReason']
|
13203
13206
|
@TimeConsuming = params['TimeConsuming']
|
13207
|
+
@Id = params['Id']
|
13204
13208
|
end
|
13205
13209
|
end
|
13206
13210
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-emr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1108
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-07-
|
11
|
+
date: 2025-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|