tencentcloud-sdk-tccatalog 3.0.992 → 3.0.993
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/v20241024/models.rb +16 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d37d0ddaefcd90267f84f256e84395fc4a16c2eb
|
4
|
+
data.tar.gz: 1ac9b8d72c9cba862f2cab784f199cdbaa996955
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee6d1e6924fa47c74e8ee8e0f967ecdbd3dbd9a2d5ee0e9379f99e4a032a7db8889a3ed57f5374b651a4d4b235a24ff577a0b95b63e9b112eaecfa51839bad3e
|
7
|
+
data.tar.gz: 4b3c558a7521166b06fb430939608d9abf4767709c262b590737a18880762e3a112e2dff1bf5a0556ba61deeec6971a98515b2360da7c94480aea83f624528a2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.993
|
data/lib/v20241024/models.rb
CHANGED
@@ -320,19 +320,28 @@ module TencentCloud
|
|
320
320
|
|
321
321
|
# Tcc数据目录连接配置
|
322
322
|
class TccConnection < TencentCloud::Common::AbstractModel
|
323
|
-
# @param EndpointServiceId:
|
323
|
+
# @param EndpointServiceId: 引擎终端节点服务Id
|
324
324
|
# @type EndpointServiceId: String
|
325
325
|
# @param MetaStoreUrl: 元数据连接串
|
326
326
|
# @type MetaStoreUrl: String
|
327
|
-
# @param NetWork:
|
327
|
+
# @param NetWork: 网络信息
|
328
328
|
# @type NetWork: :class:`Tencentcloud::Tccatalog.v20241024.models.NetWork`
|
329
|
+
# @param HiveVersion: hive版本
|
330
|
+
# @type HiveVersion: String
|
331
|
+
# @param Location: hive location
|
332
|
+
# @type Location: String
|
333
|
+
# @param HmsEndpointServiceId: HMS终端节点服务
|
334
|
+
# @type HmsEndpointServiceId: String
|
329
335
|
|
330
|
-
attr_accessor :EndpointServiceId, :MetaStoreUrl, :NetWork
|
336
|
+
attr_accessor :EndpointServiceId, :MetaStoreUrl, :NetWork, :HiveVersion, :Location, :HmsEndpointServiceId
|
331
337
|
|
332
|
-
def initialize(endpointserviceid=nil, metastoreurl=nil, network=nil)
|
338
|
+
def initialize(endpointserviceid=nil, metastoreurl=nil, network=nil, hiveversion=nil, location=nil, hmsendpointserviceid=nil)
|
333
339
|
@EndpointServiceId = endpointserviceid
|
334
340
|
@MetaStoreUrl = metastoreurl
|
335
341
|
@NetWork = network
|
342
|
+
@HiveVersion = hiveversion
|
343
|
+
@Location = location
|
344
|
+
@HmsEndpointServiceId = hmsendpointserviceid
|
336
345
|
end
|
337
346
|
|
338
347
|
def deserialize(params)
|
@@ -342,6 +351,9 @@ module TencentCloud
|
|
342
351
|
@NetWork = NetWork.new
|
343
352
|
@NetWork.deserialize(params['NetWork'])
|
344
353
|
end
|
354
|
+
@HiveVersion = params['HiveVersion']
|
355
|
+
@Location = params['Location']
|
356
|
+
@HmsEndpointServiceId = params['HmsEndpointServiceId']
|
345
357
|
end
|
346
358
|
end
|
347
359
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tccatalog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.993
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|