tencentcloud-sdk-python-cls 3.0.1384__tar.gz → 3.0.1385__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 (16) hide show
  1. {tencentcloud-sdk-python-cls-3.0.1384 → tencentcloud-sdk-python-cls-3.0.1385}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cls-3.0.1384 → tencentcloud-sdk-python-cls-3.0.1385}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cls-3.0.1384 → tencentcloud-sdk-python-cls-3.0.1385}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cls-3.0.1384 → tencentcloud-sdk-python-cls-3.0.1385}/tencentcloud/cls/v20201016/cls_client.py +2 -1
  5. {tencentcloud-sdk-python-cls-3.0.1384 → tencentcloud-sdk-python-cls-3.0.1385}/tencentcloud/cls/v20201016/models.py +21 -2
  6. {tencentcloud-sdk-python-cls-3.0.1384 → tencentcloud-sdk-python-cls-3.0.1385}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +1 -1
  7. tencentcloud-sdk-python-cls-3.0.1385/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  8. tencentcloud-sdk-python-cls-3.0.1384/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  9. {tencentcloud-sdk-python-cls-3.0.1384 → tencentcloud-sdk-python-cls-3.0.1385}/README.rst +0 -0
  10. {tencentcloud-sdk-python-cls-3.0.1384 → tencentcloud-sdk-python-cls-3.0.1385}/setup.cfg +0 -0
  11. {tencentcloud-sdk-python-cls-3.0.1384 → tencentcloud-sdk-python-cls-3.0.1385}/tencentcloud/cls/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cls-3.0.1384 → tencentcloud-sdk-python-cls-3.0.1385}/tencentcloud/cls/v20201016/__init__.py +0 -0
  13. {tencentcloud-sdk-python-cls-3.0.1384 → tencentcloud-sdk-python-cls-3.0.1385}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cls-3.0.1384 → tencentcloud-sdk-python-cls-3.0.1385}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cls-3.0.1384 → tencentcloud-sdk-python-cls-3.0.1385}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cls-3.0.1384 → tencentcloud-sdk-python-cls-3.0.1385}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.1384
3
+ Version: 3.0.1385
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
@@ -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.1384"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1385"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cls SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1384'
17
+ __version__ = '3.0.1385'
@@ -2289,7 +2289,8 @@ class ClsClient(AbstractClient):
2289
2289
 
2290
2290
 
2291
2291
  def ModifyMachineGroup(self, request):
2292
- """修改机器组
2292
+ """修改机器组。
2293
+ 注意:修改接口直接覆盖历史数据,改为本次合法入参数据,请谨慎调用此接口。
2293
2294
 
2294
2295
  :param request: Request instance for ModifyMachineGroup.
2295
2296
  :type request: :class:`tencentcloud.cls.v20201016.models.ModifyMachineGroupRequest`
@@ -23891,7 +23891,9 @@ class ModifyMachineGroupRequest(AbstractModel):
23891
23891
  :type GroupId: str
23892
23892
  :param _GroupName: 机器组名称
23893
23893
  :type GroupName: str
23894
- :param _MachineGroupType: 机器组类型。Type:ip,Values中为ip字符串列表机器组;Type:label,Values中为标签字符串列表机器组。
23894
+ :param _MachineGroupType: 机器组类型。
23895
+ Type:ip,Values中为ip字符串列表机器组;
23896
+ Type:label,Values中为标签字符串列表机器组。
23895
23897
  :type MachineGroupType: :class:`tencentcloud.cls.v20201016.models.MachineGroupTypeInfo`
23896
23898
  :param _Tags: 标签列表
23897
23899
  :type Tags: list of Tag
@@ -23943,7 +23945,9 @@ class ModifyMachineGroupRequest(AbstractModel):
23943
23945
 
23944
23946
  @property
23945
23947
  def MachineGroupType(self):
23946
- """机器组类型。Type:ip,Values中为ip字符串列表机器组;Type:label,Values中为标签字符串列表机器组。
23948
+ """机器组类型。
23949
+ Type:ip,Values中为ip字符串列表机器组;
23950
+ Type:label,Values中为标签字符串列表机器组。
23947
23951
  :rtype: :class:`tencentcloud.cls.v20201016.models.MachineGroupTypeInfo`
23948
23952
  """
23949
23953
  return self._MachineGroupType
@@ -27477,6 +27481,8 @@ class ScheduledSqlTaskInfo(AbstractModel):
27477
27481
  :type SyntaxRule: int
27478
27482
  :param _HasServicesLog: 是否开启投递服务日志。1:关闭,2:开启。
27479
27483
  :type HasServicesLog: int
27484
+ :param _FullQuery: 全文检索标记。1:关闭,2:打开。
27485
+ :type FullQuery: int
27480
27486
  """
27481
27487
  self._TaskId = None
27482
27488
  self._Name = None
@@ -27497,6 +27503,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
27497
27503
  self._SrcTopicRegion = None
27498
27504
  self._SyntaxRule = None
27499
27505
  self._HasServicesLog = None
27506
+ self._FullQuery = None
27500
27507
 
27501
27508
  @property
27502
27509
  def TaskId(self):
@@ -27709,6 +27716,17 @@ class ScheduledSqlTaskInfo(AbstractModel):
27709
27716
  def HasServicesLog(self, HasServicesLog):
27710
27717
  self._HasServicesLog = HasServicesLog
27711
27718
 
27719
+ @property
27720
+ def FullQuery(self):
27721
+ """全文检索标记。1:关闭,2:打开。
27722
+ :rtype: int
27723
+ """
27724
+ return self._FullQuery
27725
+
27726
+ @FullQuery.setter
27727
+ def FullQuery(self, FullQuery):
27728
+ self._FullQuery = FullQuery
27729
+
27712
27730
 
27713
27731
  def _deserialize(self, params):
27714
27732
  self._TaskId = params.get("TaskId")
@@ -27732,6 +27750,7 @@ class ScheduledSqlTaskInfo(AbstractModel):
27732
27750
  self._SrcTopicRegion = params.get("SrcTopicRegion")
27733
27751
  self._SyntaxRule = params.get("SyntaxRule")
27734
27752
  self._HasServicesLog = params.get("HasServicesLog")
27753
+ self._FullQuery = params.get("FullQuery")
27735
27754
  memeber_set = set(params.keys())
27736
27755
  for name, value in vars(self).items():
27737
27756
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.0.1384
3
+ Version: 3.0.1385
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1385
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1384