tencentcloud-sdk-python-cls 3.0.1173__tar.gz → 3.0.1175__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.0.1173 → tencentcloud-sdk-python-cls-3.0.1175}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cls-3.0.1173 → tencentcloud-sdk-python-cls-3.0.1175}/setup.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1173 → tencentcloud-sdk-python-cls-3.0.1175}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cls-3.0.1173 → tencentcloud-sdk-python-cls-3.0.1175}/tencentcloud/cls/v20201016/models.py +14 -16
- {tencentcloud-sdk-python-cls-3.0.1173 → tencentcloud-sdk-python-cls-3.0.1175}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cls-3.0.1175/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cls-3.0.1173/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cls-3.0.1173 → tencentcloud-sdk-python-cls-3.0.1175}/README.rst +0 -0
- {tencentcloud-sdk-python-cls-3.0.1173 → tencentcloud-sdk-python-cls-3.0.1175}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cls-3.0.1173 → tencentcloud-sdk-python-cls-3.0.1175}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1173 → tencentcloud-sdk-python-cls-3.0.1175}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1173 → tencentcloud-sdk-python-cls-3.0.1175}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1173 → tencentcloud-sdk-python-cls-3.0.1175}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cls-3.0.1173 → tencentcloud-sdk-python-cls-3.0.1175}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1173 → tencentcloud-sdk-python-cls-3.0.1175}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cls-3.0.1173 → tencentcloud-sdk-python-cls-3.0.1175}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
|
@@ -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.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1175"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cls SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -11618,30 +11618,28 @@ class DescribeTopicsRequest(AbstractModel):
|
|
|
11618
11618
|
|
|
11619
11619
|
def __init__(self):
|
|
11620
11620
|
r"""
|
|
11621
|
-
:param _Filters:
|
|
11622
|
-
|
|
11623
|
-
|
|
11624
|
-
|
|
11625
|
-
|
|
11626
|
-
|
|
11627
|
-
|
|
11628
|
-
|
|
11629
|
-
注意:每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
11621
|
+
:param _Filters: <ul><li>topicName 按照【日志主题名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li>
|
|
11622
|
+
<li>logsetName 按照【日志集名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li>
|
|
11623
|
+
<li>topicId 按照【日志主题ID】进行过滤。类型:String。必选:否</li>
|
|
11624
|
+
<li>logsetId 按照【日志集ID】进行过滤,可通过调用 DescribeLogsets 查询已创建的日志集列表或登录控制台进行查看;也可以调用 CreateLogset 创建新的日志集。类型:String。必选:否</li>
|
|
11625
|
+
<li>tagKey 按照【标签键】进行过滤。类型:String。必选:否</li>
|
|
11626
|
+
<li>tag:tagKey 按照【标签键值对】进行过滤。tagKey 使用具体的标签键进行替换,例如 tag:exampleKey。类型:String。必选:否</li>
|
|
11627
|
+
<li>storageType 按照【日志主题的存储类型】进行过滤。可选值 hot(标准存储),cold(低频存储)类型:String。必选:否</li></ul>
|
|
11628
|
+
注意:每次请求的 Filters 的上限为10,Filter.Values 的上限为100。
|
|
11630
11629
|
:type Filters: list of Filter
|
|
11631
11630
|
:param _Offset: 分页的偏移量,默认值为0。
|
|
11632
11631
|
:type Offset: int
|
|
11633
11632
|
:param _Limit: 分页单页限制数目,默认值为20,最大值100。
|
|
11634
11633
|
:type Limit: int
|
|
11635
11634
|
:param _PreciseSearch: 控制Filters相关字段是否为精确匹配。
|
|
11636
|
-
|
|
11637
|
-
|
|
11638
|
-
|
|
11639
|
-
|
|
11635
|
+
<ul><li>0: 默认值,topicName 和 logsetName 模糊匹配</li>
|
|
11636
|
+
<li>1: topicName 精确匹配</li>
|
|
11637
|
+
<li>2: logsetName精确匹配</li>
|
|
11638
|
+
<li>3: topicName 和logsetName 都精确匹配</li></ul>
|
|
11640
11639
|
:type PreciseSearch: int
|
|
11641
11640
|
:param _BizType: 主题类型
|
|
11642
|
-
|
|
11643
|
-
|
|
11644
|
-
|
|
11641
|
+
<ul><li>0:日志主题,默认值</li>
|
|
11642
|
+
<li>1:指标主题</li></ul>
|
|
11645
11643
|
:type BizType: int
|
|
11646
11644
|
"""
|
|
11647
11645
|
self._Filters = None
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1175
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1173
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|