tencentcloud-sdk-oceanus 3.0.578 → 3.0.580

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190422/models.rb +41 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e72759f20428f80aa2855c8b976e89bf53f6f8e1
4
- data.tar.gz: b289b45b731527bed165a85abd4046c723a47aef
3
+ metadata.gz: ded0f11e0bec043f82aa16bbd3cbe52671c4d488
4
+ data.tar.gz: 34cb4c3f5dccdc87f966f0ac0f180f8349f93189
5
5
  SHA512:
6
- metadata.gz: 7f16cf043bb8bef7805419c163bff3911ea54023c80b57ee3ff8cf85ceaf7666d3f0102a387938212188594cb31eaaa3864449ef7aa0c5c8a356834fcf719497
7
- data.tar.gz: c8e86c036832bc83252905c5bef52f57da24a31fbd22e9418a939eaf8fa136f2c06e86a76753d92b2c003b9087e91b2ea574a529c253df532c31d3f9ce16ae10
6
+ metadata.gz: b8fd3831407349a67b54db529df958ae3794fcc332da6a1b28c7004e50f4079e6c77316c734fe3d6d780e9fb92a5fc8e43b9de7b5b738972ded5dfbdc2ca75b6
7
+ data.tar.gz: b8c778b420bd4ea87cbf465eb35383f89eb2d0e4f2764f601d41a693f46d353eb68b58b72cd9ab25ba7905e5b07ed8ec3fbc0e00e85eb51c785f9150c4aadafd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.578
1
+ 3.0.580
@@ -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.578
4
+ version: 3.0.580
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-26 00:00:00.000000000 Z
11
+ date: 2023-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common