tencentcloud-sdk-oceanus 1.0.263 → 1.0.264
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 +13 -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: 69e554b574170d75c8bf1ffed944fc126e74e2f2
|
4
|
+
data.tar.gz: da73b44dfe88c6847807cb905d1b24e317854144
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d472d4e0121f93f5531b880dfc676515ccafbc8e5e5a180492942b1b99a7dc7cdf7d7cdd1a6812013339cd48a7862bdc58e62b3ca7172ce6f64551fbc6c88a9
|
7
|
+
data.tar.gz: a4c35bd7f5e6938fdaad7a465d773078a65edacbd3d7a4e8064b812ec878dd8c5c43aa9414d435b49da4d7e34b4b6a9b733fec75149fd1f6f71dd8b1b642b0b0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.264
|
data/lib/v20190422/models.rb
CHANGED
@@ -49,10 +49,12 @@ module TencentCloud
|
|
49
49
|
# @type ClsTopicId: String
|
50
50
|
# @param LogCollectType: 日志采集类型 2:CLS;3:COS
|
51
51
|
# @type LogCollectType: Integer
|
52
|
+
# @param PythonVersion: pyflink作业运行时使用的python版本
|
53
|
+
# @type PythonVersion: String
|
52
54
|
|
53
|
-
attr_accessor :JobId, :EntrypointClass, :ProgramArgs, :Remark, :ResourceRefs, :DefaultParallelism, :Properties, :AutoDelete, :COSBucket, :LogCollect, :JobManagerSpec, :TaskManagerSpec, :ClsLogsetId, :ClsTopicId, :LogCollectType
|
55
|
+
attr_accessor :JobId, :EntrypointClass, :ProgramArgs, :Remark, :ResourceRefs, :DefaultParallelism, :Properties, :AutoDelete, :COSBucket, :LogCollect, :JobManagerSpec, :TaskManagerSpec, :ClsLogsetId, :ClsTopicId, :LogCollectType, :PythonVersion
|
54
56
|
|
55
|
-
def initialize(jobid=nil, entrypointclass=nil, programargs=nil, remark=nil, resourcerefs=nil, defaultparallelism=nil, properties=nil, autodelete=nil, cosbucket=nil, logcollect=nil, jobmanagerspec=nil, taskmanagerspec=nil, clslogsetid=nil, clstopicid=nil, logcollecttype=nil)
|
57
|
+
def initialize(jobid=nil, entrypointclass=nil, programargs=nil, remark=nil, resourcerefs=nil, defaultparallelism=nil, properties=nil, autodelete=nil, cosbucket=nil, logcollect=nil, jobmanagerspec=nil, taskmanagerspec=nil, clslogsetid=nil, clstopicid=nil, logcollecttype=nil, pythonversion=nil)
|
56
58
|
@JobId = jobid
|
57
59
|
@EntrypointClass = entrypointclass
|
58
60
|
@ProgramArgs = programargs
|
@@ -68,6 +70,7 @@ module TencentCloud
|
|
68
70
|
@ClsLogsetId = clslogsetid
|
69
71
|
@ClsTopicId = clstopicid
|
70
72
|
@LogCollectType = logcollecttype
|
73
|
+
@PythonVersion = pythonversion
|
71
74
|
end
|
72
75
|
|
73
76
|
def deserialize(params)
|
@@ -100,6 +103,7 @@ module TencentCloud
|
|
100
103
|
@ClsLogsetId = params['ClsLogsetId']
|
101
104
|
@ClsTopicId = params['ClsTopicId']
|
102
105
|
@LogCollectType = params['LogCollectType']
|
106
|
+
@PythonVersion = params['PythonVersion']
|
103
107
|
end
|
104
108
|
end
|
105
109
|
|
@@ -893,10 +897,13 @@ module TencentCloud
|
|
893
897
|
# @param ClsTopicId: CLS日志主题ID
|
894
898
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
895
899
|
# @type ClsTopicId: String
|
900
|
+
# @param PythonVersion: pyflink作业运行的python版本
|
901
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
902
|
+
# @type PythonVersion: String
|
896
903
|
|
897
|
-
attr_accessor :JobId, :EntrypointClass, :ProgramArgs, :Remark, :CreateTime, :Version, :DefaultParallelism, :Properties, :ResourceRefDetails, :CreatorUin, :UpdateTime, :COSBucket, :LogCollect, :MaxParallelism, :JobManagerSpec, :TaskManagerSpec, :ClsLogsetId, :ClsTopicId
|
904
|
+
attr_accessor :JobId, :EntrypointClass, :ProgramArgs, :Remark, :CreateTime, :Version, :DefaultParallelism, :Properties, :ResourceRefDetails, :CreatorUin, :UpdateTime, :COSBucket, :LogCollect, :MaxParallelism, :JobManagerSpec, :TaskManagerSpec, :ClsLogsetId, :ClsTopicId, :PythonVersion
|
898
905
|
|
899
|
-
def initialize(jobid=nil, entrypointclass=nil, programargs=nil, remark=nil, createtime=nil, version=nil, defaultparallelism=nil, properties=nil, resourcerefdetails=nil, creatoruin=nil, updatetime=nil, cosbucket=nil, logcollect=nil, maxparallelism=nil, jobmanagerspec=nil, taskmanagerspec=nil, clslogsetid=nil, clstopicid=nil)
|
906
|
+
def initialize(jobid=nil, entrypointclass=nil, programargs=nil, remark=nil, createtime=nil, version=nil, defaultparallelism=nil, properties=nil, resourcerefdetails=nil, creatoruin=nil, updatetime=nil, cosbucket=nil, logcollect=nil, maxparallelism=nil, jobmanagerspec=nil, taskmanagerspec=nil, clslogsetid=nil, clstopicid=nil, pythonversion=nil)
|
900
907
|
@JobId = jobid
|
901
908
|
@EntrypointClass = entrypointclass
|
902
909
|
@ProgramArgs = programargs
|
@@ -915,6 +922,7 @@ module TencentCloud
|
|
915
922
|
@TaskManagerSpec = taskmanagerspec
|
916
923
|
@ClsLogsetId = clslogsetid
|
917
924
|
@ClsTopicId = clstopicid
|
925
|
+
@PythonVersion = pythonversion
|
918
926
|
end
|
919
927
|
|
920
928
|
def deserialize(params)
|
@@ -950,6 +958,7 @@ module TencentCloud
|
|
950
958
|
@TaskManagerSpec = params['TaskManagerSpec']
|
951
959
|
@ClsLogsetId = params['ClsLogsetId']
|
952
960
|
@ClsTopicId = params['ClsTopicId']
|
961
|
+
@PythonVersion = params['PythonVersion']
|
953
962
|
end
|
954
963
|
end
|
955
964
|
|
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: 1.0.
|
4
|
+
version: 1.0.264
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-02-
|
11
|
+
date: 2022-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|