tencentcloud-sdk-dlc 3.0.505 → 3.0.506

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210125/models.rb +51 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e4a0e8cad2e05edce64d0d8ee3e1c67f3c0a6885
4
- data.tar.gz: d4ff04c48f2794c52aec0f483bf32eba3d77b271
3
+ metadata.gz: 8db8e03be6ab1f4e950431cd5d0f79c81fdfa25b
4
+ data.tar.gz: 54eaa95c19048161798b708f581a9f797049aad8
5
5
  SHA512:
6
- metadata.gz: 9ef46887c6b6ed09118ffbf19467f536ba5e33c2edcd40f369efaa7b734664571ae146192a4820fed606103b3b691f3fb9804ca69f5260013ca4049dc00700d2
7
- data.tar.gz: b1ac70e43262fdef2947027a67667bec9381b809197ab43d2c09049762bd4d096e9ce90d47f11ef3bf1aec82a0d621ce41f3e350b2f33359fc64e678d2ccb758
6
+ metadata.gz: 2aebf148579b7f4157d246ba5153f11abf6d66ddf6b25301bea6e4c553a43afc3e4fb0107c2388461fe0423dded20288f9196f9ab1dabf8000ca440321963010
7
+ data.tar.gz: 5bd2253bfe56ea6eafffb2ef2ad5d42c753a9cb32171b188d71e98bb603282aa5a0877861e2d4779fbd882e52b445b6f7d59474ed944b58117cd4fbd065045c9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.505
1
+ 3.0.506
@@ -5127,27 +5127,75 @@ module TencentCloud
5127
5127
 
5128
5128
  # GenerateCreateMangedTableSql请求参数结构体
5129
5129
  class GenerateCreateMangedTableSqlRequest < TencentCloud::Common::AbstractModel
5130
+ # @param TableBaseInfo: 表基本信息
5131
+ # @type TableBaseInfo: :class:`Tencentcloud::Dlc.v20210125.models.TableBaseInfo`
5132
+ # @param Columns: 表字段信息
5133
+ # @type Columns: Array
5134
+ # @param Partitions: 表分区信息
5135
+ # @type Partitions: Array
5136
+ # @param Properties: 表属性信息
5137
+ # @type Properties: Array
5130
5138
 
5139
+ attr_accessor :TableBaseInfo, :Columns, :Partitions, :Properties
5131
5140
 
5132
- def initialize()
5141
+ def initialize(tablebaseinfo=nil, columns=nil, partitions=nil, properties=nil)
5142
+ @TableBaseInfo = tablebaseinfo
5143
+ @Columns = columns
5144
+ @Partitions = partitions
5145
+ @Properties = properties
5133
5146
  end
5134
5147
 
5135
5148
  def deserialize(params)
5149
+ unless params['TableBaseInfo'].nil?
5150
+ @TableBaseInfo = TableBaseInfo.new
5151
+ @TableBaseInfo.deserialize(params['TableBaseInfo'])
5152
+ end
5153
+ unless params['Columns'].nil?
5154
+ @Columns = []
5155
+ params['Columns'].each do |i|
5156
+ tcolumn_tmp = TColumn.new
5157
+ tcolumn_tmp.deserialize(i)
5158
+ @Columns << tcolumn_tmp
5159
+ end
5160
+ end
5161
+ unless params['Partitions'].nil?
5162
+ @Partitions = []
5163
+ params['Partitions'].each do |i|
5164
+ tpartition_tmp = TPartition.new
5165
+ tpartition_tmp.deserialize(i)
5166
+ @Partitions << tpartition_tmp
5167
+ end
5168
+ end
5169
+ unless params['Properties'].nil?
5170
+ @Properties = []
5171
+ params['Properties'].each do |i|
5172
+ property_tmp = Property.new
5173
+ property_tmp.deserialize(i)
5174
+ @Properties << property_tmp
5175
+ end
5176
+ end
5136
5177
  end
5137
5178
  end
5138
5179
 
5139
5180
  # GenerateCreateMangedTableSql返回参数结构体
5140
5181
  class GenerateCreateMangedTableSqlResponse < TencentCloud::Common::AbstractModel
5182
+ # @param Execution: 创建托管存储内表sql语句描述
5183
+ # @type Execution: :class:`Tencentcloud::Dlc.v20210125.models.Execution`
5141
5184
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5142
5185
  # @type RequestId: String
5143
5186
 
5144
- attr_accessor :RequestId
5187
+ attr_accessor :Execution, :RequestId
5145
5188
 
5146
- def initialize(requestid=nil)
5189
+ def initialize(execution=nil, requestid=nil)
5190
+ @Execution = execution
5147
5191
  @RequestId = requestid
5148
5192
  end
5149
5193
 
5150
5194
  def deserialize(params)
5195
+ unless params['Execution'].nil?
5196
+ @Execution = Execution.new
5197
+ @Execution.deserialize(params['Execution'])
5198
+ end
5151
5199
  @RequestId = params['RequestId']
5152
5200
  end
5153
5201
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dlc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.505
4
+ version: 3.0.506
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-02-09 00:00:00.000000000 Z
11
+ date: 2023-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common