tencentcloud-sdk-lke 3.0.1116 → 3.0.1124
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/v20231130/client.rb +1 -25
- data/lib/v20231130/models.rb +808 -161
- 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: d9a01ce76515cea1a5c0b97dd8ee98393833643d
|
4
|
+
data.tar.gz: 210245f23f0cb2a16ad642f930068ad3d39d7b26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7b087621b61f1219535f84bd14666fb53f8bff310086399365aed3eeb0b1973ff4aca534ec64f76b2155aca269ff33844bfdbe83fb103e29a4781bbd3be42b0
|
7
|
+
data.tar.gz: d66b2d1fd0674e4f6187a35149f86dec17ac9e0a90b61dcf3246e28f82c1f65c0c436d9339f3979b236f653ced17b990d3f9373f95d976e10271892c577bfe21
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1124
|
data/lib/v20231130/client.rb
CHANGED
@@ -1567,30 +1567,6 @@ module TencentCloud
|
|
1567
1567
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1568
1568
|
end
|
1569
1569
|
|
1570
|
-
# 应用类型列表
|
1571
|
-
|
1572
|
-
# @param request: Request instance for ListAppCategory.
|
1573
|
-
# @type request: :class:`Tencentcloud::lke::V20231130::ListAppCategoryRequest`
|
1574
|
-
# @rtype: :class:`Tencentcloud::lke::V20231130::ListAppCategoryResponse`
|
1575
|
-
def ListAppCategory(request)
|
1576
|
-
body = send_request('ListAppCategory', request.serialize)
|
1577
|
-
response = JSON.parse(body)
|
1578
|
-
if response['Response'].key?('Error') == false
|
1579
|
-
model = ListAppCategoryResponse.new
|
1580
|
-
model.deserialize(response['Response'])
|
1581
|
-
model
|
1582
|
-
else
|
1583
|
-
code = response['Response']['Error']['Code']
|
1584
|
-
message = response['Response']['Error']['Message']
|
1585
|
-
reqid = response['Response']['RequestId']
|
1586
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1587
|
-
end
|
1588
|
-
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1589
|
-
raise e
|
1590
|
-
rescue StandardError => e
|
1591
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1592
|
-
end
|
1593
|
-
|
1594
1570
|
# 列表查询知识库容量详情
|
1595
1571
|
|
1596
1572
|
# @param request: Request instance for ListAppKnowledgeDetail.
|
@@ -1927,7 +1903,7 @@ module TencentCloud
|
|
1927
1903
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1928
1904
|
end
|
1929
1905
|
|
1930
|
-
#
|
1906
|
+
# 文档生成问答时,可通过该接口获得当前支持生成问答的文档列表,当前不支持xlsx、xls、csv格式的文档生成问答,且文档需处于待发布或已发布状态才可生成问答。
|
1931
1907
|
|
1932
1908
|
# @param request: Request instance for ListSelectDoc.
|
1933
1909
|
# @type request: :class:`Tencentcloud::lke::V20231130::ListSelectDocRequest`
|