tencentcloud-sdk-python-dbbrain 3.0.1308__tar.gz → 3.0.1309__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-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/setup.py +1 -1
- {tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/tencentcloud/dbbrain/v20210527/models.py +15 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/tencentcloud_sdk_python_dbbrain.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-dbbrain-3.0.1309/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-dbbrain-3.0.1308/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/README.rst +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/setup.cfg +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/tencentcloud/dbbrain/__init__.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/tencentcloud/dbbrain/v20191016/__init__.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/tencentcloud/dbbrain/v20191016/dbbrain_client.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/tencentcloud/dbbrain/v20191016/errorcodes.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/tencentcloud/dbbrain/v20191016/models.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/tencentcloud/dbbrain/v20210527/__init__.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/tencentcloud/dbbrain/v20210527/dbbrain_client.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/tencentcloud/dbbrain/v20210527/errorcodes.py +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/tencentcloud_sdk_python_dbbrain.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/tencentcloud_sdk_python_dbbrain.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/tencentcloud_sdk_python_dbbrain.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/setup.py
RENAMED
|
@@ -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.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1309"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Dbbrain SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -7262,6 +7262,8 @@ class DescribeRedisTopHotKeysRequest(AbstractModel):
|
|
|
7262
7262
|
:type InstanceNodeIds: list of str
|
|
7263
7263
|
:param _Limit: top 数目,默认为20,最大值为100。
|
|
7264
7264
|
:type Limit: int
|
|
7265
|
+
:param _Offset: 偏移量,默认为0。
|
|
7266
|
+
:type Offset: int
|
|
7265
7267
|
"""
|
|
7266
7268
|
self._InstanceId = None
|
|
7267
7269
|
self._StartTime = None
|
|
@@ -7269,6 +7271,7 @@ class DescribeRedisTopHotKeysRequest(AbstractModel):
|
|
|
7269
7271
|
self._Product = None
|
|
7270
7272
|
self._InstanceNodeIds = None
|
|
7271
7273
|
self._Limit = None
|
|
7274
|
+
self._Offset = None
|
|
7272
7275
|
|
|
7273
7276
|
@property
|
|
7274
7277
|
def InstanceId(self):
|
|
@@ -7336,6 +7339,17 @@ class DescribeRedisTopHotKeysRequest(AbstractModel):
|
|
|
7336
7339
|
def Limit(self, Limit):
|
|
7337
7340
|
self._Limit = Limit
|
|
7338
7341
|
|
|
7342
|
+
@property
|
|
7343
|
+
def Offset(self):
|
|
7344
|
+
"""偏移量,默认为0。
|
|
7345
|
+
:rtype: int
|
|
7346
|
+
"""
|
|
7347
|
+
return self._Offset
|
|
7348
|
+
|
|
7349
|
+
@Offset.setter
|
|
7350
|
+
def Offset(self, Offset):
|
|
7351
|
+
self._Offset = Offset
|
|
7352
|
+
|
|
7339
7353
|
|
|
7340
7354
|
def _deserialize(self, params):
|
|
7341
7355
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -7344,6 +7358,7 @@ class DescribeRedisTopHotKeysRequest(AbstractModel):
|
|
|
7344
7358
|
self._Product = params.get("Product")
|
|
7345
7359
|
self._InstanceNodeIds = params.get("InstanceNodeIds")
|
|
7346
7360
|
self._Limit = params.get("Limit")
|
|
7361
|
+
self._Offset = params.get("Offset")
|
|
7347
7362
|
memeber_set = set(params.keys())
|
|
7348
7363
|
for name, value in vars(self).items():
|
|
7349
7364
|
property_name = name[1:]
|
tencentcloud-sdk-python-dbbrain-3.0.1309/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1309
|
tencentcloud-sdk-python-dbbrain-3.0.1308/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1308
|
{tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-dbbrain-3.0.1308 → tencentcloud-sdk-python-dbbrain-3.0.1309}/setup.cfg
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|