tencentcloud-sdk-wedata 3.0.677 → 3.0.678
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/v20210820/models.rb +18 -8
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a10e89dafb46e2da6f0596bf4af974277672f50
|
|
4
|
+
data.tar.gz: d4aa534e07c659d6ec227ae2eae1e555b756bc94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dad54d332aa8882db646c21c4a1f65492e1a8eccec68bd24a2b491ddc6afe60e17a5ad091240fb1a0dfd0dc406593bc59da35e6fca1e5c8b638639eec3842100
|
|
7
|
+
data.tar.gz: 06d0fbf5c1fca32aa805f21a622771dd0a9dab9b30ffedb942dee6bb9001c6bd781e07cbc414e3fce0d323a8c2e3044510f0fe45ff33011d39f02accb02c44a8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.678
|
data/lib/v20210820/models.rb
CHANGED
|
@@ -1731,7 +1731,7 @@ module TencentCloud
|
|
|
1731
1731
|
class BatchResumeIntegrationTasksRequest < TencentCloud::Common::AbstractModel
|
|
1732
1732
|
# @param TaskIds: 任务id
|
|
1733
1733
|
# @type TaskIds: Array
|
|
1734
|
-
# @param TaskType:
|
|
1734
|
+
# @param TaskType: 任务类型, 201为实时任务,202为离线任务
|
|
1735
1735
|
# @type TaskType: Integer
|
|
1736
1736
|
# @param ProjectId: 项目id
|
|
1737
1737
|
# @type ProjectId: String
|
|
@@ -7899,7 +7899,7 @@ module TencentCloud
|
|
|
7899
7899
|
|
|
7900
7900
|
# DescribeDataTypes请求参数结构体
|
|
7901
7901
|
class DescribeDataTypesRequest < TencentCloud::Common::AbstractModel
|
|
7902
|
-
# @param DatasourceType: 数据源类型,MYSQL|KAFKA等
|
|
7902
|
+
# @param DatasourceType: 数据源类型,MYSQL|HIVE|KAFKA|POSTGRE|CDW|ORACLE|SQLSERVER|FTP|HDFS|ICEBERG|HBASE|TDSQL|TDSQLC|SPARK|VIRTUAL|TBASE|DB2|DM|GAUSSDB|GBASE|IMPALA|ES|S3_DATAINSIGHT|GREENPLUM|PHOENIX|SAP_HANA|SFTP|OCEANBASE|CLICKHOUSE|KUDU|VERTICA|REDIS|COS|DLC|DORIS|CKAFKA|MONGODB|FTP_FILE|HDFS_FILE|DTS_KAFKA|REST_API|FILE|TIDB|SYBASE|TCHOUSE_X 等
|
|
7903
7903
|
# @type DatasourceType: String
|
|
7904
7904
|
# @param ProjectId: 项目ID。
|
|
7905
7905
|
# @type ProjectId: String
|
|
@@ -7948,7 +7948,7 @@ module TencentCloud
|
|
|
7948
7948
|
class DescribeDatabaseInfoListRequest < TencentCloud::Common::AbstractModel
|
|
7949
7949
|
# @param Filters: 过滤参数
|
|
7950
7950
|
# @type Filters: Array
|
|
7951
|
-
# @param ConnectionType:
|
|
7951
|
+
# @param ConnectionType: 连接类型
|
|
7952
7952
|
# @type ConnectionType: String
|
|
7953
7953
|
|
|
7954
7954
|
attr_accessor :Filters, :ConnectionType
|
|
@@ -10868,7 +10868,7 @@ module TencentCloud
|
|
|
10868
10868
|
# @type TaskId: String
|
|
10869
10869
|
# @param ProjectId: 项目id
|
|
10870
10870
|
# @type ProjectId: String
|
|
10871
|
-
# @param TaskType:
|
|
10871
|
+
# @param TaskType: 任务类型,201: 实时集成任务, 202:离线集成任务,不传默认值为201 实时任务类型
|
|
10872
10872
|
# @type TaskType: Integer
|
|
10873
10873
|
# @param InstanceVersion: 提交版本号
|
|
10874
10874
|
# @type InstanceVersion: Integer
|
|
@@ -14773,11 +14773,11 @@ module TencentCloud
|
|
|
14773
14773
|
# @type Name: String
|
|
14774
14774
|
# @param DatabaseName: 数据库名称
|
|
14775
14775
|
# @type DatabaseName: String
|
|
14776
|
-
# @param MsType:
|
|
14776
|
+
# @param MsType: 数据源的类型(例如MYSQL、HIVE、KAFKA等)
|
|
14777
14777
|
# @type MsType: String
|
|
14778
14778
|
# @param DatasourceId: 数据源id
|
|
14779
14779
|
# @type DatasourceId: String
|
|
14780
|
-
# @param ConnectionType:
|
|
14780
|
+
# @param ConnectionType: 连接类型(示例值rpc)
|
|
14781
14781
|
# @type ConnectionType: String
|
|
14782
14782
|
# @param SchemaName: 元数据Database下的Schema名称
|
|
14783
14783
|
# @type SchemaName: String
|
|
@@ -23199,10 +23199,16 @@ module TencentCloud
|
|
|
23199
23199
|
# @param ExecutionStartTime: 调度执行开始时间
|
|
23200
23200
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23201
23201
|
# @type ExecutionStartTime: String
|
|
23202
|
+
# @param TaskAutoSubmit: 是否自动提交
|
|
23203
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23204
|
+
# @type TaskAutoSubmit: Boolean
|
|
23205
|
+
# @param InstanceInitStrategy: 实例初始化策略
|
|
23206
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
23207
|
+
# @type InstanceInitStrategy: String
|
|
23202
23208
|
|
|
23203
|
-
attr_accessor :WorkflowName, :DependencyWorkflow, :StartTime, :EndTime, :CycleType, :CycleStep, :DelayTime, :CrontabExpression, :RetryWait, :Retriable, :TryLimit, :RunPriority, :ProductName, :SelfDepend, :TaskAction, :ExecutionEndTime, :ExecutionStartTime
|
|
23209
|
+
attr_accessor :WorkflowName, :DependencyWorkflow, :StartTime, :EndTime, :CycleType, :CycleStep, :DelayTime, :CrontabExpression, :RetryWait, :Retriable, :TryLimit, :RunPriority, :ProductName, :SelfDepend, :TaskAction, :ExecutionEndTime, :ExecutionStartTime, :TaskAutoSubmit, :InstanceInitStrategy
|
|
23204
23210
|
|
|
23205
|
-
def initialize(workflowname=nil, dependencyworkflow=nil, starttime=nil, endtime=nil, cycletype=nil, cyclestep=nil, delaytime=nil, crontabexpression=nil, retrywait=nil, retriable=nil, trylimit=nil, runpriority=nil, productname=nil, selfdepend=nil, taskaction=nil, executionendtime=nil, executionstarttime=nil)
|
|
23211
|
+
def initialize(workflowname=nil, dependencyworkflow=nil, starttime=nil, endtime=nil, cycletype=nil, cyclestep=nil, delaytime=nil, crontabexpression=nil, retrywait=nil, retriable=nil, trylimit=nil, runpriority=nil, productname=nil, selfdepend=nil, taskaction=nil, executionendtime=nil, executionstarttime=nil, taskautosubmit=nil, instanceinitstrategy=nil)
|
|
23206
23212
|
@WorkflowName = workflowname
|
|
23207
23213
|
@DependencyWorkflow = dependencyworkflow
|
|
23208
23214
|
@StartTime = starttime
|
|
@@ -23220,6 +23226,8 @@ module TencentCloud
|
|
|
23220
23226
|
@TaskAction = taskaction
|
|
23221
23227
|
@ExecutionEndTime = executionendtime
|
|
23222
23228
|
@ExecutionStartTime = executionstarttime
|
|
23229
|
+
@TaskAutoSubmit = taskautosubmit
|
|
23230
|
+
@InstanceInitStrategy = instanceinitstrategy
|
|
23223
23231
|
end
|
|
23224
23232
|
|
|
23225
23233
|
def deserialize(params)
|
|
@@ -23240,6 +23248,8 @@ module TencentCloud
|
|
|
23240
23248
|
@TaskAction = params['TaskAction']
|
|
23241
23249
|
@ExecutionEndTime = params['ExecutionEndTime']
|
|
23242
23250
|
@ExecutionStartTime = params['ExecutionStartTime']
|
|
23251
|
+
@TaskAutoSubmit = params['TaskAutoSubmit']
|
|
23252
|
+
@InstanceInitStrategy = params['InstanceInitStrategy']
|
|
23243
23253
|
end
|
|
23244
23254
|
end
|
|
23245
23255
|
|
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.
|
|
4
|
+
version: 3.0.678
|
|
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-10-
|
|
11
|
+
date: 2023-10-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,8 +33,8 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20210820/client.rb
|
|
37
36
|
- lib/v20210820/models.rb
|
|
37
|
+
- lib/v20210820/client.rb
|
|
38
38
|
- lib/tencentcloud-sdk-wedata.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|