tencentcloud-sdk-wedata 3.0.677 → 3.0.679

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1b8fc693b3c38e8e438a4c4f2ed7123de5af34df
4
- data.tar.gz: 65b28db65ecfae14e20941bb9ff6d1376203d4da
3
+ metadata.gz: cc9332ee8ea1b0203aaf28d687d054783bf9ccfa
4
+ data.tar.gz: e86fa4b6ffdec03c1bb7ef455c4826c2990b1788
5
5
  SHA512:
6
- metadata.gz: e76939f8b21894c3f884779cb506efb2ebe989525a0b322fa70aa203f70ebd5bcfdf1a7d63cb4a474104a8807927a2b881dbb11be982282440283e6af04fc7b5
7
- data.tar.gz: 904883127fdacf2656c9399a858da49882d8f11663e808e375c3e3e0c85f3eac1c4be9145d77ad4fe6953ac4b85670a0e207c1fa54dea55e1c68e52f10ba0912
6
+ metadata.gz: 02264f4f01ae430cd46db0dcc358e0de34c7fbb724269157ad343941e353c6f6785b4e5c9068327bf931dd74267b1902761400d9808f425543e3b5795e7f8440
7
+ data.tar.gz: b9d61c104ce7246974ee6e0a59592895142618f3428f26b47cfad93b64e1aeb28e4f28980ee3d07804295b3d4f7e18cc63b6cb2aac30318b4ee551a3e501f47a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.677
1
+ 3.0.679
@@ -5865,6 +5865,30 @@ module TencentCloud
5865
5865
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
5866
5866
  end
5867
5867
 
5868
+ # 开发空间-获取数据开发脚本信息
5869
+
5870
+ # @param request: Request instance for GetFileInfo.
5871
+ # @type request: :class:`Tencentcloud::wedata::V20210820::GetFileInfoRequest`
5872
+ # @rtype: :class:`Tencentcloud::wedata::V20210820::GetFileInfoResponse`
5873
+ def GetFileInfo(request)
5874
+ body = send_request('GetFileInfo', request.serialize)
5875
+ response = JSON.parse(body)
5876
+ if response['Response'].key?('Error') == false
5877
+ model = GetFileInfoResponse.new
5878
+ model.deserialize(response['Response'])
5879
+ model
5880
+ else
5881
+ code = response['Response']['Error']['Code']
5882
+ message = response['Response']['Error']['Message']
5883
+ reqid = response['Response']['RequestId']
5884
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
5885
+ end
5886
+ rescue TencentCloud::Common::TencentCloudSDKException => e
5887
+ raise e
5888
+ rescue StandardError => e
5889
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
5890
+ end
5891
+
5868
5892
  # 提取数据集成节点字段Schema
5869
5893
 
5870
5894
  # @param request: Request instance for GetIntegrationNodeColumnSchema.
@@ -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: 如果是hive这里写rpc,如果是其他类型不传
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: 任务类型:201. stream, 202. offline
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: HIVE传rpc
14780
+ # @param ConnectionType: 连接类型(示例值rpc
14781
14781
  # @type ConnectionType: String
14782
14782
  # @param SchemaName: 元数据Database下的Schema名称
14783
14783
  # @type SchemaName: String
@@ -18504,6 +18504,50 @@ module TencentCloud
18504
18504
  end
18505
18505
  end
18506
18506
 
18507
+ # GetFileInfo请求参数结构体
18508
+ class GetFileInfoRequest < TencentCloud::Common::AbstractModel
18509
+ # @param ProjectId: 项目ID
18510
+ # @type ProjectId: String
18511
+ # @param FilePath: 文件路径
18512
+ # @type FilePath: String
18513
+
18514
+ attr_accessor :ProjectId, :FilePath
18515
+
18516
+ def initialize(projectid=nil, filepath=nil)
18517
+ @ProjectId = projectid
18518
+ @FilePath = filepath
18519
+ end
18520
+
18521
+ def deserialize(params)
18522
+ @ProjectId = params['ProjectId']
18523
+ @FilePath = params['FilePath']
18524
+ end
18525
+ end
18526
+
18527
+ # GetFileInfo返回参数结构体
18528
+ class GetFileInfoResponse < TencentCloud::Common::AbstractModel
18529
+ # @param UserFileInfo: 当前脚本信息
18530
+ # 注意:此字段可能返回 null,表示取不到有效值。
18531
+ # @type UserFileInfo: :class:`Tencentcloud::Wedata.v20210820.models.UserFileInfo`
18532
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
18533
+ # @type RequestId: String
18534
+
18535
+ attr_accessor :UserFileInfo, :RequestId
18536
+
18537
+ def initialize(userfileinfo=nil, requestid=nil)
18538
+ @UserFileInfo = userfileinfo
18539
+ @RequestId = requestid
18540
+ end
18541
+
18542
+ def deserialize(params)
18543
+ unless params['UserFileInfo'].nil?
18544
+ @UserFileInfo = UserFileInfo.new
18545
+ @UserFileInfo.deserialize(params['UserFileInfo'])
18546
+ end
18547
+ @RequestId = params['RequestId']
18548
+ end
18549
+ end
18550
+
18507
18551
  # GetIntegrationNodeColumnSchema请求参数结构体
18508
18552
  class GetIntegrationNodeColumnSchemaRequest < TencentCloud::Common::AbstractModel
18509
18553
  # @param ColumnContent: 字段示例(json格式)
@@ -23199,10 +23243,16 @@ module TencentCloud
23199
23243
  # @param ExecutionStartTime: 调度执行开始时间
23200
23244
  # 注意:此字段可能返回 null,表示取不到有效值。
23201
23245
  # @type ExecutionStartTime: String
23246
+ # @param TaskAutoSubmit: 是否自动提交
23247
+ # 注意:此字段可能返回 null,表示取不到有效值。
23248
+ # @type TaskAutoSubmit: Boolean
23249
+ # @param InstanceInitStrategy: 实例初始化策略
23250
+ # 注意:此字段可能返回 null,表示取不到有效值。
23251
+ # @type InstanceInitStrategy: String
23202
23252
 
23203
- attr_accessor :WorkflowName, :DependencyWorkflow, :StartTime, :EndTime, :CycleType, :CycleStep, :DelayTime, :CrontabExpression, :RetryWait, :Retriable, :TryLimit, :RunPriority, :ProductName, :SelfDepend, :TaskAction, :ExecutionEndTime, :ExecutionStartTime
23253
+ attr_accessor :WorkflowName, :DependencyWorkflow, :StartTime, :EndTime, :CycleType, :CycleStep, :DelayTime, :CrontabExpression, :RetryWait, :Retriable, :TryLimit, :RunPriority, :ProductName, :SelfDepend, :TaskAction, :ExecutionEndTime, :ExecutionStartTime, :TaskAutoSubmit, :InstanceInitStrategy
23204
23254
 
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)
23255
+ 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
23256
  @WorkflowName = workflowname
23207
23257
  @DependencyWorkflow = dependencyworkflow
23208
23258
  @StartTime = starttime
@@ -23220,6 +23270,8 @@ module TencentCloud
23220
23270
  @TaskAction = taskaction
23221
23271
  @ExecutionEndTime = executionendtime
23222
23272
  @ExecutionStartTime = executionstarttime
23273
+ @TaskAutoSubmit = taskautosubmit
23274
+ @InstanceInitStrategy = instanceinitstrategy
23223
23275
  end
23224
23276
 
23225
23277
  def deserialize(params)
@@ -23240,6 +23292,8 @@ module TencentCloud
23240
23292
  @TaskAction = params['TaskAction']
23241
23293
  @ExecutionEndTime = params['ExecutionEndTime']
23242
23294
  @ExecutionStartTime = params['ExecutionStartTime']
23295
+ @TaskAutoSubmit = params['TaskAutoSubmit']
23296
+ @InstanceInitStrategy = params['InstanceInitStrategy']
23243
23297
  end
23244
23298
  end
23245
23299
 
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.677
4
+ version: 3.0.679
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-16 00:00:00.000000000 Z
11
+ date: 2023-10-18 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