tencentcloud-sdk-oceanus 3.0.776 → 3.0.777
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/v20190422/models.rb +19 -6
- 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: 0cfaa4e5f68b9d0530b240ed2336ec6e4c6713da
|
4
|
+
data.tar.gz: 51a44d5911485869c5a06fb845f92d58c7b13004
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1abe054d43999d8890d3e27822ba5142eec73ed1e9db9cf38d7eb37dd0decc186138d1cd5a537d641ae53193ebb30fd7160fc3aab59386666445136fa79b851e
|
7
|
+
data.tar.gz: 0cc9cd2e935ffd43a90f499bd580841b226b8896874b76b0c9bec47ecf37e1d828157e8e9ad76751c0c70607680ce6ac7304c1deda6865b8707ff78b3bc9d428
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.777
|
data/lib/v20190422/models.rb
CHANGED
@@ -967,10 +967,12 @@ module TencentCloud
|
|
967
967
|
# @type WorkSpaceId: String
|
968
968
|
# @param Tags: 作业标签
|
969
969
|
# @type Tags: Array
|
970
|
+
# @param Description: 作业描述
|
971
|
+
# @type Description: String
|
970
972
|
|
971
|
-
attr_accessor :Name, :JobType, :ClusterType, :ClusterId, :CuMem, :Remark, :FolderId, :FlinkVersion, :WorkSpaceId, :Tags
|
973
|
+
attr_accessor :Name, :JobType, :ClusterType, :ClusterId, :CuMem, :Remark, :FolderId, :FlinkVersion, :WorkSpaceId, :Tags, :Description
|
972
974
|
|
973
|
-
def initialize(name=nil, jobtype=nil, clustertype=nil, clusterid=nil, cumem=nil, remark=nil, folderid=nil, flinkversion=nil, workspaceid=nil, tags=nil)
|
975
|
+
def initialize(name=nil, jobtype=nil, clustertype=nil, clusterid=nil, cumem=nil, remark=nil, folderid=nil, flinkversion=nil, workspaceid=nil, tags=nil, description=nil)
|
974
976
|
@Name = name
|
975
977
|
@JobType = jobtype
|
976
978
|
@ClusterType = clustertype
|
@@ -981,6 +983,7 @@ module TencentCloud
|
|
981
983
|
@FlinkVersion = flinkversion
|
982
984
|
@WorkSpaceId = workspaceid
|
983
985
|
@Tags = tags
|
986
|
+
@Description = description
|
984
987
|
end
|
985
988
|
|
986
989
|
def deserialize(params)
|
@@ -1001,6 +1004,7 @@ module TencentCloud
|
|
1001
1004
|
@Tags << tag_tmp
|
1002
1005
|
end
|
1003
1006
|
end
|
1007
|
+
@Description = params['Description']
|
1004
1008
|
end
|
1005
1009
|
end
|
1006
1010
|
|
@@ -3366,10 +3370,13 @@ module TencentCloud
|
|
3366
3370
|
# @param EventInfo: 作业异常事件信息
|
3367
3371
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3368
3372
|
# @type EventInfo: :class:`Tencentcloud::Oceanus.v20190422.models.JobEventInfo`
|
3373
|
+
# @param Description: 描述信息
|
3374
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3375
|
+
# @type Description: String
|
3369
3376
|
|
3370
|
-
attr_accessor :JobId, :Region, :Zone, :AppId, :OwnerUin, :CreatorUin, :Name, :JobType, :Status, :CreateTime, :StartTime, :StopTime, :UpdateTime, :TotalRunMillis, :Remark, :LastOpResult, :ClusterName, :LatestJobConfigVersion, :PublishedJobConfigVersion, :RunningCuNum, :CuMem, :StatusDesc, :CurrentRunMillis, :ClusterId, :WebUIUrl, :SchedulerType, :ClusterStatus, :RunningCu, :FlinkVersion, :WorkSpaceId, :WorkSpaceName, :Tags, :EventInfo
|
3377
|
+
attr_accessor :JobId, :Region, :Zone, :AppId, :OwnerUin, :CreatorUin, :Name, :JobType, :Status, :CreateTime, :StartTime, :StopTime, :UpdateTime, :TotalRunMillis, :Remark, :LastOpResult, :ClusterName, :LatestJobConfigVersion, :PublishedJobConfigVersion, :RunningCuNum, :CuMem, :StatusDesc, :CurrentRunMillis, :ClusterId, :WebUIUrl, :SchedulerType, :ClusterStatus, :RunningCu, :FlinkVersion, :WorkSpaceId, :WorkSpaceName, :Tags, :EventInfo, :Description
|
3371
3378
|
|
3372
|
-
def initialize(jobid=nil, region=nil, zone=nil, appid=nil, owneruin=nil, creatoruin=nil, name=nil, jobtype=nil, status=nil, createtime=nil, starttime=nil, stoptime=nil, updatetime=nil, totalrunmillis=nil, remark=nil, lastopresult=nil, clustername=nil, latestjobconfigversion=nil, publishedjobconfigversion=nil, runningcunum=nil, cumem=nil, statusdesc=nil, currentrunmillis=nil, clusterid=nil, webuiurl=nil, schedulertype=nil, clusterstatus=nil, runningcu=nil, flinkversion=nil, workspaceid=nil, workspacename=nil, tags=nil, eventinfo=nil)
|
3379
|
+
def initialize(jobid=nil, region=nil, zone=nil, appid=nil, owneruin=nil, creatoruin=nil, name=nil, jobtype=nil, status=nil, createtime=nil, starttime=nil, stoptime=nil, updatetime=nil, totalrunmillis=nil, remark=nil, lastopresult=nil, clustername=nil, latestjobconfigversion=nil, publishedjobconfigversion=nil, runningcunum=nil, cumem=nil, statusdesc=nil, currentrunmillis=nil, clusterid=nil, webuiurl=nil, schedulertype=nil, clusterstatus=nil, runningcu=nil, flinkversion=nil, workspaceid=nil, workspacename=nil, tags=nil, eventinfo=nil, description=nil)
|
3373
3380
|
@JobId = jobid
|
3374
3381
|
@Region = region
|
3375
3382
|
@Zone = zone
|
@@ -3403,6 +3410,7 @@ module TencentCloud
|
|
3403
3410
|
@WorkSpaceName = workspacename
|
3404
3411
|
@Tags = tags
|
3405
3412
|
@EventInfo = eventinfo
|
3413
|
+
@Description = description
|
3406
3414
|
end
|
3407
3415
|
|
3408
3416
|
def deserialize(params)
|
@@ -3449,6 +3457,7 @@ module TencentCloud
|
|
3449
3457
|
@EventInfo = JobEventInfo.new
|
3450
3458
|
@EventInfo.deserialize(params['EventInfo'])
|
3451
3459
|
end
|
3460
|
+
@Description = params['Description']
|
3452
3461
|
end
|
3453
3462
|
end
|
3454
3463
|
|
@@ -3579,15 +3588,18 @@ module TencentCloud
|
|
3579
3588
|
# @type TargetFolderId: String
|
3580
3589
|
# @param WorkSpaceId: 工作空间 SerialId
|
3581
3590
|
# @type WorkSpaceId: String
|
3591
|
+
# @param Description: 作业描述
|
3592
|
+
# @type Description: String
|
3582
3593
|
|
3583
|
-
attr_accessor :JobId, :Name, :Remark, :TargetFolderId, :WorkSpaceId
|
3594
|
+
attr_accessor :JobId, :Name, :Remark, :TargetFolderId, :WorkSpaceId, :Description
|
3584
3595
|
|
3585
|
-
def initialize(jobid=nil, name=nil, remark=nil, targetfolderid=nil, workspaceid=nil)
|
3596
|
+
def initialize(jobid=nil, name=nil, remark=nil, targetfolderid=nil, workspaceid=nil, description=nil)
|
3586
3597
|
@JobId = jobid
|
3587
3598
|
@Name = name
|
3588
3599
|
@Remark = remark
|
3589
3600
|
@TargetFolderId = targetfolderid
|
3590
3601
|
@WorkSpaceId = workspaceid
|
3602
|
+
@Description = description
|
3591
3603
|
end
|
3592
3604
|
|
3593
3605
|
def deserialize(params)
|
@@ -3596,6 +3608,7 @@ module TencentCloud
|
|
3596
3608
|
@Remark = params['Remark']
|
3597
3609
|
@TargetFolderId = params['TargetFolderId']
|
3598
3610
|
@WorkSpaceId = params['WorkSpaceId']
|
3611
|
+
@Description = params['Description']
|
3599
3612
|
end
|
3600
3613
|
end
|
3601
3614
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-oceanus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.777
|
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-03-
|
11
|
+
date: 2024-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|