tencentcloud-sdk-oceanus 3.0.578 → 3.0.579
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 +41 -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: 532be01dc2aaf717b916bb4bcc8ed55e3a9a3cea
|
4
|
+
data.tar.gz: dafab1a4f74ac33d4e2688adc47e0429b8e11d8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e2bf3c13ed7e48ad5867dc3965791b0fde1d9722cbee20bce5e06fc61deb4b107d69ef5d2ad3233bae45dd02f387adfaab185cecd5fd4ab0adb45bfb001fa0e
|
7
|
+
data.tar.gz: 530be492377c07e8b52b9181dab6ab37966d570fe98e87ca5d6a84114b7afdf844c7652932c463afb29b25de20a80ec661ef9f94cbfe5d17125f23a069d6ffde
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.579
|
data/lib/v20190422/models.rb
CHANGED
@@ -684,10 +684,12 @@ module TencentCloud
|
|
684
684
|
# @type FlinkVersion: String
|
685
685
|
# @param WorkSpaceId: 工作空间 SerialId
|
686
686
|
# @type WorkSpaceId: String
|
687
|
+
# @param Tags: 作业标签
|
688
|
+
# @type Tags: Array
|
687
689
|
|
688
|
-
attr_accessor :Name, :JobType, :ClusterType, :ClusterId, :CuMem, :Remark, :FolderId, :FlinkVersion, :WorkSpaceId
|
690
|
+
attr_accessor :Name, :JobType, :ClusterType, :ClusterId, :CuMem, :Remark, :FolderId, :FlinkVersion, :WorkSpaceId, :Tags
|
689
691
|
|
690
|
-
def initialize(name=nil, jobtype=nil, clustertype=nil, clusterid=nil, cumem=nil, remark=nil, folderid=nil, flinkversion=nil, workspaceid=nil)
|
692
|
+
def initialize(name=nil, jobtype=nil, clustertype=nil, clusterid=nil, cumem=nil, remark=nil, folderid=nil, flinkversion=nil, workspaceid=nil, tags=nil)
|
691
693
|
@Name = name
|
692
694
|
@JobType = jobtype
|
693
695
|
@ClusterType = clustertype
|
@@ -697,6 +699,7 @@ module TencentCloud
|
|
697
699
|
@FolderId = folderid
|
698
700
|
@FlinkVersion = flinkversion
|
699
701
|
@WorkSpaceId = workspaceid
|
702
|
+
@Tags = tags
|
700
703
|
end
|
701
704
|
|
702
705
|
def deserialize(params)
|
@@ -709,6 +712,14 @@ module TencentCloud
|
|
709
712
|
@FolderId = params['FolderId']
|
710
713
|
@FlinkVersion = params['FlinkVersion']
|
711
714
|
@WorkSpaceId = params['WorkSpaceId']
|
715
|
+
unless params['Tags'].nil?
|
716
|
+
@Tags = []
|
717
|
+
params['Tags'].each do |i|
|
718
|
+
tag_tmp = Tag.new
|
719
|
+
tag_tmp.deserialize(i)
|
720
|
+
@Tags << tag_tmp
|
721
|
+
end
|
722
|
+
end
|
712
723
|
end
|
713
724
|
end
|
714
725
|
|
@@ -1997,10 +2008,13 @@ module TencentCloud
|
|
1997
2008
|
# @param WorkSpaceName: 工作空间名称
|
1998
2009
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1999
2010
|
# @type WorkSpaceName: String
|
2011
|
+
# @param Tags: 作业标签
|
2012
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2013
|
+
# @type Tags: Array
|
2000
2014
|
|
2001
|
-
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
|
2015
|
+
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
|
2002
2016
|
|
2003
|
-
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)
|
2017
|
+
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)
|
2004
2018
|
@JobId = jobid
|
2005
2019
|
@Region = region
|
2006
2020
|
@Zone = zone
|
@@ -2032,6 +2046,7 @@ module TencentCloud
|
|
2032
2046
|
@FlinkVersion = flinkversion
|
2033
2047
|
@WorkSpaceId = workspaceid
|
2034
2048
|
@WorkSpaceName = workspacename
|
2049
|
+
@Tags = tags
|
2035
2050
|
end
|
2036
2051
|
|
2037
2052
|
def deserialize(params)
|
@@ -2066,6 +2081,14 @@ module TencentCloud
|
|
2066
2081
|
@FlinkVersion = params['FlinkVersion']
|
2067
2082
|
@WorkSpaceId = params['WorkSpaceId']
|
2068
2083
|
@WorkSpaceName = params['WorkSpaceName']
|
2084
|
+
unless params['Tags'].nil?
|
2085
|
+
@Tags = []
|
2086
|
+
params['Tags'].each do |i|
|
2087
|
+
tag_tmp = Tag.new
|
2088
|
+
tag_tmp.deserialize(i)
|
2089
|
+
@Tags << tag_tmp
|
2090
|
+
end
|
2091
|
+
end
|
2069
2092
|
end
|
2070
2093
|
end
|
2071
2094
|
|
@@ -2769,16 +2792,20 @@ module TencentCloud
|
|
2769
2792
|
# @param FolderId: 目录ID
|
2770
2793
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2771
2794
|
# @type FolderId: String
|
2795
|
+
# @param RefJobStatusCountSet: 分状态统计关联作业数
|
2796
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2797
|
+
# @type RefJobStatusCountSet: Array
|
2772
2798
|
|
2773
|
-
attr_accessor :ResourceId, :Name, :ResourceType, :Remark, :FileName, :FolderId
|
2799
|
+
attr_accessor :ResourceId, :Name, :ResourceType, :Remark, :FileName, :FolderId, :RefJobStatusCountSet
|
2774
2800
|
|
2775
|
-
def initialize(resourceid=nil, name=nil, resourcetype=nil, remark=nil, filename=nil, folderid=nil)
|
2801
|
+
def initialize(resourceid=nil, name=nil, resourcetype=nil, remark=nil, filename=nil, folderid=nil, refjobstatuscountset=nil)
|
2776
2802
|
@ResourceId = resourceid
|
2777
2803
|
@Name = name
|
2778
2804
|
@ResourceType = resourcetype
|
2779
2805
|
@Remark = remark
|
2780
2806
|
@FileName = filename
|
2781
2807
|
@FolderId = folderid
|
2808
|
+
@RefJobStatusCountSet = refjobstatuscountset
|
2782
2809
|
end
|
2783
2810
|
|
2784
2811
|
def deserialize(params)
|
@@ -2788,6 +2815,14 @@ module TencentCloud
|
|
2788
2815
|
@Remark = params['Remark']
|
2789
2816
|
@FileName = params['FileName']
|
2790
2817
|
@FolderId = params['FolderId']
|
2818
|
+
unless params['RefJobStatusCountSet'].nil?
|
2819
|
+
@RefJobStatusCountSet = []
|
2820
|
+
params['RefJobStatusCountSet'].each do |i|
|
2821
|
+
refjobstatuscountitem_tmp = RefJobStatusCountItem.new
|
2822
|
+
refjobstatuscountitem_tmp.deserialize(i)
|
2823
|
+
@RefJobStatusCountSet << refjobstatuscountitem_tmp
|
2824
|
+
end
|
2825
|
+
end
|
2791
2826
|
end
|
2792
2827
|
end
|
2793
2828
|
|
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.579
|
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-05-
|
11
|
+
date: 2023-05-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|