tencentcloud-sdk-python-cls 3.1.124__tar.gz → 3.1.127__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.124 → tencentcloud_sdk_python_cls-3.1.127}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cls-3.1.124 → tencentcloud_sdk_python_cls-3.1.127}/setup.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.124 → tencentcloud_sdk_python_cls-3.1.127}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cls-3.1.124 → tencentcloud_sdk_python_cls-3.1.127}/tencentcloud/cls/v20201016/models.py +110 -50
- {tencentcloud_sdk_python_cls-3.1.124 → tencentcloud_sdk_python_cls-3.1.127}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cls-3.1.127/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cls-3.1.124/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cls-3.1.124 → tencentcloud_sdk_python_cls-3.1.127}/README.rst +0 -0
- {tencentcloud_sdk_python_cls-3.1.124 → tencentcloud_sdk_python_cls-3.1.127}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cls-3.1.124 → tencentcloud_sdk_python_cls-3.1.127}/tencentcloud/cls/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.124 → tencentcloud_sdk_python_cls-3.1.127}/tencentcloud/cls/v20201016/__init__.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.124 → tencentcloud_sdk_python_cls-3.1.127}/tencentcloud/cls/v20201016/cls_client.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.124 → tencentcloud_sdk_python_cls-3.1.127}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.124 → tencentcloud_sdk_python_cls-3.1.127}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cls-3.1.124 → tencentcloud_sdk_python_cls-3.1.127}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.124 → tencentcloud_sdk_python_cls-3.1.127}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cls-3.1.124 → tencentcloud_sdk_python_cls-3.1.127}/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.127
|
|
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.127
|
|
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.127,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cls SDK for Python',
|
|
@@ -13416,32 +13416,36 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13416
13416
|
|
|
13417
13417
|
def __init__(self):
|
|
13418
13418
|
r"""
|
|
13419
|
-
:param _SrcTopicId:
|
|
13419
|
+
:param _SrcTopicId: <p>源日志主题ID- 通过<a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a>获取日志主题Id。</p>
|
|
13420
13420
|
:type SrcTopicId: str
|
|
13421
|
-
:param _Name:
|
|
13421
|
+
:param _Name: <p>任务名称,0~255字符</p>
|
|
13422
13422
|
:type Name: str
|
|
13423
|
-
:param _EnableFlag:
|
|
13423
|
+
:param _EnableFlag: <p>任务启动状态. 1开启, 2关闭</p>
|
|
13424
13424
|
:type EnableFlag: int
|
|
13425
|
-
:param _DstResource:
|
|
13425
|
+
:param _DstResource: <p>定时SQL分析目标日志主题</p>
|
|
13426
13426
|
:type DstResource: :class:`tencentcloud.cls.v20201016.models.ScheduledSqlResouceInfo`
|
|
13427
|
-
:param _ScheduledSqlContent:
|
|
13427
|
+
:param _ScheduledSqlContent: <p>查询语句</p>
|
|
13428
13428
|
:type ScheduledSqlContent: str
|
|
13429
|
-
:param _ProcessStartTime:
|
|
13429
|
+
:param _ProcessStartTime: <p>调度开始时间,Unix时间戳,单位ms</p>
|
|
13430
13430
|
:type ProcessStartTime: int
|
|
13431
|
-
:param _ProcessType:
|
|
13431
|
+
:param _ProcessType: <p>调度类型,1:持续运行 2:指定时间范围</p>
|
|
13432
13432
|
:type ProcessType: int
|
|
13433
|
-
:param _ProcessPeriod:
|
|
13433
|
+
:param _ProcessPeriod: <p>调度周期(分钟),1~1440分钟</p>
|
|
13434
13434
|
:type ProcessPeriod: int
|
|
13435
|
-
:param _ProcessTimeWindow:
|
|
13435
|
+
:param _ProcessTimeWindow: <p>单次查询的时间窗口,如果您的目标主题为指标主题,建议该参数的大小不超过30分钟,否则可能转指标失败。</p>
|
|
13436
13436
|
:type ProcessTimeWindow: str
|
|
13437
|
-
:param _ProcessDelay:
|
|
13437
|
+
:param _ProcessDelay: <p>执行延迟(秒),0~120秒,默认60秒</p>
|
|
13438
13438
|
:type ProcessDelay: int
|
|
13439
|
-
:param _SrcTopicRegion:
|
|
13439
|
+
:param _SrcTopicRegion: <p>源topicId的地域信息,支持地域见 <a href="https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8">地域列表</a> 文档</p>
|
|
13440
13440
|
:type SrcTopicRegion: str
|
|
13441
|
-
:param _ProcessEndTime:
|
|
13441
|
+
:param _ProcessEndTime: <p>调度结束时间,当ProcessType=2时为必传字段, Unix时间戳,单位ms</p>
|
|
13442
13442
|
:type ProcessEndTime: int
|
|
13443
|
-
:param _SyntaxRule:
|
|
13443
|
+
:param _SyntaxRule: <p>查询语法规则。 默认值为0。0:Lucene语法,1:CQL语法</p>
|
|
13444
13444
|
:type SyntaxRule: int
|
|
13445
|
+
:param _HasServicesLog: <p>是否开启投递服务日志。1:关闭,2:开启。</p>
|
|
13446
|
+
:type HasServicesLog: int
|
|
13447
|
+
:param _FullQuery: <p>全文检索标记。1:关闭,2:打开。默认:1</p>
|
|
13448
|
+
:type FullQuery: int
|
|
13445
13449
|
"""
|
|
13446
13450
|
self._SrcTopicId = None
|
|
13447
13451
|
self._Name = None
|
|
@@ -13456,10 +13460,12 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13456
13460
|
self._SrcTopicRegion = None
|
|
13457
13461
|
self._ProcessEndTime = None
|
|
13458
13462
|
self._SyntaxRule = None
|
|
13463
|
+
self._HasServicesLog = None
|
|
13464
|
+
self._FullQuery = None
|
|
13459
13465
|
|
|
13460
13466
|
@property
|
|
13461
13467
|
def SrcTopicId(self):
|
|
13462
|
-
r"""
|
|
13468
|
+
r"""<p>源日志主题ID- 通过<a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a>获取日志主题Id。</p>
|
|
13463
13469
|
:rtype: str
|
|
13464
13470
|
"""
|
|
13465
13471
|
return self._SrcTopicId
|
|
@@ -13470,7 +13476,7 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13470
13476
|
|
|
13471
13477
|
@property
|
|
13472
13478
|
def Name(self):
|
|
13473
|
-
r"""
|
|
13479
|
+
r"""<p>任务名称,0~255字符</p>
|
|
13474
13480
|
:rtype: str
|
|
13475
13481
|
"""
|
|
13476
13482
|
return self._Name
|
|
@@ -13481,7 +13487,7 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13481
13487
|
|
|
13482
13488
|
@property
|
|
13483
13489
|
def EnableFlag(self):
|
|
13484
|
-
r"""
|
|
13490
|
+
r"""<p>任务启动状态. 1开启, 2关闭</p>
|
|
13485
13491
|
:rtype: int
|
|
13486
13492
|
"""
|
|
13487
13493
|
return self._EnableFlag
|
|
@@ -13492,7 +13498,7 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13492
13498
|
|
|
13493
13499
|
@property
|
|
13494
13500
|
def DstResource(self):
|
|
13495
|
-
r"""
|
|
13501
|
+
r"""<p>定时SQL分析目标日志主题</p>
|
|
13496
13502
|
:rtype: :class:`tencentcloud.cls.v20201016.models.ScheduledSqlResouceInfo`
|
|
13497
13503
|
"""
|
|
13498
13504
|
return self._DstResource
|
|
@@ -13503,7 +13509,7 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13503
13509
|
|
|
13504
13510
|
@property
|
|
13505
13511
|
def ScheduledSqlContent(self):
|
|
13506
|
-
r"""
|
|
13512
|
+
r"""<p>查询语句</p>
|
|
13507
13513
|
:rtype: str
|
|
13508
13514
|
"""
|
|
13509
13515
|
return self._ScheduledSqlContent
|
|
@@ -13514,7 +13520,7 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13514
13520
|
|
|
13515
13521
|
@property
|
|
13516
13522
|
def ProcessStartTime(self):
|
|
13517
|
-
r"""
|
|
13523
|
+
r"""<p>调度开始时间,Unix时间戳,单位ms</p>
|
|
13518
13524
|
:rtype: int
|
|
13519
13525
|
"""
|
|
13520
13526
|
return self._ProcessStartTime
|
|
@@ -13525,7 +13531,7 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13525
13531
|
|
|
13526
13532
|
@property
|
|
13527
13533
|
def ProcessType(self):
|
|
13528
|
-
r"""
|
|
13534
|
+
r"""<p>调度类型,1:持续运行 2:指定时间范围</p>
|
|
13529
13535
|
:rtype: int
|
|
13530
13536
|
"""
|
|
13531
13537
|
return self._ProcessType
|
|
@@ -13536,7 +13542,7 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13536
13542
|
|
|
13537
13543
|
@property
|
|
13538
13544
|
def ProcessPeriod(self):
|
|
13539
|
-
r"""
|
|
13545
|
+
r"""<p>调度周期(分钟),1~1440分钟</p>
|
|
13540
13546
|
:rtype: int
|
|
13541
13547
|
"""
|
|
13542
13548
|
return self._ProcessPeriod
|
|
@@ -13547,7 +13553,7 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13547
13553
|
|
|
13548
13554
|
@property
|
|
13549
13555
|
def ProcessTimeWindow(self):
|
|
13550
|
-
r"""
|
|
13556
|
+
r"""<p>单次查询的时间窗口,如果您的目标主题为指标主题,建议该参数的大小不超过30分钟,否则可能转指标失败。</p>
|
|
13551
13557
|
:rtype: str
|
|
13552
13558
|
"""
|
|
13553
13559
|
return self._ProcessTimeWindow
|
|
@@ -13558,7 +13564,7 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13558
13564
|
|
|
13559
13565
|
@property
|
|
13560
13566
|
def ProcessDelay(self):
|
|
13561
|
-
r"""
|
|
13567
|
+
r"""<p>执行延迟(秒),0~120秒,默认60秒</p>
|
|
13562
13568
|
:rtype: int
|
|
13563
13569
|
"""
|
|
13564
13570
|
return self._ProcessDelay
|
|
@@ -13569,7 +13575,7 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13569
13575
|
|
|
13570
13576
|
@property
|
|
13571
13577
|
def SrcTopicRegion(self):
|
|
13572
|
-
r"""
|
|
13578
|
+
r"""<p>源topicId的地域信息,支持地域见 <a href="https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8">地域列表</a> 文档</p>
|
|
13573
13579
|
:rtype: str
|
|
13574
13580
|
"""
|
|
13575
13581
|
return self._SrcTopicRegion
|
|
@@ -13580,7 +13586,7 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13580
13586
|
|
|
13581
13587
|
@property
|
|
13582
13588
|
def ProcessEndTime(self):
|
|
13583
|
-
r"""
|
|
13589
|
+
r"""<p>调度结束时间,当ProcessType=2时为必传字段, Unix时间戳,单位ms</p>
|
|
13584
13590
|
:rtype: int
|
|
13585
13591
|
"""
|
|
13586
13592
|
return self._ProcessEndTime
|
|
@@ -13591,7 +13597,7 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13591
13597
|
|
|
13592
13598
|
@property
|
|
13593
13599
|
def SyntaxRule(self):
|
|
13594
|
-
r"""
|
|
13600
|
+
r"""<p>查询语法规则。 默认值为0。0:Lucene语法,1:CQL语法</p>
|
|
13595
13601
|
:rtype: int
|
|
13596
13602
|
"""
|
|
13597
13603
|
return self._SyntaxRule
|
|
@@ -13600,6 +13606,28 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13600
13606
|
def SyntaxRule(self, SyntaxRule):
|
|
13601
13607
|
self._SyntaxRule = SyntaxRule
|
|
13602
13608
|
|
|
13609
|
+
@property
|
|
13610
|
+
def HasServicesLog(self):
|
|
13611
|
+
r"""<p>是否开启投递服务日志。1:关闭,2:开启。</p>
|
|
13612
|
+
:rtype: int
|
|
13613
|
+
"""
|
|
13614
|
+
return self._HasServicesLog
|
|
13615
|
+
|
|
13616
|
+
@HasServicesLog.setter
|
|
13617
|
+
def HasServicesLog(self, HasServicesLog):
|
|
13618
|
+
self._HasServicesLog = HasServicesLog
|
|
13619
|
+
|
|
13620
|
+
@property
|
|
13621
|
+
def FullQuery(self):
|
|
13622
|
+
r"""<p>全文检索标记。1:关闭,2:打开。默认:1</p>
|
|
13623
|
+
:rtype: int
|
|
13624
|
+
"""
|
|
13625
|
+
return self._FullQuery
|
|
13626
|
+
|
|
13627
|
+
@FullQuery.setter
|
|
13628
|
+
def FullQuery(self, FullQuery):
|
|
13629
|
+
self._FullQuery = FullQuery
|
|
13630
|
+
|
|
13603
13631
|
|
|
13604
13632
|
def _deserialize(self, params):
|
|
13605
13633
|
self._SrcTopicId = params.get("SrcTopicId")
|
|
@@ -13617,6 +13645,8 @@ class CreateScheduledSqlRequest(AbstractModel):
|
|
|
13617
13645
|
self._SrcTopicRegion = params.get("SrcTopicRegion")
|
|
13618
13646
|
self._ProcessEndTime = params.get("ProcessEndTime")
|
|
13619
13647
|
self._SyntaxRule = params.get("SyntaxRule")
|
|
13648
|
+
self._HasServicesLog = params.get("HasServicesLog")
|
|
13649
|
+
self._FullQuery = params.get("FullQuery")
|
|
13620
13650
|
memeber_set = set(params.keys())
|
|
13621
13651
|
for name, value in vars(self).items():
|
|
13622
13652
|
property_name = name[1:]
|
|
@@ -13634,7 +13664,7 @@ class CreateScheduledSqlResponse(AbstractModel):
|
|
|
13634
13664
|
|
|
13635
13665
|
def __init__(self):
|
|
13636
13666
|
r"""
|
|
13637
|
-
:param _TaskId:
|
|
13667
|
+
:param _TaskId: <p>任务id</p>
|
|
13638
13668
|
:type TaskId: str
|
|
13639
13669
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13640
13670
|
:type RequestId: str
|
|
@@ -13644,7 +13674,7 @@ class CreateScheduledSqlResponse(AbstractModel):
|
|
|
13644
13674
|
|
|
13645
13675
|
@property
|
|
13646
13676
|
def TaskId(self):
|
|
13647
|
-
r"""
|
|
13677
|
+
r"""<p>任务id</p>
|
|
13648
13678
|
:rtype: str
|
|
13649
13679
|
"""
|
|
13650
13680
|
return self._TaskId
|
|
@@ -41645,28 +41675,32 @@ class ModifyScheduledSqlRequest(AbstractModel):
|
|
|
41645
41675
|
|
|
41646
41676
|
def __init__(self):
|
|
41647
41677
|
r"""
|
|
41648
|
-
:param _TaskId:
|
|
41678
|
+
:param _TaskId: <p>任务ID,通过<a href="https://cloud.tencent.com/document/product/614/95519">获取定时SQL分析任务列表</a>获取</p>
|
|
41649
41679
|
:type TaskId: str
|
|
41650
|
-
:param _SrcTopicId:
|
|
41680
|
+
:param _SrcTopicId: <p>源日志主题,通过<a href="https://cloud.tencent.com/document/product/614/95519">获取定时SQL分析任务列表</a>获取</p>
|
|
41651
41681
|
:type SrcTopicId: str
|
|
41652
|
-
:param _EnableFlag:
|
|
41682
|
+
:param _EnableFlag: <p>任务启动状态. 1开启, 2关闭</p>
|
|
41653
41683
|
:type EnableFlag: int
|
|
41654
|
-
:param _DstResource:
|
|
41684
|
+
:param _DstResource: <p>定时SQL分析的目标日志主题</p>
|
|
41655
41685
|
:type DstResource: :class:`tencentcloud.cls.v20201016.models.ScheduledSqlResouceInfo`
|
|
41656
|
-
:param _ScheduledSqlContent:
|
|
41686
|
+
:param _ScheduledSqlContent: <p>查询语句</p>
|
|
41657
41687
|
:type ScheduledSqlContent: str
|
|
41658
|
-
:param _ProcessPeriod:
|
|
41688
|
+
:param _ProcessPeriod: <p>调度周期(分钟),1~1440分钟</p>
|
|
41659
41689
|
:type ProcessPeriod: int
|
|
41660
|
-
:param _ProcessTimeWindow:
|
|
41690
|
+
:param _ProcessTimeWindow: <p>单次查询的时间窗口. 例子中为近15分钟</p>
|
|
41661
41691
|
:type ProcessTimeWindow: str
|
|
41662
|
-
:param _ProcessDelay:
|
|
41692
|
+
:param _ProcessDelay: <p>执行延迟(秒),0~120秒,默认60秒</p>
|
|
41663
41693
|
:type ProcessDelay: int
|
|
41664
|
-
:param _SrcTopicRegion:
|
|
41694
|
+
:param _SrcTopicRegion: <p>源topicId的地域信息,支持地域见 <a href="https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8">地域列表</a> 文档</p>
|
|
41665
41695
|
:type SrcTopicRegion: str
|
|
41666
|
-
:param _Name:
|
|
41696
|
+
:param _Name: <p>任务名称,0~255字符</p>
|
|
41667
41697
|
:type Name: str
|
|
41668
|
-
:param _SyntaxRule:
|
|
41698
|
+
:param _SyntaxRule: <p>语法规则。 默认值为0。 0:Lucene语法,1:CQL语法</p>
|
|
41669
41699
|
:type SyntaxRule: int
|
|
41700
|
+
:param _HasServicesLog: <p>是否开启投递服务日志。1:关闭,2:开启。</p>
|
|
41701
|
+
:type HasServicesLog: int
|
|
41702
|
+
:param _FullQuery: <p>全文检索查询标记。1:关闭,2:打开。</p>
|
|
41703
|
+
:type FullQuery: int
|
|
41670
41704
|
"""
|
|
41671
41705
|
self._TaskId = None
|
|
41672
41706
|
self._SrcTopicId = None
|
|
@@ -41679,10 +41713,12 @@ class ModifyScheduledSqlRequest(AbstractModel):
|
|
|
41679
41713
|
self._SrcTopicRegion = None
|
|
41680
41714
|
self._Name = None
|
|
41681
41715
|
self._SyntaxRule = None
|
|
41716
|
+
self._HasServicesLog = None
|
|
41717
|
+
self._FullQuery = None
|
|
41682
41718
|
|
|
41683
41719
|
@property
|
|
41684
41720
|
def TaskId(self):
|
|
41685
|
-
r"""
|
|
41721
|
+
r"""<p>任务ID,通过<a href="https://cloud.tencent.com/document/product/614/95519">获取定时SQL分析任务列表</a>获取</p>
|
|
41686
41722
|
:rtype: str
|
|
41687
41723
|
"""
|
|
41688
41724
|
return self._TaskId
|
|
@@ -41693,7 +41729,7 @@ class ModifyScheduledSqlRequest(AbstractModel):
|
|
|
41693
41729
|
|
|
41694
41730
|
@property
|
|
41695
41731
|
def SrcTopicId(self):
|
|
41696
|
-
r"""
|
|
41732
|
+
r"""<p>源日志主题,通过<a href="https://cloud.tencent.com/document/product/614/95519">获取定时SQL分析任务列表</a>获取</p>
|
|
41697
41733
|
:rtype: str
|
|
41698
41734
|
"""
|
|
41699
41735
|
return self._SrcTopicId
|
|
@@ -41704,7 +41740,7 @@ class ModifyScheduledSqlRequest(AbstractModel):
|
|
|
41704
41740
|
|
|
41705
41741
|
@property
|
|
41706
41742
|
def EnableFlag(self):
|
|
41707
|
-
r"""
|
|
41743
|
+
r"""<p>任务启动状态. 1开启, 2关闭</p>
|
|
41708
41744
|
:rtype: int
|
|
41709
41745
|
"""
|
|
41710
41746
|
return self._EnableFlag
|
|
@@ -41715,7 +41751,7 @@ class ModifyScheduledSqlRequest(AbstractModel):
|
|
|
41715
41751
|
|
|
41716
41752
|
@property
|
|
41717
41753
|
def DstResource(self):
|
|
41718
|
-
r"""
|
|
41754
|
+
r"""<p>定时SQL分析的目标日志主题</p>
|
|
41719
41755
|
:rtype: :class:`tencentcloud.cls.v20201016.models.ScheduledSqlResouceInfo`
|
|
41720
41756
|
"""
|
|
41721
41757
|
return self._DstResource
|
|
@@ -41726,7 +41762,7 @@ class ModifyScheduledSqlRequest(AbstractModel):
|
|
|
41726
41762
|
|
|
41727
41763
|
@property
|
|
41728
41764
|
def ScheduledSqlContent(self):
|
|
41729
|
-
r"""
|
|
41765
|
+
r"""<p>查询语句</p>
|
|
41730
41766
|
:rtype: str
|
|
41731
41767
|
"""
|
|
41732
41768
|
return self._ScheduledSqlContent
|
|
@@ -41737,7 +41773,7 @@ class ModifyScheduledSqlRequest(AbstractModel):
|
|
|
41737
41773
|
|
|
41738
41774
|
@property
|
|
41739
41775
|
def ProcessPeriod(self):
|
|
41740
|
-
r"""
|
|
41776
|
+
r"""<p>调度周期(分钟),1~1440分钟</p>
|
|
41741
41777
|
:rtype: int
|
|
41742
41778
|
"""
|
|
41743
41779
|
return self._ProcessPeriod
|
|
@@ -41748,7 +41784,7 @@ class ModifyScheduledSqlRequest(AbstractModel):
|
|
|
41748
41784
|
|
|
41749
41785
|
@property
|
|
41750
41786
|
def ProcessTimeWindow(self):
|
|
41751
|
-
r"""
|
|
41787
|
+
r"""<p>单次查询的时间窗口. 例子中为近15分钟</p>
|
|
41752
41788
|
:rtype: str
|
|
41753
41789
|
"""
|
|
41754
41790
|
return self._ProcessTimeWindow
|
|
@@ -41759,7 +41795,7 @@ class ModifyScheduledSqlRequest(AbstractModel):
|
|
|
41759
41795
|
|
|
41760
41796
|
@property
|
|
41761
41797
|
def ProcessDelay(self):
|
|
41762
|
-
r"""
|
|
41798
|
+
r"""<p>执行延迟(秒),0~120秒,默认60秒</p>
|
|
41763
41799
|
:rtype: int
|
|
41764
41800
|
"""
|
|
41765
41801
|
return self._ProcessDelay
|
|
@@ -41770,7 +41806,7 @@ class ModifyScheduledSqlRequest(AbstractModel):
|
|
|
41770
41806
|
|
|
41771
41807
|
@property
|
|
41772
41808
|
def SrcTopicRegion(self):
|
|
41773
|
-
r"""
|
|
41809
|
+
r"""<p>源topicId的地域信息,支持地域见 <a href="https://cloud.tencent.com/document/api/614/56474#.E5.9C.B0.E5.9F.9F.E5.88.97.E8.A1.A8">地域列表</a> 文档</p>
|
|
41774
41810
|
:rtype: str
|
|
41775
41811
|
"""
|
|
41776
41812
|
return self._SrcTopicRegion
|
|
@@ -41781,7 +41817,7 @@ class ModifyScheduledSqlRequest(AbstractModel):
|
|
|
41781
41817
|
|
|
41782
41818
|
@property
|
|
41783
41819
|
def Name(self):
|
|
41784
|
-
r"""
|
|
41820
|
+
r"""<p>任务名称,0~255字符</p>
|
|
41785
41821
|
:rtype: str
|
|
41786
41822
|
"""
|
|
41787
41823
|
return self._Name
|
|
@@ -41792,7 +41828,7 @@ class ModifyScheduledSqlRequest(AbstractModel):
|
|
|
41792
41828
|
|
|
41793
41829
|
@property
|
|
41794
41830
|
def SyntaxRule(self):
|
|
41795
|
-
r"""
|
|
41831
|
+
r"""<p>语法规则。 默认值为0。 0:Lucene语法,1:CQL语法</p>
|
|
41796
41832
|
:rtype: int
|
|
41797
41833
|
"""
|
|
41798
41834
|
return self._SyntaxRule
|
|
@@ -41801,6 +41837,28 @@ class ModifyScheduledSqlRequest(AbstractModel):
|
|
|
41801
41837
|
def SyntaxRule(self, SyntaxRule):
|
|
41802
41838
|
self._SyntaxRule = SyntaxRule
|
|
41803
41839
|
|
|
41840
|
+
@property
|
|
41841
|
+
def HasServicesLog(self):
|
|
41842
|
+
r"""<p>是否开启投递服务日志。1:关闭,2:开启。</p>
|
|
41843
|
+
:rtype: int
|
|
41844
|
+
"""
|
|
41845
|
+
return self._HasServicesLog
|
|
41846
|
+
|
|
41847
|
+
@HasServicesLog.setter
|
|
41848
|
+
def HasServicesLog(self, HasServicesLog):
|
|
41849
|
+
self._HasServicesLog = HasServicesLog
|
|
41850
|
+
|
|
41851
|
+
@property
|
|
41852
|
+
def FullQuery(self):
|
|
41853
|
+
r"""<p>全文检索查询标记。1:关闭,2:打开。</p>
|
|
41854
|
+
:rtype: int
|
|
41855
|
+
"""
|
|
41856
|
+
return self._FullQuery
|
|
41857
|
+
|
|
41858
|
+
@FullQuery.setter
|
|
41859
|
+
def FullQuery(self, FullQuery):
|
|
41860
|
+
self._FullQuery = FullQuery
|
|
41861
|
+
|
|
41804
41862
|
|
|
41805
41863
|
def _deserialize(self, params):
|
|
41806
41864
|
self._TaskId = params.get("TaskId")
|
|
@@ -41816,6 +41874,8 @@ class ModifyScheduledSqlRequest(AbstractModel):
|
|
|
41816
41874
|
self._SrcTopicRegion = params.get("SrcTopicRegion")
|
|
41817
41875
|
self._Name = params.get("Name")
|
|
41818
41876
|
self._SyntaxRule = params.get("SyntaxRule")
|
|
41877
|
+
self._HasServicesLog = params.get("HasServicesLog")
|
|
41878
|
+
self._FullQuery = params.get("FullQuery")
|
|
41819
41879
|
memeber_set = set(params.keys())
|
|
41820
41880
|
for name, value in vars(self).items():
|
|
41821
41881
|
property_name = name[1:]
|
|
@@ -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.127
|
|
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.127
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.127
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.124
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|