tencentcloud-sdk-dlc 3.0.685 → 3.0.686
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/v20210125/models.rb +6 -2
- 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: 0ce77695e596b1dd09facecdfc9db6cbc4153283
|
4
|
+
data.tar.gz: c30b02f6a8c376a727bad8639ae666e95fa9e1b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de626f348248f5a96e3021b286e8b1e8caef7a5d0f4526598a60b80b69ffddc3296e3aef730731f62efcdc58118985f7b90bcc0659db3796db0e1a5e42cd1fb1
|
7
|
+
data.tar.gz: 481dcbbc9c8533d166ce0c4cf50388a9a65138b8a138daf0a1ddf136afb5257a017c82bda22ff3933c1423f55abcc3d5c36aa3c8d4bfbb74f8e06a66afabf529
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.686
|
data/lib/v20210125/models.rb
CHANGED
@@ -4896,10 +4896,12 @@ module TencentCloud
|
|
4896
4896
|
# @type DatasourceConnectionNames: Array
|
4897
4897
|
# @param DatasourceConnectionTypes: 连接类型,支持Mysql/HiveCos/Kafka/DataLakeCatalog
|
4898
4898
|
# @type DatasourceConnectionTypes: Array
|
4899
|
+
# @param HiveVersion: 返回指定hive版本的数据源,该参数指定后,会过滤掉该参数指定版本以外的hive数据源,非hive数据源正常返回
|
4900
|
+
# @type HiveVersion: Array
|
4899
4901
|
|
4900
|
-
attr_accessor :DatasourceConnectionIds, :Filters, :Offset, :Limit, :SortBy, :Sorting, :StartTime, :EndTime, :DatasourceConnectionNames, :DatasourceConnectionTypes
|
4902
|
+
attr_accessor :DatasourceConnectionIds, :Filters, :Offset, :Limit, :SortBy, :Sorting, :StartTime, :EndTime, :DatasourceConnectionNames, :DatasourceConnectionTypes, :HiveVersion
|
4901
4903
|
|
4902
|
-
def initialize(datasourceconnectionids=nil, filters=nil, offset=nil, limit=nil, sortby=nil, sorting=nil, starttime=nil, endtime=nil, datasourceconnectionnames=nil, datasourceconnectiontypes=nil)
|
4904
|
+
def initialize(datasourceconnectionids=nil, filters=nil, offset=nil, limit=nil, sortby=nil, sorting=nil, starttime=nil, endtime=nil, datasourceconnectionnames=nil, datasourceconnectiontypes=nil, hiveversion=nil)
|
4903
4905
|
@DatasourceConnectionIds = datasourceconnectionids
|
4904
4906
|
@Filters = filters
|
4905
4907
|
@Offset = offset
|
@@ -4910,6 +4912,7 @@ module TencentCloud
|
|
4910
4912
|
@EndTime = endtime
|
4911
4913
|
@DatasourceConnectionNames = datasourceconnectionnames
|
4912
4914
|
@DatasourceConnectionTypes = datasourceconnectiontypes
|
4915
|
+
@HiveVersion = hiveversion
|
4913
4916
|
end
|
4914
4917
|
|
4915
4918
|
def deserialize(params)
|
@@ -4930,6 +4933,7 @@ module TencentCloud
|
|
4930
4933
|
@EndTime = params['EndTime']
|
4931
4934
|
@DatasourceConnectionNames = params['DatasourceConnectionNames']
|
4932
4935
|
@DatasourceConnectionTypes = params['DatasourceConnectionTypes']
|
4936
|
+
@HiveVersion = params['HiveVersion']
|
4933
4937
|
end
|
4934
4938
|
end
|
4935
4939
|
|
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.
|
4
|
+
version: 3.0.686
|
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-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|