tencentcloud-sdk-wedata 1.0.346

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: a1c27c8ae3b2cc8d748b1fbf49429bd06386e12f
4
+ data.tar.gz: a493d507b6f3cf855923ed255a6eb19478b6fff8
5
+ SHA512:
6
+ metadata.gz: 65940bd69ccfee4bca58b2d2848a19e4092bed83b84856d6261083db3b1882d14608460ece8c9ff9ce470c5a6e094d145e97e6254ef19769dd6025e641e4e2a8
7
+ data.tar.gz: 220e6b473496457e38a390603aa30908d01c1656c46290ed187e0728ddf218b338dacab630dd0ad934902765761bfdf94143fc723794e6e5f9ed9c9be8c6e0f4
data/lib/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.0.346
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'tencentcloud-sdk-common'
4
+
5
+ require_relative 'v20210820/client'
6
+ require_relative 'v20210820/models'
7
+
8
+ module TencentCloud
9
+ module Wedata
10
+ end
11
+ end
@@ -0,0 +1,84 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ require 'json'
18
+
19
+ module TencentCloud
20
+ module Wedata
21
+ module V20210820
22
+ class Client < TencentCloud::Common::AbstractClient
23
+
24
+ def initialize(credential, region, profile = nil)
25
+ api_version = '2021-08-20'
26
+ api_endpoint = 'wedata.tencentcloudapi.com'
27
+ sdk_version = 'WEDATA_' + File.read(File.expand_path('../VERSION', __dir__)).strip
28
+ super(credential, region, api_version, api_endpoint, sdk_version, profile)
29
+ end
30
+
31
+
32
+ # 查询任务实例的关联实例列表
33
+
34
+ # @param request: Request instance for DescribeRelatedInstances.
35
+ # @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRelatedInstancesRequest`
36
+ # @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRelatedInstancesResponse`
37
+ def DescribeRelatedInstances(request)
38
+ body = send_request('DescribeRelatedInstances', request.serialize)
39
+ response = JSON.parse(body)
40
+ if response['Response'].key?('Error') == false
41
+ model = DescribeRelatedInstancesResponse.new
42
+ model.deserialize(response['Response'])
43
+ model
44
+ else
45
+ code = response['Response']['Error']['Code']
46
+ message = response['Response']['Error']['Message']
47
+ reqid = response['Response']['RequestId']
48
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
49
+ end
50
+ rescue TencentCloud::Common::TencentCloudSDKException => e
51
+ raise e
52
+ rescue StandardError => e
53
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
54
+ end
55
+
56
+ # 查询任务实例列表
57
+
58
+ # @param request: Request instance for DescribeTaskInstances.
59
+ # @type request: :class:`Tencentcloud::wedata::V20210820::DescribeTaskInstancesRequest`
60
+ # @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeTaskInstancesResponse`
61
+ def DescribeTaskInstances(request)
62
+ body = send_request('DescribeTaskInstances', request.serialize)
63
+ response = JSON.parse(body)
64
+ if response['Response'].key?('Error') == false
65
+ model = DescribeTaskInstancesResponse.new
66
+ model.deserialize(response['Response'])
67
+ model
68
+ else
69
+ code = response['Response']['Error']['Code']
70
+ message = response['Response']['Error']['Message']
71
+ reqid = response['Response']['RequestId']
72
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
73
+ end
74
+ rescue TencentCloud::Common::TencentCloudSDKException => e
75
+ raise e
76
+ rescue StandardError => e
77
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
78
+ end
79
+
80
+
81
+ end
82
+ end
83
+ end
84
+ end
@@ -0,0 +1,361 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ module TencentCloud
18
+ module Wedata
19
+ module V20210820
20
+ # DescribeRelatedInstances请求参数结构体
21
+ class DescribeRelatedInstancesRequest < TencentCloud::Common::AbstractModel
22
+ # @param ProjectId: 项目id
23
+ # @type ProjectId: String
24
+ # @param CurRunDate: 数据时间,格式yyyy-MM-dd HH:mm:ss
25
+ # @type CurRunDate: String
26
+ # @param TaskId: 任务id
27
+ # @type TaskId: Integer
28
+ # @param Depth: 距离当前任务的层级距离,-1表示取父节点,1表示子节点
29
+ # @type Depth: Integer
30
+ # @param PageNumber: 页号,默认为1
31
+ # @type PageNumber: Integer
32
+ # @param PageSize: 页大小,默认为10,最大不超过200
33
+ # @type PageSize: Integer
34
+
35
+ attr_accessor :ProjectId, :CurRunDate, :TaskId, :Depth, :PageNumber, :PageSize
36
+
37
+ def initialize(projectid=nil, currundate=nil, taskid=nil, depth=nil, pagenumber=nil, pagesize=nil)
38
+ @ProjectId = projectid
39
+ @CurRunDate = currundate
40
+ @TaskId = taskid
41
+ @Depth = depth
42
+ @PageNumber = pagenumber
43
+ @PageSize = pagesize
44
+ end
45
+
46
+ def deserialize(params)
47
+ @ProjectId = params['ProjectId']
48
+ @CurRunDate = params['CurRunDate']
49
+ @TaskId = params['TaskId']
50
+ @Depth = params['Depth']
51
+ @PageNumber = params['PageNumber']
52
+ @PageSize = params['PageSize']
53
+ end
54
+ end
55
+
56
+ # DescribeRelatedInstances返回参数结构体
57
+ class DescribeRelatedInstancesResponse < TencentCloud::Common::AbstractModel
58
+ # @param Data: 无
59
+ # @type Data: :class:`Tencentcloud::Wedata.v20210820.models.DescribeTaskInstancesData`
60
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
61
+ # @type RequestId: String
62
+
63
+ attr_accessor :Data, :RequestId
64
+
65
+ def initialize(data=nil, requestid=nil)
66
+ @Data = data
67
+ @RequestId = requestid
68
+ end
69
+
70
+ def deserialize(params)
71
+ unless params['Data'].nil?
72
+ @Data = DescribeTaskInstancesData.new
73
+ @Data.deserialize(params['Data'])
74
+ end
75
+ @RequestId = params['RequestId']
76
+ end
77
+ end
78
+
79
+ # 查询任务实例列表
80
+ class DescribeTaskInstancesData < TencentCloud::Common::AbstractModel
81
+ # @param Items: 实例列表
82
+ # @type Items: Array
83
+ # @param TotalCount: 总条数
84
+ # @type TotalCount: Integer
85
+ # @param PageNumber: 页号
86
+ # @type PageNumber: Integer
87
+ # @param PageSize: 页大小
88
+ # @type PageSize: Integer
89
+
90
+ attr_accessor :Items, :TotalCount, :PageNumber, :PageSize
91
+
92
+ def initialize(items=nil, totalcount=nil, pagenumber=nil, pagesize=nil)
93
+ @Items = items
94
+ @TotalCount = totalcount
95
+ @PageNumber = pagenumber
96
+ @PageSize = pagesize
97
+ end
98
+
99
+ def deserialize(params)
100
+ unless params['Items'].nil?
101
+ @Items = []
102
+ params['Items'].each do |i|
103
+ taskinstanceinfo_tmp = TaskInstanceInfo.new
104
+ taskinstanceinfo_tmp.deserialize(i)
105
+ @Items << taskinstanceinfo_tmp
106
+ end
107
+ end
108
+ @TotalCount = params['TotalCount']
109
+ @PageNumber = params['PageNumber']
110
+ @PageSize = params['PageSize']
111
+ end
112
+ end
113
+
114
+ # DescribeTaskInstances请求参数结构体
115
+ class DescribeTaskInstancesRequest < TencentCloud::Common::AbstractModel
116
+ # @param ProjectId: 项目id
117
+ # @type ProjectId: String
118
+ # @param PageNumber: 页号,默认为1
119
+ # @type PageNumber: Integer
120
+ # @param PageSize: 页大小,默认为10,最大不超过200
121
+ # @type PageSize: Integer
122
+ # @param WorkflowIdList: 工作流id列表
123
+ # @type WorkflowIdList: Array
124
+ # @param WorkflowNameList: 工作流名称列表,支持模糊搜索
125
+ # @type WorkflowNameList: Array
126
+ # @param DateFrom: 起始数据时间,格式yyyy-MM-dd HH:mm:ss
127
+ # @type DateFrom: String
128
+ # @param DateTo: 结束数据时间,格式yyyy-MM-dd HH:mm:ss
129
+ # @type DateTo: String
130
+ # @param TaskIdList: 任务id列表
131
+ # @type TaskIdList: Array
132
+ # @param TaskNameList: 任务名称列表,支持模糊搜索
133
+ # @type TaskNameList: Array
134
+ # @param InChargeList: 责任人名称列表
135
+ # @type InChargeList: Array
136
+ # @param TaskTypeIdList: 任务类型码列表,26离线同步,30Python,31PySpark,32DLC,33Impala,34Hive SQL,35Shell,36Spark SQL,39Spark,40CDW PG,92MapReduce
137
+ # @type TaskTypeIdList: Array
138
+ # @param StateList: 实例状态列表,0等待事件,1等待上游,2等待运行,3运行中,4正在终止,5失败重试,6失败,7成功
139
+ # @type StateList: Array
140
+ # @param TaskCycleUnitList: 周期类型列表,I分钟,H小时,D天,W周,M月,Y年,O一次性,C crontab
141
+ # @type TaskCycleUnitList: Array
142
+ # @param InstanceType: 实例类型,0补录实例,1周期实例,2非周期实例
143
+ # @type InstanceType: Integer
144
+ # @param OrderFields: 排序字段信息列表,ScheduleDateTime / CostTime / StartTime / EndTime
145
+ # @type OrderFields: Array
146
+
147
+ attr_accessor :ProjectId, :PageNumber, :PageSize, :WorkflowIdList, :WorkflowNameList, :DateFrom, :DateTo, :TaskIdList, :TaskNameList, :InChargeList, :TaskTypeIdList, :StateList, :TaskCycleUnitList, :InstanceType, :OrderFields
148
+
149
+ def initialize(projectid=nil, pagenumber=nil, pagesize=nil, workflowidlist=nil, workflownamelist=nil, datefrom=nil, dateto=nil, taskidlist=nil, tasknamelist=nil, inchargelist=nil, tasktypeidlist=nil, statelist=nil, taskcycleunitlist=nil, instancetype=nil, orderfields=nil)
150
+ @ProjectId = projectid
151
+ @PageNumber = pagenumber
152
+ @PageSize = pagesize
153
+ @WorkflowIdList = workflowidlist
154
+ @WorkflowNameList = workflownamelist
155
+ @DateFrom = datefrom
156
+ @DateTo = dateto
157
+ @TaskIdList = taskidlist
158
+ @TaskNameList = tasknamelist
159
+ @InChargeList = inchargelist
160
+ @TaskTypeIdList = tasktypeidlist
161
+ @StateList = statelist
162
+ @TaskCycleUnitList = taskcycleunitlist
163
+ @InstanceType = instancetype
164
+ @OrderFields = orderfields
165
+ end
166
+
167
+ def deserialize(params)
168
+ @ProjectId = params['ProjectId']
169
+ @PageNumber = params['PageNumber']
170
+ @PageSize = params['PageSize']
171
+ @WorkflowIdList = params['WorkflowIdList']
172
+ @WorkflowNameList = params['WorkflowNameList']
173
+ @DateFrom = params['DateFrom']
174
+ @DateTo = params['DateTo']
175
+ @TaskIdList = params['TaskIdList']
176
+ @TaskNameList = params['TaskNameList']
177
+ @InChargeList = params['InChargeList']
178
+ @TaskTypeIdList = params['TaskTypeIdList']
179
+ @StateList = params['StateList']
180
+ @TaskCycleUnitList = params['TaskCycleUnitList']
181
+ @InstanceType = params['InstanceType']
182
+ unless params['OrderFields'].nil?
183
+ @OrderFields = []
184
+ params['OrderFields'].each do |i|
185
+ orderfield_tmp = OrderField.new
186
+ orderfield_tmp.deserialize(i)
187
+ @OrderFields << orderfield_tmp
188
+ end
189
+ end
190
+ end
191
+ end
192
+
193
+ # DescribeTaskInstances返回参数结构体
194
+ class DescribeTaskInstancesResponse < TencentCloud::Common::AbstractModel
195
+ # @param Data: 无
196
+ # @type Data: :class:`Tencentcloud::Wedata.v20210820.models.DescribeTaskInstancesData`
197
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
198
+ # @type RequestId: String
199
+
200
+ attr_accessor :Data, :RequestId
201
+
202
+ def initialize(data=nil, requestid=nil)
203
+ @Data = data
204
+ @RequestId = requestid
205
+ end
206
+
207
+ def deserialize(params)
208
+ unless params['Data'].nil?
209
+ @Data = DescribeTaskInstancesData.new
210
+ @Data.deserialize(params['Data'])
211
+ end
212
+ @RequestId = params['RequestId']
213
+ end
214
+ end
215
+
216
+ # 通用排序字段
217
+ class OrderField < TencentCloud::Common::AbstractModel
218
+ # @param Name: 排序字段名称
219
+ # @type Name: String
220
+ # @param Direction: 排序方向:ASC|DESC
221
+ # @type Direction: String
222
+
223
+ attr_accessor :Name, :Direction
224
+
225
+ def initialize(name=nil, direction=nil)
226
+ @Name = name
227
+ @Direction = direction
228
+ end
229
+
230
+ def deserialize(params)
231
+ @Name = params['Name']
232
+ @Direction = params['Direction']
233
+ end
234
+ end
235
+
236
+ # 任务实例信息
237
+ class TaskInstanceInfo < TencentCloud::Common::AbstractModel
238
+ # @param TaskId: 任务Id
239
+ # 注意:此字段可能返回 null,表示取不到有效值。
240
+ # @type TaskId: String
241
+ # @param TaskName: 任务名称
242
+ # 注意:此字段可能返回 null,表示取不到有效值。
243
+ # @type TaskName: String
244
+ # @param WorkflowId: 工作流id
245
+ # 注意:此字段可能返回 null,表示取不到有效值。
246
+ # @type WorkflowId: String
247
+ # @param WorkflowName: 工作流名称
248
+ # 注意:此字段可能返回 null,表示取不到有效值。
249
+ # @type WorkflowName: String
250
+ # @param ProjectName: 项目名称
251
+ # 注意:此字段可能返回 null,表示取不到有效值。
252
+ # @type ProjectName: String
253
+ # @param ProjectIdent: 项目标识
254
+ # 注意:此字段可能返回 null,表示取不到有效值。
255
+ # @type ProjectIdent: String
256
+ # @param State: 实例状态,0等待事件,1等待上游,2等待运行,3运行中,4正在终止,5失败重试,6失败,7成功
257
+ # 注意:此字段可能返回 null,表示取不到有效值。
258
+ # @type State: Integer
259
+ # @param TaskTypeId: 任务类型id,26离线同步,30Python,31PySpark,32DLC,33Impala,34Hive SQL,35Shell,36Spark SQL,39Spark,40CDW PG,92MapReduce
260
+ # 注意:此字段可能返回 null,表示取不到有效值。
261
+ # @type TaskTypeId: Integer
262
+ # @param TaskTypeDesc: 任务类型描述
263
+ # 注意:此字段可能返回 null,表示取不到有效值。
264
+ # @type TaskTypeDesc: String
265
+ # @param ProjectId: 项目id
266
+ # 注意:此字段可能返回 null,表示取不到有效值。
267
+ # @type ProjectId: String
268
+ # @param FolderName: 文件夹名称
269
+ # 注意:此字段可能返回 null,表示取不到有效值。
270
+ # @type FolderName: String
271
+ # @param FolderId: 文件夹id
272
+ # 注意:此字段可能返回 null,表示取不到有效值。
273
+ # @type FolderId: String
274
+ # @param SchedulerDesc: 调度计划展示描述信息
275
+ # 注意:此字段可能返回 null,表示取不到有效值。
276
+ # @type SchedulerDesc: String
277
+ # @param InCharge: 负责人
278
+ # 注意:此字段可能返回 null,表示取不到有效值。
279
+ # @type InCharge: String
280
+ # @param CycleType: 调度周期类型,I分钟,H小时,D天,W周,M月,Y年,O一次性,C crontab
281
+ # 注意:此字段可能返回 null,表示取不到有效值。
282
+ # @type CycleType: String
283
+ # @param StartTime: 实例开始时间
284
+ # 注意:此字段可能返回 null,表示取不到有效值。
285
+ # @type StartTime: String
286
+ # @param EndTime: 实例结束时间
287
+ # 注意:此字段可能返回 null,表示取不到有效值。
288
+ # @type EndTime: String
289
+ # @param InstanceType: 实例类型,0补录实例,1周期实例,2非周期实例
290
+ # 注意:此字段可能返回 null,表示取不到有效值。
291
+ # @type InstanceType: Integer
292
+ # @param TryLimit: 最大重试次数
293
+ # 注意:此字段可能返回 null,表示取不到有效值。
294
+ # @type TryLimit: Integer
295
+ # @param Tries: 当前重试次数
296
+ # 注意:此字段可能返回 null,表示取不到有效值。
297
+ # @type Tries: Integer
298
+ # @param SchedulerDateTime: 计划调度时间
299
+ # 注意:此字段可能返回 null,表示取不到有效值。
300
+ # @type SchedulerDateTime: String
301
+ # @param CostTime: 运行耗时
302
+ # 注意:此字段可能返回 null,表示取不到有效值。
303
+ # @type CostTime: String
304
+
305
+ attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :ProjectName, :ProjectIdent, :State, :TaskTypeId, :TaskTypeDesc, :ProjectId, :FolderName, :FolderId, :SchedulerDesc, :InCharge, :CycleType, :StartTime, :EndTime, :InstanceType, :TryLimit, :Tries, :SchedulerDateTime, :CostTime
306
+
307
+ def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, projectname=nil, projectident=nil, state=nil, tasktypeid=nil, tasktypedesc=nil, projectid=nil, foldername=nil, folderid=nil, schedulerdesc=nil, incharge=nil, cycletype=nil, starttime=nil, endtime=nil, instancetype=nil, trylimit=nil, tries=nil, schedulerdatetime=nil, costtime=nil)
308
+ @TaskId = taskid
309
+ @TaskName = taskname
310
+ @WorkflowId = workflowid
311
+ @WorkflowName = workflowname
312
+ @ProjectName = projectname
313
+ @ProjectIdent = projectident
314
+ @State = state
315
+ @TaskTypeId = tasktypeid
316
+ @TaskTypeDesc = tasktypedesc
317
+ @ProjectId = projectid
318
+ @FolderName = foldername
319
+ @FolderId = folderid
320
+ @SchedulerDesc = schedulerdesc
321
+ @InCharge = incharge
322
+ @CycleType = cycletype
323
+ @StartTime = starttime
324
+ @EndTime = endtime
325
+ @InstanceType = instancetype
326
+ @TryLimit = trylimit
327
+ @Tries = tries
328
+ @SchedulerDateTime = schedulerdatetime
329
+ @CostTime = costtime
330
+ end
331
+
332
+ def deserialize(params)
333
+ @TaskId = params['TaskId']
334
+ @TaskName = params['TaskName']
335
+ @WorkflowId = params['WorkflowId']
336
+ @WorkflowName = params['WorkflowName']
337
+ @ProjectName = params['ProjectName']
338
+ @ProjectIdent = params['ProjectIdent']
339
+ @State = params['State']
340
+ @TaskTypeId = params['TaskTypeId']
341
+ @TaskTypeDesc = params['TaskTypeDesc']
342
+ @ProjectId = params['ProjectId']
343
+ @FolderName = params['FolderName']
344
+ @FolderId = params['FolderId']
345
+ @SchedulerDesc = params['SchedulerDesc']
346
+ @InCharge = params['InCharge']
347
+ @CycleType = params['CycleType']
348
+ @StartTime = params['StartTime']
349
+ @EndTime = params['EndTime']
350
+ @InstanceType = params['InstanceType']
351
+ @TryLimit = params['TryLimit']
352
+ @Tries = params['Tries']
353
+ @SchedulerDateTime = params['SchedulerDateTime']
354
+ @CostTime = params['CostTime']
355
+ end
356
+ end
357
+
358
+ end
359
+ end
360
+ end
361
+
metadata ADDED
@@ -0,0 +1,66 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tencentcloud-sdk-wedata
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.346
5
+ platform: ruby
6
+ authors:
7
+ - Tencent Cloud
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-07-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: tencentcloud-sdk-common
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.0'
27
+ description: Tencent Cloud Ruby SDK is the official software development kit, which
28
+ allows Ruby developers to write software that makes use of Tencent Cloud service
29
+ WEDATA.
30
+ email:
31
+ - tencentcloudapi@tencent.com
32
+ executables: []
33
+ extensions: []
34
+ extra_rdoc_files: []
35
+ files:
36
+ - lib/VERSION
37
+ - lib/tencentcloud-sdk-wedata.rb
38
+ - lib/v20210820/client.rb
39
+ - lib/v20210820/models.rb
40
+ homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
+ licenses:
42
+ - Apache-2.0
43
+ metadata:
44
+ source_code_uri: https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-wedata
45
+ changelog_uri: https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md
46
+ post_install_message:
47
+ rdoc_options: []
48
+ require_paths:
49
+ - lib
50
+ required_ruby_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ required_rubygems_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: '0'
60
+ requirements: []
61
+ rubyforge_project:
62
+ rubygems_version: 2.6.14
63
+ signing_key:
64
+ specification_version: 4
65
+ summary: Tencent Cloud SDK for Ruby - WEDATA
66
+ test_files: []