tencentcloud-sdk-python-cls 3.1.162__tar.gz → 3.1.164__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_cls-3.1.162 → tencentcloud_sdk_python_cls-3.1.164}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cls-3.1.162 → tencentcloud_sdk_python_cls-3.1.164}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cls-3.1.162 → tencentcloud_sdk_python_cls-3.1.164}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cls-3.1.162 → tencentcloud_sdk_python_cls-3.1.164}/tencentcloud/cls/v20201016/models.py +20 -24
  5. {tencentcloud_sdk_python_cls-3.1.162 → tencentcloud_sdk_python_cls-3.1.164}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cls-3.1.164/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cls-3.1.162/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cls-3.1.162 → tencentcloud_sdk_python_cls-3.1.164}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cls-3.1.162 → tencentcloud_sdk_python_cls-3.1.164}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cls-3.1.162 → tencentcloud_sdk_python_cls-3.1.164}/tencentcloud/cls/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cls-3.1.162 → tencentcloud_sdk_python_cls-3.1.164}/tencentcloud/cls/v20201016/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cls-3.1.162 → tencentcloud_sdk_python_cls-3.1.164}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  13. {tencentcloud_sdk_python_cls-3.1.162 → tencentcloud_sdk_python_cls-3.1.164}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cls-3.1.162 → tencentcloud_sdk_python_cls-3.1.164}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cls-3.1.162 → tencentcloud_sdk_python_cls-3.1.164}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cls-3.1.162 → tencentcloud_sdk_python_cls-3.1.164}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cls-3.1.162 → tencentcloud_sdk_python_cls-3.1.164}/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.162
3
+ Version: 3.1.164
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.162
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.164
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.162,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.164,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cls SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.162'
17
+ __version__ = '3.1.164'
@@ -11388,25 +11388,23 @@ class CreateExportRequest(AbstractModel):
11388
11388
 
11389
11389
  def __init__(self):
11390
11390
  r"""
11391
- :param _TopicId: 日志主题Id
11392
- - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
11391
+ :param _TopicId: <p>日志主题Id</p><ul><li>通过<a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a>获取日志主题Id。</li></ul>
11393
11392
  :type TopicId: str
11394
- :param _Count: 日志导出数量, 最大值5000
11393
+ :param _Count: <p>日志导出数量, 最大值5000万</p>
11395
11394
  :type Count: int
11396
- :param _Query: 日志导出检索语句,不支持<a href="https://cloud.tencent.com/document/product/614/44061" target="_blank">[SQL语句]</a>
11395
+ :param _Query: <p>日志导出检索语句,不支持<a href="https://cloud.tencent.com/document/product/614/44061" target="_blank">[SQL语句]</a></p>
11397
11396
  :type Query: str
11398
- :param _From: 日志导出起始时间,毫秒时间戳
11397
+ :param _From: <p>日志导出起始时间,毫秒时间戳</p>
11399
11398
  :type From: int
11400
- :param _To: 日志导出结束时间,毫秒时间戳
11399
+ :param _To: <p>日志导出结束时间,毫秒时间戳</p>
11401
11400
  :type To: int
11402
- :param _Order: 日志导出时间排序。desc,asc,默认为desc
11401
+ :param _Order: <p>日志导出时间排序。desc,asc,默认为desc</p>
11403
11402
  :type Order: str
11404
- :param _Format: 日志导出数据格式。json,csv,默认为json
11403
+ :param _Format: <p>日志导出数据格式。json,csv,默认为json</p>
11405
11404
  :type Format: str
11406
- :param _SyntaxRule: 语法规则, 默认值为0
11407
- 0:Lucene语法,1:CQL语法。
11405
+ :param _SyntaxRule: <p>检索语法规则,默认值为1,推荐使用1 。</p><ul><li>0:Lucene语法</li><li>1:CQL语法(CLS Query Language,日志服务专用检索语法)</li></ul><p>详细说明参见<a href="https://cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules" target="_blank">检索条件语法规则</a>。</p>
11408
11406
  :type SyntaxRule: int
11409
- :param _DerivedFields: 导出字段
11407
+ :param _DerivedFields: <p>导出字段</p>
11410
11408
  :type DerivedFields: list of str
11411
11409
  """
11412
11410
  self._TopicId = None
@@ -11421,8 +11419,7 @@ class CreateExportRequest(AbstractModel):
11421
11419
 
11422
11420
  @property
11423
11421
  def TopicId(self):
11424
- r"""日志主题Id
11425
- - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
11422
+ r"""<p>日志主题Id</p><ul><li>通过<a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a>获取日志主题Id。</li></ul>
11426
11423
  :rtype: str
11427
11424
  """
11428
11425
  return self._TopicId
@@ -11433,7 +11430,7 @@ class CreateExportRequest(AbstractModel):
11433
11430
 
11434
11431
  @property
11435
11432
  def Count(self):
11436
- r"""日志导出数量, 最大值5000
11433
+ r"""<p>日志导出数量, 最大值5000万</p>
11437
11434
  :rtype: int
11438
11435
  """
11439
11436
  return self._Count
@@ -11444,7 +11441,7 @@ class CreateExportRequest(AbstractModel):
11444
11441
 
11445
11442
  @property
11446
11443
  def Query(self):
11447
- r"""日志导出检索语句,不支持<a href="https://cloud.tencent.com/document/product/614/44061" target="_blank">[SQL语句]</a>
11444
+ r"""<p>日志导出检索语句,不支持<a href="https://cloud.tencent.com/document/product/614/44061" target="_blank">[SQL语句]</a></p>
11448
11445
  :rtype: str
11449
11446
  """
11450
11447
  return self._Query
@@ -11455,7 +11452,7 @@ class CreateExportRequest(AbstractModel):
11455
11452
 
11456
11453
  @property
11457
11454
  def From(self):
11458
- r"""日志导出起始时间,毫秒时间戳
11455
+ r"""<p>日志导出起始时间,毫秒时间戳</p>
11459
11456
  :rtype: int
11460
11457
  """
11461
11458
  return self._From
@@ -11466,7 +11463,7 @@ class CreateExportRequest(AbstractModel):
11466
11463
 
11467
11464
  @property
11468
11465
  def To(self):
11469
- r"""日志导出结束时间,毫秒时间戳
11466
+ r"""<p>日志导出结束时间,毫秒时间戳</p>
11470
11467
  :rtype: int
11471
11468
  """
11472
11469
  return self._To
@@ -11477,7 +11474,7 @@ class CreateExportRequest(AbstractModel):
11477
11474
 
11478
11475
  @property
11479
11476
  def Order(self):
11480
- r"""日志导出时间排序。desc,asc,默认为desc
11477
+ r"""<p>日志导出时间排序。desc,asc,默认为desc</p>
11481
11478
  :rtype: str
11482
11479
  """
11483
11480
  return self._Order
@@ -11488,7 +11485,7 @@ class CreateExportRequest(AbstractModel):
11488
11485
 
11489
11486
  @property
11490
11487
  def Format(self):
11491
- r"""日志导出数据格式。json,csv,默认为json
11488
+ r"""<p>日志导出数据格式。json,csv,默认为json</p>
11492
11489
  :rtype: str
11493
11490
  """
11494
11491
  return self._Format
@@ -11499,8 +11496,7 @@ class CreateExportRequest(AbstractModel):
11499
11496
 
11500
11497
  @property
11501
11498
  def SyntaxRule(self):
11502
- r"""语法规则, 默认值为0
11503
- 0:Lucene语法,1:CQL语法。
11499
+ r"""<p>检索语法规则,默认值为1,推荐使用1 。</p><ul><li>0:Lucene语法</li><li>1:CQL语法(CLS Query Language,日志服务专用检索语法)</li></ul><p>详细说明参见<a href="https://cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules" target="_blank">检索条件语法规则</a>。</p>
11504
11500
  :rtype: int
11505
11501
  """
11506
11502
  return self._SyntaxRule
@@ -11511,7 +11507,7 @@ class CreateExportRequest(AbstractModel):
11511
11507
 
11512
11508
  @property
11513
11509
  def DerivedFields(self):
11514
- r"""导出字段
11510
+ r"""<p>导出字段</p>
11515
11511
  :rtype: list of str
11516
11512
  """
11517
11513
  return self._DerivedFields
@@ -11548,7 +11544,7 @@ class CreateExportResponse(AbstractModel):
11548
11544
 
11549
11545
  def __init__(self):
11550
11546
  r"""
11551
- :param _ExportId: 日志导出ID
11547
+ :param _ExportId: <p>日志导出ID。</p>
11552
11548
  :type ExportId: str
11553
11549
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11554
11550
  :type RequestId: str
@@ -11558,7 +11554,7 @@ class CreateExportResponse(AbstractModel):
11558
11554
 
11559
11555
  @property
11560
11556
  def ExportId(self):
11561
- r"""日志导出ID
11557
+ r"""<p>日志导出ID。</p>
11562
11558
  :rtype: str
11563
11559
  """
11564
11560
  return self._ExportId
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.1.162
3
+ Version: 3.1.164
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.162
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.164
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.164
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.162