tencentcloud-sdk-python-dbbrain 3.0.1073__tar.gz → 3.0.1078__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.

Potentially problematic release.


This version of tencentcloud-sdk-python-dbbrain might be problematic. Click here for more details.

Files changed (20) hide show
  1. {tencentcloud-sdk-python-dbbrain-3.0.1073 → tencentcloud-sdk-python-dbbrain-3.0.1078}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-dbbrain-3.0.1073 → tencentcloud-sdk-python-dbbrain-3.0.1078}/setup.py +1 -1
  3. {tencentcloud-sdk-python-dbbrain-3.0.1073 → tencentcloud-sdk-python-dbbrain-3.0.1078}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-dbbrain-3.0.1073 → tencentcloud-sdk-python-dbbrain-3.0.1078}/tencentcloud/dbbrain/v20210527/models.py +37 -0
  5. {tencentcloud-sdk-python-dbbrain-3.0.1073 → tencentcloud-sdk-python-dbbrain-3.0.1078}/tencentcloud_sdk_python_dbbrain.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-dbbrain-3.0.1078/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-dbbrain-3.0.1073/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-dbbrain-3.0.1073 → tencentcloud-sdk-python-dbbrain-3.0.1078}/README.rst +0 -0
  9. {tencentcloud-sdk-python-dbbrain-3.0.1073 → tencentcloud-sdk-python-dbbrain-3.0.1078}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-dbbrain-3.0.1073 → tencentcloud-sdk-python-dbbrain-3.0.1078}/tencentcloud/dbbrain/__init__.py +0 -0
  11. {tencentcloud-sdk-python-dbbrain-3.0.1073 → tencentcloud-sdk-python-dbbrain-3.0.1078}/tencentcloud/dbbrain/v20191016/__init__.py +0 -0
  12. {tencentcloud-sdk-python-dbbrain-3.0.1073 → tencentcloud-sdk-python-dbbrain-3.0.1078}/tencentcloud/dbbrain/v20191016/dbbrain_client.py +0 -0
  13. {tencentcloud-sdk-python-dbbrain-3.0.1073 → tencentcloud-sdk-python-dbbrain-3.0.1078}/tencentcloud/dbbrain/v20191016/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-dbbrain-3.0.1073 → tencentcloud-sdk-python-dbbrain-3.0.1078}/tencentcloud/dbbrain/v20191016/models.py +0 -0
  15. {tencentcloud-sdk-python-dbbrain-3.0.1073 → tencentcloud-sdk-python-dbbrain-3.0.1078}/tencentcloud/dbbrain/v20210527/__init__.py +0 -0
  16. {tencentcloud-sdk-python-dbbrain-3.0.1073 → tencentcloud-sdk-python-dbbrain-3.0.1078}/tencentcloud/dbbrain/v20210527/dbbrain_client.py +0 -0
  17. {tencentcloud-sdk-python-dbbrain-3.0.1073 → tencentcloud-sdk-python-dbbrain-3.0.1078}/tencentcloud/dbbrain/v20210527/errorcodes.py +0 -0
  18. {tencentcloud-sdk-python-dbbrain-3.0.1073 → tencentcloud-sdk-python-dbbrain-3.0.1078}/tencentcloud_sdk_python_dbbrain.egg-info/SOURCES.txt +0 -0
  19. {tencentcloud-sdk-python-dbbrain-3.0.1073 → tencentcloud-sdk-python-dbbrain-3.0.1078}/tencentcloud_sdk_python_dbbrain.egg-info/dependency_links.txt +0 -0
  20. {tencentcloud-sdk-python-dbbrain-3.0.1073 → tencentcloud-sdk-python-dbbrain-3.0.1078}/tencentcloud_sdk_python_dbbrain.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-dbbrain
3
- Version: 3.0.1073
3
+ Version: 3.0.1078
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.1073"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1078"],
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.1073'
17
+ __version__ = '3.0.1078'
@@ -5690,6 +5690,10 @@ class DescribeRedisTopBigKeysRequest(AbstractModel):
5690
5690
  :type KeyType: str
5691
5691
  :param _Limit: 查询数目,默认为20,最大值为100。
5692
5692
  :type Limit: int
5693
+ :param _AsyncRequestId: 异步任务ID。当为空时,选择最近任务的ID。
5694
+ :type AsyncRequestId: int
5695
+ :param _ShardIds: 分片节点序号列表。当列表为空时,选择所有分片节点。
5696
+ :type ShardIds: list of int
5693
5697
  """
5694
5698
  self._InstanceId = None
5695
5699
  self._Date = None
@@ -5697,6 +5701,8 @@ class DescribeRedisTopBigKeysRequest(AbstractModel):
5697
5701
  self._SortBy = None
5698
5702
  self._KeyType = None
5699
5703
  self._Limit = None
5704
+ self._AsyncRequestId = None
5705
+ self._ShardIds = None
5700
5706
 
5701
5707
  @property
5702
5708
  def InstanceId(self):
@@ -5746,6 +5752,22 @@ class DescribeRedisTopBigKeysRequest(AbstractModel):
5746
5752
  def Limit(self, Limit):
5747
5753
  self._Limit = Limit
5748
5754
 
5755
+ @property
5756
+ def AsyncRequestId(self):
5757
+ return self._AsyncRequestId
5758
+
5759
+ @AsyncRequestId.setter
5760
+ def AsyncRequestId(self, AsyncRequestId):
5761
+ self._AsyncRequestId = AsyncRequestId
5762
+
5763
+ @property
5764
+ def ShardIds(self):
5765
+ return self._ShardIds
5766
+
5767
+ @ShardIds.setter
5768
+ def ShardIds(self, ShardIds):
5769
+ self._ShardIds = ShardIds
5770
+
5749
5771
 
5750
5772
  def _deserialize(self, params):
5751
5773
  self._InstanceId = params.get("InstanceId")
@@ -5754,6 +5776,8 @@ class DescribeRedisTopBigKeysRequest(AbstractModel):
5754
5776
  self._SortBy = params.get("SortBy")
5755
5777
  self._KeyType = params.get("KeyType")
5756
5778
  self._Limit = params.get("Limit")
5779
+ self._AsyncRequestId = params.get("AsyncRequestId")
5780
+ self._ShardIds = params.get("ShardIds")
5757
5781
  memeber_set = set(params.keys())
5758
5782
  for name, value in vars(self).items():
5759
5783
  property_name = name[1:]
@@ -8764,10 +8788,14 @@ class InstanceConfs(AbstractModel):
8764
8788
  :param _KeyDelimiters: redis大key分析的自定义分割符,仅redis使用
8765
8789
  注意:此字段可能返回 null,表示取不到有效值。
8766
8790
  :type KeyDelimiters: list of str
8791
+ :param _ShardNum: 分片节点数量。
8792
+ 注意:此字段可能返回 null,表示取不到有效值。
8793
+ :type ShardNum: str
8767
8794
  """
8768
8795
  self._DailyInspection = None
8769
8796
  self._OverviewDisplay = None
8770
8797
  self._KeyDelimiters = None
8798
+ self._ShardNum = None
8771
8799
 
8772
8800
  @property
8773
8801
  def DailyInspection(self):
@@ -8793,11 +8821,20 @@ class InstanceConfs(AbstractModel):
8793
8821
  def KeyDelimiters(self, KeyDelimiters):
8794
8822
  self._KeyDelimiters = KeyDelimiters
8795
8823
 
8824
+ @property
8825
+ def ShardNum(self):
8826
+ return self._ShardNum
8827
+
8828
+ @ShardNum.setter
8829
+ def ShardNum(self, ShardNum):
8830
+ self._ShardNum = ShardNum
8831
+
8796
8832
 
8797
8833
  def _deserialize(self, params):
8798
8834
  self._DailyInspection = params.get("DailyInspection")
8799
8835
  self._OverviewDisplay = params.get("OverviewDisplay")
8800
8836
  self._KeyDelimiters = params.get("KeyDelimiters")
8837
+ self._ShardNum = params.get("ShardNum")
8801
8838
  memeber_set = set(params.keys())
8802
8839
  for name, value in vars(self).items():
8803
8840
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-dbbrain
3
- Version: 3.0.1073
3
+ Version: 3.0.1078
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==3.0.1078
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1073