tencentcloud-sdk-wedata 3.0.880 → 3.0.881

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2350867c9715afd0d6af43e87d8202a7321412eb
4
- data.tar.gz: 7246a405646168edd60e7cdd1439da3d1611b360
3
+ metadata.gz: aa4be2e1b261a03310336c739831b644ca13b929
4
+ data.tar.gz: 12a472d093c44421618d41bc1ebd8c41c9e1cb27
5
5
  SHA512:
6
- metadata.gz: 6220a70a5de88e3713a6102f37e3cc9b81adfeece7d6a2bcba8b1470aa51493f2d89b96b229d5ca52f543d39ce6ab0931df0de7c3328f1de105f5ab77b1d3567
7
- data.tar.gz: 2b5d402ba5ac072a75ef5b2066c6e4f61312dd2a81288009c2235a07183373068db09d78d4c5b8acbf75687f25c718fd82c8910213a901f5b48dc71a48b7a4c9
6
+ metadata.gz: c040d00911b6637f09144d4a74bd9a8103e6c8aa95c5ed098c6f9a0e69ad8ea927b157e5f483a89065c86ede9207a104092b0de05d7a9baeecf2808024d3f7f7
7
+ data.tar.gz: 9f02365a965be0346b8db04eba759e437284c0c7e646ff94858624fb86e0e6e6e0e356ebcfc5ab0aa5bd52ccdc6b04a343e0b290cc09b7c744d3132bd7b2d7d5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.880
1
+ 3.0.881
@@ -3209,10 +3209,12 @@ module TencentCloud
3209
3209
  # @type ConnectResult: String
3210
3210
  # @param DevelopmentParams: 开发环境数据源配置
3211
3211
  # @type DevelopmentParams: String
3212
+ # @param ProjectId: 新建数据源的项目ID
3213
+ # @type ProjectId: String
3212
3214
 
3213
- attr_accessor :Name, :Category, :Type, :OwnerProjectId, :OwnerProjectName, :OwnerProjectIdent, :BizParams, :Params, :Description, :Display, :DatabaseName, :Instance, :Status, :ClusterId, :Collect, :COSBucket, :COSRegion, :ConnectResult, :DevelopmentParams
3215
+ attr_accessor :Name, :Category, :Type, :OwnerProjectId, :OwnerProjectName, :OwnerProjectIdent, :BizParams, :Params, :Description, :Display, :DatabaseName, :Instance, :Status, :ClusterId, :Collect, :COSBucket, :COSRegion, :ConnectResult, :DevelopmentParams, :ProjectId
3214
3216
 
3215
- def initialize(name=nil, category=nil, type=nil, ownerprojectid=nil, ownerprojectname=nil, ownerprojectident=nil, bizparams=nil, params=nil, description=nil, display=nil, databasename=nil, instance=nil, status=nil, clusterid=nil, collect=nil, cosbucket=nil, cosregion=nil, connectresult=nil, developmentparams=nil)
3217
+ def initialize(name=nil, category=nil, type=nil, ownerprojectid=nil, ownerprojectname=nil, ownerprojectident=nil, bizparams=nil, params=nil, description=nil, display=nil, databasename=nil, instance=nil, status=nil, clusterid=nil, collect=nil, cosbucket=nil, cosregion=nil, connectresult=nil, developmentparams=nil, projectid=nil)
3216
3218
  @Name = name
3217
3219
  @Category = category
3218
3220
  @Type = type
@@ -3232,6 +3234,7 @@ module TencentCloud
3232
3234
  @COSRegion = cosregion
3233
3235
  @ConnectResult = connectresult
3234
3236
  @DevelopmentParams = developmentparams
3237
+ @ProjectId = projectid
3235
3238
  end
3236
3239
 
3237
3240
  def deserialize(params)
@@ -3254,6 +3257,7 @@ module TencentCloud
3254
3257
  @COSRegion = params['COSRegion']
3255
3258
  @ConnectResult = params['ConnectResult']
3256
3259
  @DevelopmentParams = params['DevelopmentParams']
3260
+ @ProjectId = params['ProjectId']
3257
3261
  end
3258
3262
  end
3259
3263
 
@@ -8945,7 +8949,7 @@ module TencentCloud
8945
8949
  # @type PageNumber: Integer
8946
8950
  # @param PageSize: 分页大小
8947
8951
  # @type PageSize: Integer
8948
- # @param Filters: 查询filter
8952
+ # @param Filters: 查询filter;默认查询任务的开发态,如需查询生产态任务需添加{"Values":["true"],"Name":"ProductionState"};如需查询查询任务状态需要查询生产态任务列表
8949
8953
  # @type Filters: Array
8950
8954
  # @param OrderFields: 排序字段信息
8951
8955
  # @type OrderFields: Array
@@ -16765,7 +16769,7 @@ module TencentCloud
16765
16769
  # @param AppId: 应用id
16766
16770
  # 注意:此字段可能返回 null,表示取不到有效值。
16767
16771
  # @type AppId: String
16768
- # @param Status: 1:未开始|2:操作中|3:运行中|4:暂停|5:任务停止中|6:停止|7:执行失败|20:异常|21:未知|
16772
+ # @param Status: 0:新建(任务开发态默认状态)|1:未开始|2:操作中|3:运行中|4:暂停|5:任务停止中|6:停止|7:执行失败|20:异常|21:未知|
16769
16773
  # 注意:此字段可能返回 null,表示取不到有效值。
16770
16774
  # @type Status: Integer
16771
16775
  # @param Nodes: 节点列表
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-wedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.880
4
+ version: 3.0.881
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-08-06 00:00:00.000000000 Z
11
+ date: 2024-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common