tencentcloud-sdk-python-cls 3.1.35__tar.gz → 3.1.48__tar.gz
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.
- {tencentcloud_sdk_python_cls-3.1.35 → tencentcloud_sdk_python_cls-3.1.48}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cls-3.1.35 → tencentcloud_sdk_python_cls-3.1.48}/setup.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.35 → tencentcloud_sdk_python_cls-3.1.48}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.35 → tencentcloud_sdk_python_cls-3.1.48}/tencentcloud/cls/v20201016/errorcodes.py +3 -0
- {tencentcloud_sdk_python_cls-3.1.35 → tencentcloud_sdk_python_cls-3.1.48}/tencentcloud/cls/v20201016/models.py +12 -12
- {tencentcloud_sdk_python_cls-3.1.35 → tencentcloud_sdk_python_cls-3.1.48}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cls-3.1.48/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cls-3.1.35/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cls-3.1.35 → tencentcloud_sdk_python_cls-3.1.48}/README.rst +0 -0
- {tencentcloud_sdk_python_cls-3.1.35 → tencentcloud_sdk_python_cls-3.1.48}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cls-3.1.35 → tencentcloud_sdk_python_cls-3.1.48}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.35 → tencentcloud_sdk_python_cls-3.1.48}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.35 → tencentcloud_sdk_python_cls-3.1.48}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.35 → tencentcloud_sdk_python_cls-3.1.48}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.35 → tencentcloud_sdk_python_cls-3.1.48}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.35 → tencentcloud_sdk_python_cls-3.1.48}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.35 → tencentcloud_sdk_python_cls-3.1.48}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cls
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.48
|
|
4
4
|
Summary: Tencent Cloud Cls SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.48
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-cls',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.48,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cls SDK for Python',
|
|
@@ -200,6 +200,9 @@ LIMITEXCEEDED_CONFIG = 'LimitExceeded.Config'
|
|
|
200
200
|
# 创建日志导出任务数量超出限制。
|
|
201
201
|
LIMITEXCEEDED_EXPORT = 'LimitExceeded.Export'
|
|
202
202
|
|
|
203
|
+
# 键值索引个数超过限制
|
|
204
|
+
LIMITEXCEEDED_INDEXKEYOVERLIMIT = 'LimitExceeded.IndexKeyOverLimit'
|
|
205
|
+
|
|
203
206
|
# 索引操作超过频率限制。
|
|
204
207
|
LIMITEXCEEDED_INDEXOPERATING = 'LimitExceeded.IndexOperating'
|
|
205
208
|
|
|
@@ -23606,15 +23606,15 @@ class DescribeRebuildIndexTasksRequest(AbstractModel):
|
|
|
23606
23606
|
|
|
23607
23607
|
def __init__(self):
|
|
23608
23608
|
r"""
|
|
23609
|
-
:param _TopicId:
|
|
23609
|
+
:param _TopicId: <p>日志主题ID</p>
|
|
23610
23610
|
:type TopicId: str
|
|
23611
|
-
:param _TaskId:
|
|
23611
|
+
:param _TaskId: <p>索引重建任务ID</p>
|
|
23612
23612
|
:type TaskId: str
|
|
23613
|
-
:param _Status:
|
|
23613
|
+
: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>
|
|
23614
23614
|
:type Status: str
|
|
23615
|
-
:param _Offset:
|
|
23615
|
+
:param _Offset: <p>分页的偏移量,默认值为0。</p>
|
|
23616
23616
|
:type Offset: int
|
|
23617
|
-
:param _Limit:
|
|
23617
|
+
:param _Limit: <p>分页单页限制数目,默认值为10,最大值20。</p>
|
|
23618
23618
|
:type Limit: int
|
|
23619
23619
|
"""
|
|
23620
23620
|
self._TopicId = None
|
|
@@ -23625,7 +23625,7 @@ class DescribeRebuildIndexTasksRequest(AbstractModel):
|
|
|
23625
23625
|
|
|
23626
23626
|
@property
|
|
23627
23627
|
def TopicId(self):
|
|
23628
|
-
r"""
|
|
23628
|
+
r"""<p>日志主题ID</p>
|
|
23629
23629
|
:rtype: str
|
|
23630
23630
|
"""
|
|
23631
23631
|
return self._TopicId
|
|
@@ -23636,7 +23636,7 @@ class DescribeRebuildIndexTasksRequest(AbstractModel):
|
|
|
23636
23636
|
|
|
23637
23637
|
@property
|
|
23638
23638
|
def TaskId(self):
|
|
23639
|
-
r"""
|
|
23639
|
+
r"""<p>索引重建任务ID</p>
|
|
23640
23640
|
:rtype: str
|
|
23641
23641
|
"""
|
|
23642
23642
|
return self._TaskId
|
|
@@ -23647,7 +23647,7 @@ class DescribeRebuildIndexTasksRequest(AbstractModel):
|
|
|
23647
23647
|
|
|
23648
23648
|
@property
|
|
23649
23649
|
def Status(self):
|
|
23650
|
-
r"""
|
|
23650
|
+
r"""<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>
|
|
23651
23651
|
:rtype: str
|
|
23652
23652
|
"""
|
|
23653
23653
|
return self._Status
|
|
@@ -23658,7 +23658,7 @@ class DescribeRebuildIndexTasksRequest(AbstractModel):
|
|
|
23658
23658
|
|
|
23659
23659
|
@property
|
|
23660
23660
|
def Offset(self):
|
|
23661
|
-
r"""
|
|
23661
|
+
r"""<p>分页的偏移量,默认值为0。</p>
|
|
23662
23662
|
:rtype: int
|
|
23663
23663
|
"""
|
|
23664
23664
|
return self._Offset
|
|
@@ -23669,7 +23669,7 @@ class DescribeRebuildIndexTasksRequest(AbstractModel):
|
|
|
23669
23669
|
|
|
23670
23670
|
@property
|
|
23671
23671
|
def Limit(self):
|
|
23672
|
-
r"""
|
|
23672
|
+
r"""<p>分页单页限制数目,默认值为10,最大值20。</p>
|
|
23673
23673
|
:rtype: int
|
|
23674
23674
|
"""
|
|
23675
23675
|
return self._Limit
|
|
@@ -23702,7 +23702,7 @@ class DescribeRebuildIndexTasksResponse(AbstractModel):
|
|
|
23702
23702
|
|
|
23703
23703
|
def __init__(self):
|
|
23704
23704
|
r"""
|
|
23705
|
-
:param _RebuildTasks:
|
|
23705
|
+
:param _RebuildTasks: <p>索引重建任务列表</p>
|
|
23706
23706
|
:type RebuildTasks: list of RebuildIndexTaskInfo
|
|
23707
23707
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
23708
23708
|
:type RequestId: str
|
|
@@ -23712,7 +23712,7 @@ class DescribeRebuildIndexTasksResponse(AbstractModel):
|
|
|
23712
23712
|
|
|
23713
23713
|
@property
|
|
23714
23714
|
def RebuildTasks(self):
|
|
23715
|
-
r"""
|
|
23715
|
+
r"""<p>索引重建任务列表</p>
|
|
23716
23716
|
:rtype: list of RebuildIndexTaskInfo
|
|
23717
23717
|
"""
|
|
23718
23718
|
return self._RebuildTasks
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cls
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.48
|
|
4
4
|
Summary: Tencent Cloud Cls SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.48
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.48
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.35
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|