tencentcloud-sdk-python-dbbrain 3.1.97__tar.gz → 3.1.101__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 (22) hide show
  1. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/setup.py +1 -1
  3. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/tencentcloud/dbbrain/v20210527/models.py +38 -38
  5. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/tencentcloud_sdk_python_dbbrain.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_dbbrain-3.1.101/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_dbbrain-3.1.97/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/README.rst +0 -0
  9. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/tencentcloud/dbbrain/__init__.py +0 -0
  11. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/tencentcloud/dbbrain/v20191016/__init__.py +0 -0
  12. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/tencentcloud/dbbrain/v20191016/dbbrain_client.py +0 -0
  13. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/tencentcloud/dbbrain/v20191016/dbbrain_client_async.py +0 -0
  14. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/tencentcloud/dbbrain/v20191016/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/tencentcloud/dbbrain/v20191016/models.py +0 -0
  16. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/tencentcloud/dbbrain/v20210527/__init__.py +0 -0
  17. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/tencentcloud/dbbrain/v20210527/dbbrain_client.py +0 -0
  18. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +0 -0
  19. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/tencentcloud/dbbrain/v20210527/errorcodes.py +0 -0
  20. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/tencentcloud_sdk_python_dbbrain.egg-info/SOURCES.txt +0 -0
  21. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/tencentcloud_sdk_python_dbbrain.egg-info/dependency_links.txt +0 -0
  22. {tencentcloud_sdk_python_dbbrain-3.1.97 → tencentcloud_sdk_python_dbbrain-3.1.101}/tencentcloud_sdk_python_dbbrain.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-dbbrain
3
- Version: 3.1.97
3
+ Version: 3.1.101
4
4
  Summary: Tencent Cloud Dbbrain 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.97
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.101
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-dbbrain',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.97,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.101,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Dbbrain SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.97'
17
+ __version__ = '3.1.101'
@@ -2524,19 +2524,19 @@ class CreateDBDiagReportTaskRequest(AbstractModel):
2524
2524
 
2525
2525
  def __init__(self):
2526
2526
  r"""
2527
- :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
2527
+ :param _InstanceId: <p>实例 ID。可通过 <a href="https://cloud.tencent.com/document/api/1130/57798">DescribeDiagDBInstances</a> 接口获取。TDSQL MySQL数据库类型,实例ID应填写为“实例ID&amp;分片ID”的格式。</p>
2528
2528
  :type InstanceId: str
2529
- :param _StartTime: 开始时间,如“2020-11-08T14:00:00+08:00”。
2529
+ :param _StartTime: <p>开始时间,如“2020-11-08T14:00:00+08:00”。</p>
2530
2530
  :type StartTime: str
2531
- :param _EndTime: 结束时间,如“2020-11-09T14:00:00+08:00”。
2531
+ :param _EndTime: <p>结束时间,如“2020-11-09T14:00:00+08:00”。</p>
2532
2532
  :type EndTime: str
2533
- :param _SendMailFlag: 是否发送邮件: 0 - 否,1 - 是。
2533
+ :param _SendMailFlag: <p>是否发送邮件: 0 - 否,1 - 是。</p>
2534
2534
  :type SendMailFlag: int
2535
- :param _ContactPerson: 接收邮件的联系人ID数组。
2535
+ :param _ContactPerson: <p>接收邮件的联系人ID数组。</p>
2536
2536
  :type ContactPerson: list of int
2537
- :param _ContactGroup: 接收邮件的联系组ID数组。
2537
+ :param _ContactGroup: <p>接收邮件的联系组ID数组。</p>
2538
2538
  :type ContactGroup: list of int
2539
- :param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,"mongodb" - 云数据库 MongoDB,"mariadb" - 云数据库 MariaDB,"dcdb" - 云数据库 TDSQL MySQL,默认为"mysql"。
2539
+ :param _Product: <p>服务产品类型,支持值:&quot;mysql&quot; - 云数据库 MySQL;&quot;cynosdb&quot; - 云数据库 TDSQL-C for MySQL,&quot;redis&quot; - 云数据库 Redis,&quot;mongodb&quot; - 云数据库 MongoDB,&quot;mariadb&quot; - 云数据库 MariaDB,&quot;dcdb&quot; - 云数据库 TDSQL MySQL,默认为&quot;mysql&quot;。</p>
2540
2540
  :type Product: str
2541
2541
  """
2542
2542
  self._InstanceId = None
@@ -2549,7 +2549,7 @@ class CreateDBDiagReportTaskRequest(AbstractModel):
2549
2549
 
2550
2550
  @property
2551
2551
  def InstanceId(self):
2552
- r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
2552
+ r"""<p>实例 ID。可通过 <a href="https://cloud.tencent.com/document/api/1130/57798">DescribeDiagDBInstances</a> 接口获取。TDSQL MySQL数据库类型,实例ID应填写为“实例ID&amp;分片ID”的格式。</p>
2553
2553
  :rtype: str
2554
2554
  """
2555
2555
  return self._InstanceId
@@ -2560,7 +2560,7 @@ class CreateDBDiagReportTaskRequest(AbstractModel):
2560
2560
 
2561
2561
  @property
2562
2562
  def StartTime(self):
2563
- r"""开始时间,如“2020-11-08T14:00:00+08:00”。
2563
+ r"""<p>开始时间,如“2020-11-08T14:00:00+08:00”。</p>
2564
2564
  :rtype: str
2565
2565
  """
2566
2566
  return self._StartTime
@@ -2571,7 +2571,7 @@ class CreateDBDiagReportTaskRequest(AbstractModel):
2571
2571
 
2572
2572
  @property
2573
2573
  def EndTime(self):
2574
- r"""结束时间,如“2020-11-09T14:00:00+08:00”。
2574
+ r"""<p>结束时间,如“2020-11-09T14:00:00+08:00”。</p>
2575
2575
  :rtype: str
2576
2576
  """
2577
2577
  return self._EndTime
@@ -2582,7 +2582,7 @@ class CreateDBDiagReportTaskRequest(AbstractModel):
2582
2582
 
2583
2583
  @property
2584
2584
  def SendMailFlag(self):
2585
- r"""是否发送邮件: 0 - 否,1 - 是。
2585
+ r"""<p>是否发送邮件: 0 - 否,1 - 是。</p>
2586
2586
  :rtype: int
2587
2587
  """
2588
2588
  return self._SendMailFlag
@@ -2593,7 +2593,7 @@ class CreateDBDiagReportTaskRequest(AbstractModel):
2593
2593
 
2594
2594
  @property
2595
2595
  def ContactPerson(self):
2596
- r"""接收邮件的联系人ID数组。
2596
+ r"""<p>接收邮件的联系人ID数组。</p>
2597
2597
  :rtype: list of int
2598
2598
  """
2599
2599
  return self._ContactPerson
@@ -2604,7 +2604,7 @@ class CreateDBDiagReportTaskRequest(AbstractModel):
2604
2604
 
2605
2605
  @property
2606
2606
  def ContactGroup(self):
2607
- r"""接收邮件的联系组ID数组。
2607
+ r"""<p>接收邮件的联系组ID数组。</p>
2608
2608
  :rtype: list of int
2609
2609
  """
2610
2610
  return self._ContactGroup
@@ -2615,7 +2615,7 @@ class CreateDBDiagReportTaskRequest(AbstractModel):
2615
2615
 
2616
2616
  @property
2617
2617
  def Product(self):
2618
- r"""服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,"redis" - 云数据库 Redis,"mongodb" - 云数据库 MongoDB,"mariadb" - 云数据库 MariaDB,"dcdb" - 云数据库 TDSQL MySQL,默认为"mysql"。
2618
+ r"""<p>服务产品类型,支持值:&quot;mysql&quot; - 云数据库 MySQL;&quot;cynosdb&quot; - 云数据库 TDSQL-C for MySQL,&quot;redis&quot; - 云数据库 Redis,&quot;mongodb&quot; - 云数据库 MongoDB,&quot;mariadb&quot; - 云数据库 MariaDB,&quot;dcdb&quot; - 云数据库 TDSQL MySQL,默认为&quot;mysql&quot;。</p>
2619
2619
  :rtype: str
2620
2620
  """
2621
2621
  return self._Product
@@ -2650,7 +2650,7 @@ class CreateDBDiagReportTaskResponse(AbstractModel):
2650
2650
 
2651
2651
  def __init__(self):
2652
2652
  r"""
2653
- :param _AsyncRequestId: 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
2653
+ :param _AsyncRequestId: <p>异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。</p>
2654
2654
  :type AsyncRequestId: int
2655
2655
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2656
2656
  :type RequestId: str
@@ -2660,7 +2660,7 @@ class CreateDBDiagReportTaskResponse(AbstractModel):
2660
2660
 
2661
2661
  @property
2662
2662
  def AsyncRequestId(self):
2663
- r"""异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
2663
+ r"""<p>异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。</p>
2664
2664
  :rtype: int
2665
2665
  """
2666
2666
  return self._AsyncRequestId
@@ -13619,13 +13619,13 @@ class DescribeUserSqlAdviceRequest(AbstractModel):
13619
13619
 
13620
13620
  def __init__(self):
13621
13621
  r"""
13622
- :param _InstanceId: 实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
13622
+ :param _InstanceId: <p>实例 ID。可通过 <a href="https://cloud.tencent.com/document/api/1130/57798">DescribeDiagDBInstances</a> 接口获取。</p>
13623
13623
  :type InstanceId: str
13624
- :param _SqlText: SQL语句。
13624
+ :param _SqlText: <p>SQL语句。</p>
13625
13625
  :type SqlText: str
13626
- :param _Schema: 库名。
13626
+ :param _Schema: <p>库名。</p>
13627
13627
  :type Schema: str
13628
- :param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL;"dbbrain-mysql" - 自建 MySQL,默认为"mysql"。
13628
+ :param _Product: <p>服务产品类型,支持值&quot;dcdb&quot; - 云数据库TDSQL MySQL;&quot;mysql&quot; - 云数据库 MySQL;&quot;cynosdb&quot; - 云数据库 TDSQL-C for MySQL;&quot;dbbrain-mysql&quot; - 自建 MySQL,默认为&quot;mysql&quot;。</p>
13629
13629
  :type Product: str
13630
13630
  """
13631
13631
  self._InstanceId = None
@@ -13635,7 +13635,7 @@ class DescribeUserSqlAdviceRequest(AbstractModel):
13635
13635
 
13636
13636
  @property
13637
13637
  def InstanceId(self):
13638
- r"""实例 ID。可通过 [DescribeDiagDBInstances](https://cloud.tencent.com/document/api/1130/57798) 接口获取。
13638
+ r"""<p>实例 ID。可通过 <a href="https://cloud.tencent.com/document/api/1130/57798">DescribeDiagDBInstances</a> 接口获取。</p>
13639
13639
  :rtype: str
13640
13640
  """
13641
13641
  return self._InstanceId
@@ -13646,7 +13646,7 @@ class DescribeUserSqlAdviceRequest(AbstractModel):
13646
13646
 
13647
13647
  @property
13648
13648
  def SqlText(self):
13649
- r"""SQL语句。
13649
+ r"""<p>SQL语句。</p>
13650
13650
  :rtype: str
13651
13651
  """
13652
13652
  return self._SqlText
@@ -13657,7 +13657,7 @@ class DescribeUserSqlAdviceRequest(AbstractModel):
13657
13657
 
13658
13658
  @property
13659
13659
  def Schema(self):
13660
- r"""库名。
13660
+ r"""<p>库名。</p>
13661
13661
  :rtype: str
13662
13662
  """
13663
13663
  return self._Schema
@@ -13668,7 +13668,7 @@ class DescribeUserSqlAdviceRequest(AbstractModel):
13668
13668
 
13669
13669
  @property
13670
13670
  def Product(self):
13671
- r"""服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL;"dbbrain-mysql" - 自建 MySQL,默认为"mysql"。
13671
+ r"""<p>服务产品类型,支持值&quot;dcdb&quot; - 云数据库TDSQL MySQL;&quot;mysql&quot; - 云数据库 MySQL;&quot;cynosdb&quot; - 云数据库 TDSQL-C for MySQL;&quot;dbbrain-mysql&quot; - 自建 MySQL,默认为&quot;mysql&quot;。</p>
13672
13672
  :rtype: str
13673
13673
  """
13674
13674
  return self._Product
@@ -13700,19 +13700,19 @@ class DescribeUserSqlAdviceResponse(AbstractModel):
13700
13700
 
13701
13701
  def __init__(self):
13702
13702
  r"""
13703
- :param _Advices: SQL优化建议,可解析为JSON数组,无需优化时输出为空。
13703
+ :param _Advices: <p>SQL优化建议,可解析为JSON数组,无需优化时输出为空。</p>
13704
13704
  :type Advices: str
13705
- :param _Comments: SQL优化建议备注,可解析为String数组,无需优化时输出为空。
13705
+ :param _Comments: <p>SQL优化建议备注,可解析为String数组,无需优化时输出为空。</p>
13706
13706
  :type Comments: str
13707
- :param _SqlText: SQL语句。
13707
+ :param _SqlText: <p>SQL语句。</p>
13708
13708
  :type SqlText: str
13709
- :param _Schema: 库名。
13709
+ :param _Schema: <p>库名。</p>
13710
13710
  :type Schema: str
13711
- :param _Tables: 相关表的DDL信息,可解析为JSON数组。
13711
+ :param _Tables: <p>相关表的DDL信息,可解析为JSON数组。</p>
13712
13712
  :type Tables: str
13713
- :param _SqlPlan: SQL执行计划,可解析为JSON,无需优化时输出为空。
13713
+ :param _SqlPlan: <p>SQL执行计划,可解析为JSON,无需优化时输出为空。</p>
13714
13714
  :type SqlPlan: str
13715
- :param _Cost: SQL优化后的成本节约详情,可解析为JSON,无需优化时输出为空。
13715
+ :param _Cost: <p>SQL优化后的成本节约详情,可解析为JSON,无需优化时输出为空。</p>
13716
13716
  :type Cost: str
13717
13717
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13718
13718
  :type RequestId: str
@@ -13728,7 +13728,7 @@ class DescribeUserSqlAdviceResponse(AbstractModel):
13728
13728
 
13729
13729
  @property
13730
13730
  def Advices(self):
13731
- r"""SQL优化建议,可解析为JSON数组,无需优化时输出为空。
13731
+ r"""<p>SQL优化建议,可解析为JSON数组,无需优化时输出为空。</p>
13732
13732
  :rtype: str
13733
13733
  """
13734
13734
  return self._Advices
@@ -13739,7 +13739,7 @@ class DescribeUserSqlAdviceResponse(AbstractModel):
13739
13739
 
13740
13740
  @property
13741
13741
  def Comments(self):
13742
- r"""SQL优化建议备注,可解析为String数组,无需优化时输出为空。
13742
+ r"""<p>SQL优化建议备注,可解析为String数组,无需优化时输出为空。</p>
13743
13743
  :rtype: str
13744
13744
  """
13745
13745
  return self._Comments
@@ -13750,7 +13750,7 @@ class DescribeUserSqlAdviceResponse(AbstractModel):
13750
13750
 
13751
13751
  @property
13752
13752
  def SqlText(self):
13753
- r"""SQL语句。
13753
+ r"""<p>SQL语句。</p>
13754
13754
  :rtype: str
13755
13755
  """
13756
13756
  return self._SqlText
@@ -13761,7 +13761,7 @@ class DescribeUserSqlAdviceResponse(AbstractModel):
13761
13761
 
13762
13762
  @property
13763
13763
  def Schema(self):
13764
- r"""库名。
13764
+ r"""<p>库名。</p>
13765
13765
  :rtype: str
13766
13766
  """
13767
13767
  return self._Schema
@@ -13772,7 +13772,7 @@ class DescribeUserSqlAdviceResponse(AbstractModel):
13772
13772
 
13773
13773
  @property
13774
13774
  def Tables(self):
13775
- r"""相关表的DDL信息,可解析为JSON数组。
13775
+ r"""<p>相关表的DDL信息,可解析为JSON数组。</p>
13776
13776
  :rtype: str
13777
13777
  """
13778
13778
  return self._Tables
@@ -13783,7 +13783,7 @@ class DescribeUserSqlAdviceResponse(AbstractModel):
13783
13783
 
13784
13784
  @property
13785
13785
  def SqlPlan(self):
13786
- r"""SQL执行计划,可解析为JSON,无需优化时输出为空。
13786
+ r"""<p>SQL执行计划,可解析为JSON,无需优化时输出为空。</p>
13787
13787
  :rtype: str
13788
13788
  """
13789
13789
  return self._SqlPlan
@@ -13794,7 +13794,7 @@ class DescribeUserSqlAdviceResponse(AbstractModel):
13794
13794
 
13795
13795
  @property
13796
13796
  def Cost(self):
13797
- r"""SQL优化后的成本节约详情,可解析为JSON,无需优化时输出为空。
13797
+ r"""<p>SQL优化后的成本节约详情,可解析为JSON,无需优化时输出为空。</p>
13798
13798
  :rtype: str
13799
13799
  """
13800
13800
  return self._Cost
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-dbbrain
3
- Version: 3.1.97
3
+ Version: 3.1.101
4
4
  Summary: Tencent Cloud Dbbrain 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.97
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.101
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.101
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.97