tencentcloud-sdk-python-dbbrain 3.0.1472__tar.gz → 3.0.1475__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 (20) hide show
  1. {tencentcloud-sdk-python-dbbrain-3.0.1472 → tencentcloud-sdk-python-dbbrain-3.0.1475}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-dbbrain-3.0.1472 → tencentcloud-sdk-python-dbbrain-3.0.1475}/setup.py +1 -1
  3. {tencentcloud-sdk-python-dbbrain-3.0.1472 → tencentcloud-sdk-python-dbbrain-3.0.1475}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-dbbrain-3.0.1472 → tencentcloud-sdk-python-dbbrain-3.0.1475}/tencentcloud/dbbrain/v20191016/models.py +19 -2
  5. {tencentcloud-sdk-python-dbbrain-3.0.1472 → tencentcloud-sdk-python-dbbrain-3.0.1475}/tencentcloud_sdk_python_dbbrain.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-dbbrain-3.0.1475/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-dbbrain-3.0.1472/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-dbbrain-3.0.1472 → tencentcloud-sdk-python-dbbrain-3.0.1475}/README.rst +0 -0
  9. {tencentcloud-sdk-python-dbbrain-3.0.1472 → tencentcloud-sdk-python-dbbrain-3.0.1475}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-dbbrain-3.0.1472 → tencentcloud-sdk-python-dbbrain-3.0.1475}/tencentcloud/dbbrain/__init__.py +0 -0
  11. {tencentcloud-sdk-python-dbbrain-3.0.1472 → tencentcloud-sdk-python-dbbrain-3.0.1475}/tencentcloud/dbbrain/v20191016/__init__.py +0 -0
  12. {tencentcloud-sdk-python-dbbrain-3.0.1472 → tencentcloud-sdk-python-dbbrain-3.0.1475}/tencentcloud/dbbrain/v20191016/dbbrain_client.py +0 -0
  13. {tencentcloud-sdk-python-dbbrain-3.0.1472 → tencentcloud-sdk-python-dbbrain-3.0.1475}/tencentcloud/dbbrain/v20191016/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-dbbrain-3.0.1472 → tencentcloud-sdk-python-dbbrain-3.0.1475}/tencentcloud/dbbrain/v20210527/__init__.py +0 -0
  15. {tencentcloud-sdk-python-dbbrain-3.0.1472 → tencentcloud-sdk-python-dbbrain-3.0.1475}/tencentcloud/dbbrain/v20210527/dbbrain_client.py +0 -0
  16. {tencentcloud-sdk-python-dbbrain-3.0.1472 → tencentcloud-sdk-python-dbbrain-3.0.1475}/tencentcloud/dbbrain/v20210527/errorcodes.py +0 -0
  17. {tencentcloud-sdk-python-dbbrain-3.0.1472 → tencentcloud-sdk-python-dbbrain-3.0.1475}/tencentcloud/dbbrain/v20210527/models.py +0 -0
  18. {tencentcloud-sdk-python-dbbrain-3.0.1472 → tencentcloud-sdk-python-dbbrain-3.0.1475}/tencentcloud_sdk_python_dbbrain.egg-info/SOURCES.txt +0 -0
  19. {tencentcloud-sdk-python-dbbrain-3.0.1472 → tencentcloud-sdk-python-dbbrain-3.0.1475}/tencentcloud_sdk_python_dbbrain.egg-info/dependency_links.txt +0 -0
  20. {tencentcloud-sdk-python-dbbrain-3.0.1472 → tencentcloud-sdk-python-dbbrain-3.0.1475}/tencentcloud_sdk_python_dbbrain.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-dbbrain
3
- Version: 3.0.1472
3
+ Version: 3.0.1475
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
@@ -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.0.1472,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1475,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Dbbrain 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.1472'
17
+ __version__ = '3.0.1475'
@@ -2478,7 +2478,7 @@ class DescribeMySqlProcessListRequest(AbstractModel):
2478
2478
  :type Info: str
2479
2479
  :param _Limit: 返回数量,默认20。
2480
2480
  :type Limit: int
2481
- :param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
2481
+ :param _Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL"mariadb"-mariadb;"cynosdb"-TDSQL-C for MySQL ;"dcdb"-TDSQL MySQL 默认为"mysql"。
2482
2482
  :type Product: str
2483
2483
  """
2484
2484
  self._InstanceId = None
@@ -2605,7 +2605,7 @@ class DescribeMySqlProcessListRequest(AbstractModel):
2605
2605
 
2606
2606
  @property
2607
2607
  def Product(self):
2608
- r"""服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
2608
+ r"""服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL"mariadb"-mariadb;"cynosdb"-TDSQL-C for MySQL ;"dcdb"-TDSQL MySQL 默认为"mysql"。
2609
2609
  :rtype: str
2610
2610
  """
2611
2611
  return self._Product
@@ -6472,6 +6472,9 @@ class MySqlProcess(AbstractModel):
6472
6472
  :type Time: str
6473
6473
  :param _Info: 线程的操作语句。
6474
6474
  :type Info: str
6475
+ :param _SqlType: sql类型
6476
+ 注意:此字段可能返回 null,表示取不到有效值。
6477
+ :type SqlType: str
6475
6478
  """
6476
6479
  self._ID = None
6477
6480
  self._User = None
@@ -6481,6 +6484,7 @@ class MySqlProcess(AbstractModel):
6481
6484
  self._Command = None
6482
6485
  self._Time = None
6483
6486
  self._Info = None
6487
+ self._SqlType = None
6484
6488
 
6485
6489
  @property
6486
6490
  def ID(self):
@@ -6570,6 +6574,18 @@ class MySqlProcess(AbstractModel):
6570
6574
  def Info(self, Info):
6571
6575
  self._Info = Info
6572
6576
 
6577
+ @property
6578
+ def SqlType(self):
6579
+ r"""sql类型
6580
+ 注意:此字段可能返回 null,表示取不到有效值。
6581
+ :rtype: str
6582
+ """
6583
+ return self._SqlType
6584
+
6585
+ @SqlType.setter
6586
+ def SqlType(self, SqlType):
6587
+ self._SqlType = SqlType
6588
+
6573
6589
 
6574
6590
  def _deserialize(self, params):
6575
6591
  self._ID = params.get("ID")
@@ -6580,6 +6596,7 @@ class MySqlProcess(AbstractModel):
6580
6596
  self._Command = params.get("Command")
6581
6597
  self._Time = params.get("Time")
6582
6598
  self._Info = params.get("Info")
6599
+ self._SqlType = params.get("SqlType")
6583
6600
  memeber_set = set(params.keys())
6584
6601
  for name, value in vars(self).items():
6585
6602
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-dbbrain
3
- Version: 3.0.1472
3
+ Version: 3.0.1475
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1475
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.0.1472