tencentcloud-sdk-lke 3.0.859 → 3.0.860
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20231130/client.rb +0 -1
- data/lib/v20231130/models.rb +9 -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: 4701e63ede6b61291523962c9f4944d43f920a95
|
4
|
+
data.tar.gz: fd34b6030fc97a53d12960eff0c82ae163a66b6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c9b51c54836de6e49c9ce5cffefdd733dbc323404dc06a884e42313bcfe464d97fb223fe6b76073ca876aa5e07c74dfb28892224545c98c4ed2ed6fbeafe323
|
7
|
+
data.tar.gz: 5183ad0eea28ee21ecefee14f1c00e5bda09a6993a9ebd2ac88097c31107593a31680b1749cf5a2f2d4f50e1b2b27f21c44c107f06952e09f8c63fbfb8cc2539
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.860
|
data/lib/v20231130/client.rb
CHANGED
@@ -1666,7 +1666,6 @@ module TencentCloud
|
|
1666
1666
|
end
|
1667
1667
|
|
1668
1668
|
# 接口即将下线,请切换使用新接口:[文档解析](https://cloud.tencent.com/document/product/1759/107504)
|
1669
|
-
# 解析拆分文档。该接口需开通文档解析原子能力后调用。文档解析原子能力内测中,如有需要请联系架构师或 [联系客服](https://cloud.tencent.com/act/event/Online_service) 。
|
1670
1669
|
|
1671
1670
|
# @param request: Request instance for ParseDoc.
|
1672
1671
|
# @type request: :class:`Tencentcloud::lke::V20231130::ParseDocRequest`
|
data/lib/v20231130/models.rb
CHANGED
@@ -3802,10 +3802,13 @@ module TencentCloud
|
|
3802
3802
|
# @param ExpireEnd: 有效结束时间,unix时间戳,0代表永久有效
|
3803
3803
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3804
3804
|
# @type ExpireEnd: String
|
3805
|
+
# @param IsAllowRetry: 是否允许重试,0:否,1:是
|
3806
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3807
|
+
# @type IsAllowRetry: Boolean
|
3805
3808
|
|
3806
|
-
attr_accessor :DocBizId, :FileName, :FileType, :CosUrl, :UpdateTime, :Status, :StatusDesc, :Reason, :IsRefer, :QaNum, :IsDeleted, :Source, :SourceDesc, :IsAllowRestart, :IsDeletedQa, :IsCreatingQa, :IsAllowDelete, :IsAllowRefer, :IsCreatedQa, :DocCharSize, :AttrRange, :AttrLabels, :IsAllowEdit, :ReferUrlType, :WebUrl, :ExpireStart, :ExpireEnd
|
3809
|
+
attr_accessor :DocBizId, :FileName, :FileType, :CosUrl, :UpdateTime, :Status, :StatusDesc, :Reason, :IsRefer, :QaNum, :IsDeleted, :Source, :SourceDesc, :IsAllowRestart, :IsDeletedQa, :IsCreatingQa, :IsAllowDelete, :IsAllowRefer, :IsCreatedQa, :DocCharSize, :AttrRange, :AttrLabels, :IsAllowEdit, :ReferUrlType, :WebUrl, :ExpireStart, :ExpireEnd, :IsAllowRetry
|
3807
3810
|
|
3808
|
-
def initialize(docbizid=nil, filename=nil, filetype=nil, cosurl=nil, updatetime=nil, status=nil, statusdesc=nil, reason=nil, isrefer=nil, qanum=nil, isdeleted=nil, source=nil, sourcedesc=nil, isallowrestart=nil, isdeletedqa=nil, iscreatingqa=nil, isallowdelete=nil, isallowrefer=nil, iscreatedqa=nil, doccharsize=nil, attrrange=nil, attrlabels=nil, isallowedit=nil, referurltype=nil, weburl=nil, expirestart=nil, expireend=nil)
|
3811
|
+
def initialize(docbizid=nil, filename=nil, filetype=nil, cosurl=nil, updatetime=nil, status=nil, statusdesc=nil, reason=nil, isrefer=nil, qanum=nil, isdeleted=nil, source=nil, sourcedesc=nil, isallowrestart=nil, isdeletedqa=nil, iscreatingqa=nil, isallowdelete=nil, isallowrefer=nil, iscreatedqa=nil, doccharsize=nil, attrrange=nil, attrlabels=nil, isallowedit=nil, referurltype=nil, weburl=nil, expirestart=nil, expireend=nil, isallowretry=nil)
|
3809
3812
|
@DocBizId = docbizid
|
3810
3813
|
@FileName = filename
|
3811
3814
|
@FileType = filetype
|
@@ -3833,6 +3836,7 @@ module TencentCloud
|
|
3833
3836
|
@WebUrl = weburl
|
3834
3837
|
@ExpireStart = expirestart
|
3835
3838
|
@ExpireEnd = expireend
|
3839
|
+
@IsAllowRetry = isallowretry
|
3836
3840
|
end
|
3837
3841
|
|
3838
3842
|
def deserialize(params)
|
@@ -3870,6 +3874,7 @@ module TencentCloud
|
|
3870
3874
|
@WebUrl = params['WebUrl']
|
3871
3875
|
@ExpireStart = params['ExpireStart']
|
3872
3876
|
@ExpireEnd = params['ExpireEnd']
|
3877
|
+
@IsAllowRetry = params['IsAllowRetry']
|
3873
3878
|
end
|
3874
3879
|
end
|
3875
3880
|
|
@@ -5585,8 +5590,8 @@ module TencentCloud
|
|
5585
5590
|
|
5586
5591
|
attr_accessor :Name, :Url, :TaskId, :Policy, :Operate
|
5587
5592
|
extend Gem::Deprecate
|
5588
|
-
deprecate :Operate, :none, 2024,
|
5589
|
-
deprecate :Operate=, :none, 2024,
|
5593
|
+
deprecate :Operate, :none, 2024, 7
|
5594
|
+
deprecate :Operate=, :none, 2024, 7
|
5590
5595
|
|
5591
5596
|
def initialize(name=nil, url=nil, taskid=nil, policy=nil, operate=nil)
|
5592
5597
|
@Name = name
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-lke
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.860
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|