tencentcloud-sdk-emr 3.0.1198 → 3.0.1199
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 +12 -4
- 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: e1358a8088f434a5765e3368e464c18c2dfce5e4
|
|
4
|
+
data.tar.gz: 79a2ded9c109490f7eab76e35b510a4d7b50c460
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f399bda3365822333ab797afc7b17d32aee47ea744188ab8ce78c388c3004c617d7c7340c6f457a5dd7800440d7169531c80cdce4e59e498bf2b84851b71fd75
|
|
7
|
+
data.tar.gz: 0676d0b71d7ba22888a188b3f545e1739009eb6d3e547285d613902bfd34b931718872bacbcecbc9b7bb87616a9e03cf9a953408004f4a151e79b7fed8d956c3
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1199
|
data/lib/v20190103/models.rb
CHANGED
|
@@ -13677,10 +13677,12 @@ module TencentCloud
|
|
|
13677
13677
|
# @type ExecutionStatement: String
|
|
13678
13678
|
# @param User: 用户
|
|
13679
13679
|
# @type User: String
|
|
13680
|
+
# @param ErrorCode: 错误码
|
|
13681
|
+
# @type ErrorCode: String
|
|
13680
13682
|
|
|
13681
|
-
attr_accessor :ClientIP, :CPUCost, :DefaultDB, :EndTime, :ExecutionIP, :QueryID, :QueryType, :MemCost, :PlanCpuCosts, :PlanMemCosts, :QueryTime, :ResourceGroup, :ReturnRows, :ScanBytes, :ScanRows, :BeginTime, :ExecutionState, :ExecutionStatement, :User
|
|
13683
|
+
attr_accessor :ClientIP, :CPUCost, :DefaultDB, :EndTime, :ExecutionIP, :QueryID, :QueryType, :MemCost, :PlanCpuCosts, :PlanMemCosts, :QueryTime, :ResourceGroup, :ReturnRows, :ScanBytes, :ScanRows, :BeginTime, :ExecutionState, :ExecutionStatement, :User, :ErrorCode
|
|
13682
13684
|
|
|
13683
|
-
def initialize(clientip=nil, cpucost=nil, defaultdb=nil, endtime=nil, executionip=nil, queryid=nil, querytype=nil, memcost=nil, plancpucosts=nil, planmemcosts=nil, querytime=nil, resourcegroup=nil, returnrows=nil, scanbytes=nil, scanrows=nil, begintime=nil, executionstate=nil, executionstatement=nil, user=nil)
|
|
13685
|
+
def initialize(clientip=nil, cpucost=nil, defaultdb=nil, endtime=nil, executionip=nil, queryid=nil, querytype=nil, memcost=nil, plancpucosts=nil, planmemcosts=nil, querytime=nil, resourcegroup=nil, returnrows=nil, scanbytes=nil, scanrows=nil, begintime=nil, executionstate=nil, executionstatement=nil, user=nil, errorcode=nil)
|
|
13684
13686
|
@ClientIP = clientip
|
|
13685
13687
|
@CPUCost = cpucost
|
|
13686
13688
|
@DefaultDB = defaultdb
|
|
@@ -13700,6 +13702,7 @@ module TencentCloud
|
|
|
13700
13702
|
@ExecutionState = executionstate
|
|
13701
13703
|
@ExecutionStatement = executionstatement
|
|
13702
13704
|
@User = user
|
|
13705
|
+
@ErrorCode = errorcode
|
|
13703
13706
|
end
|
|
13704
13707
|
|
|
13705
13708
|
def deserialize(params)
|
|
@@ -13722,6 +13725,7 @@ module TencentCloud
|
|
|
13722
13725
|
@ExecutionState = params['ExecutionState']
|
|
13723
13726
|
@ExecutionStatement = params['ExecutionStatement']
|
|
13724
13727
|
@User = params['User']
|
|
13728
|
+
@ErrorCode = params['ErrorCode']
|
|
13725
13729
|
end
|
|
13726
13730
|
end
|
|
13727
13731
|
|
|
@@ -14553,10 +14557,12 @@ module TencentCloud
|
|
|
14553
14557
|
# @type User: String
|
|
14554
14558
|
# @param WrittenBytes: 写入字节数
|
|
14555
14559
|
# @type WrittenBytes: Integer
|
|
14560
|
+
# @param ErrorMessage: Error日志
|
|
14561
|
+
# @type ErrorMessage: String
|
|
14556
14562
|
|
|
14557
|
-
attr_accessor :Catalog, :ClientIpAddr, :CompletedSplits, :CpuTime, :CumulativeMemory, :DurationMillis, :EndTime, :Id, :InternalNetworkBytes, :OutputBytes, :PeakUserMemoryBytes, :PhysicalInputBytes, :ProcessedInputBytes, :SqlCompileTime, :StartTime, :State, :Statement, :User, :WrittenBytes
|
|
14563
|
+
attr_accessor :Catalog, :ClientIpAddr, :CompletedSplits, :CpuTime, :CumulativeMemory, :DurationMillis, :EndTime, :Id, :InternalNetworkBytes, :OutputBytes, :PeakUserMemoryBytes, :PhysicalInputBytes, :ProcessedInputBytes, :SqlCompileTime, :StartTime, :State, :Statement, :User, :WrittenBytes, :ErrorMessage
|
|
14558
14564
|
|
|
14559
|
-
def initialize(catalog=nil, clientipaddr=nil, completedsplits=nil, cputime=nil, cumulativememory=nil, durationmillis=nil, endtime=nil, id=nil, internalnetworkbytes=nil, outputbytes=nil, peakusermemorybytes=nil, physicalinputbytes=nil, processedinputbytes=nil, sqlcompiletime=nil, starttime=nil, state=nil, statement=nil, user=nil, writtenbytes=nil)
|
|
14565
|
+
def initialize(catalog=nil, clientipaddr=nil, completedsplits=nil, cputime=nil, cumulativememory=nil, durationmillis=nil, endtime=nil, id=nil, internalnetworkbytes=nil, outputbytes=nil, peakusermemorybytes=nil, physicalinputbytes=nil, processedinputbytes=nil, sqlcompiletime=nil, starttime=nil, state=nil, statement=nil, user=nil, writtenbytes=nil, errormessage=nil)
|
|
14560
14566
|
@Catalog = catalog
|
|
14561
14567
|
@ClientIpAddr = clientipaddr
|
|
14562
14568
|
@CompletedSplits = completedsplits
|
|
@@ -14576,6 +14582,7 @@ module TencentCloud
|
|
|
14576
14582
|
@Statement = statement
|
|
14577
14583
|
@User = user
|
|
14578
14584
|
@WrittenBytes = writtenbytes
|
|
14585
|
+
@ErrorMessage = errormessage
|
|
14579
14586
|
end
|
|
14580
14587
|
|
|
14581
14588
|
def deserialize(params)
|
|
@@ -14598,6 +14605,7 @@ module TencentCloud
|
|
|
14598
14605
|
@Statement = params['Statement']
|
|
14599
14606
|
@User = params['User']
|
|
14600
14607
|
@WrittenBytes = params['WrittenBytes']
|
|
14608
|
+
@ErrorMessage = params['ErrorMessage']
|
|
14601
14609
|
end
|
|
14602
14610
|
end
|
|
14603
14611
|
|
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.1199
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|