tencentcloud-sdk-cls 3.0.1205 → 3.0.1209

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d49e34829a5b7adeaa61c7cd5614705cf0cd6c61
4
- data.tar.gz: 56e90fa503629661c42f01e0f35d4ef59ffa82d7
3
+ metadata.gz: 0a4a524f82ef8ce233899690a1d8a02efa6c34f6
4
+ data.tar.gz: f27f36bb0916564ecf3317461489800d63d3d256
5
5
  SHA512:
6
- metadata.gz: 38009043d2ac08a35c1f834a012e022ecea18fad3de10cccbf956e24917613aa9c3072128629bd3c3fc6197804fd9cd152f40708cb50bd8326e48de3224886a3
7
- data.tar.gz: fb08bfeb774874cf94e7db73535783874f7077aa584318cf0be1c8f30a5b5ad7484a6407a7c3394c16a9ae15ef62a8058b273466238f3d2e9b87d0ce7192bab8
6
+ metadata.gz: ef7e35d6b7cc23f7c64cd7ad364ea257b45c84a4006de816ada083be05018c4de0fa3d95894c54308eda23c39d714a3ff3a5435688058924558ae6069dfe372d
7
+ data.tar.gz: 4a04fdc647dc7319bebf079891071b47899bc06295e74d0911fff323fdb7693de6741ac1174474fb7aad3c24d6c79c66e6d0d841629648d5abe217a59cfb5baf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1205
1
+ 3.0.1209
@@ -9644,15 +9644,15 @@ module TencentCloud
9644
9644
 
9645
9645
  # DescribeRebuildIndexTasks请求参数结构体
9646
9646
  class DescribeRebuildIndexTasksRequest < TencentCloud::Common::AbstractModel
9647
- # @param TopicId: 日志主题ID
9647
+ # @param TopicId: <p>日志主题ID</p>
9648
9648
  # @type TopicId: String
9649
- # @param TaskId: 索引重建任务ID
9649
+ # @param TaskId: <p>索引重建任务ID</p>
9650
9650
  # @type TaskId: String
9651
- # @param Status: 索引重建任务状态,不填返回所有状态任务列表,多种状态之间用逗号分隔,0:索引重建任务已创建,1:已创建索引重建资源,2:重建中,3:重建完成,4:重建成功(可检索),5:任务取消,6:元数据和索引已删除
9651
+ # @param Status: <p>索引重建任务状态,不填返回所有状态任务列表,多种状态之间用逗号分隔。</p><p>枚举值:</p><ul><li>0: 索引重建任务已创建</li><li>1: 正在创建索引重建资源</li><li>2: 已创建索引重建资源</li><li>3: 重建中</li><li>4: 暂停</li><li>5: 重建完成</li><li>6: 重建成功(可检索)</li><li>7: 重建失败</li><li>8: 任务取消</li><li>9: 元数据和索引已删除</li></ul>
9652
9652
  # @type Status: String
9653
- # @param Offset: 分页的偏移量,默认值为0
9653
+ # @param Offset: <p>分页的偏移量,默认值为0。</p>
9654
9654
  # @type Offset: Integer
9655
- # @param Limit: 分页单页限制数目,默认值为10,最大值20
9655
+ # @param Limit: <p>分页单页限制数目,默认值为10,最大值20。</p>
9656
9656
  # @type Limit: Integer
9657
9657
 
9658
9658
  attr_accessor :TopicId, :TaskId, :Status, :Offset, :Limit
@@ -9676,7 +9676,7 @@ module TencentCloud
9676
9676
 
9677
9677
  # DescribeRebuildIndexTasks返回参数结构体
9678
9678
  class DescribeRebuildIndexTasksResponse < TencentCloud::Common::AbstractModel
9679
- # @param RebuildTasks: 索引重建任务列表
9679
+ # @param RebuildTasks: <p>索引重建任务列表</p>
9680
9680
  # @type RebuildTasks: Array
9681
9681
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9682
9682
  # @type RequestId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cls
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1205
4
+ version: 3.0.1209
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-21 00:00:00.000000000 Z
11
+ date: 2026-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common