tencentcloud-sdk-python-dbbrain 3.0.1347__tar.gz → 3.0.1348__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.1347 → tencentcloud-sdk-python-dbbrain-3.0.1348}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-dbbrain-3.0.1347 → tencentcloud-sdk-python-dbbrain-3.0.1348}/setup.py +1 -1
  3. {tencentcloud-sdk-python-dbbrain-3.0.1347 → tencentcloud-sdk-python-dbbrain-3.0.1348}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-dbbrain-3.0.1347 → tencentcloud-sdk-python-dbbrain-3.0.1348}/tencentcloud/dbbrain/v20210527/models.py +0 -8
  5. {tencentcloud-sdk-python-dbbrain-3.0.1347 → tencentcloud-sdk-python-dbbrain-3.0.1348}/tencentcloud_sdk_python_dbbrain.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-dbbrain-3.0.1348/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-dbbrain-3.0.1347/tencentcloud_sdk_python_dbbrain.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-dbbrain-3.0.1347 → tencentcloud-sdk-python-dbbrain-3.0.1348}/README.rst +0 -0
  9. {tencentcloud-sdk-python-dbbrain-3.0.1347 → tencentcloud-sdk-python-dbbrain-3.0.1348}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-dbbrain-3.0.1347 → tencentcloud-sdk-python-dbbrain-3.0.1348}/tencentcloud/dbbrain/__init__.py +0 -0
  11. {tencentcloud-sdk-python-dbbrain-3.0.1347 → tencentcloud-sdk-python-dbbrain-3.0.1348}/tencentcloud/dbbrain/v20191016/__init__.py +0 -0
  12. {tencentcloud-sdk-python-dbbrain-3.0.1347 → tencentcloud-sdk-python-dbbrain-3.0.1348}/tencentcloud/dbbrain/v20191016/dbbrain_client.py +0 -0
  13. {tencentcloud-sdk-python-dbbrain-3.0.1347 → tencentcloud-sdk-python-dbbrain-3.0.1348}/tencentcloud/dbbrain/v20191016/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-dbbrain-3.0.1347 → tencentcloud-sdk-python-dbbrain-3.0.1348}/tencentcloud/dbbrain/v20191016/models.py +0 -0
  15. {tencentcloud-sdk-python-dbbrain-3.0.1347 → tencentcloud-sdk-python-dbbrain-3.0.1348}/tencentcloud/dbbrain/v20210527/__init__.py +0 -0
  16. {tencentcloud-sdk-python-dbbrain-3.0.1347 → tencentcloud-sdk-python-dbbrain-3.0.1348}/tencentcloud/dbbrain/v20210527/dbbrain_client.py +0 -0
  17. {tencentcloud-sdk-python-dbbrain-3.0.1347 → tencentcloud-sdk-python-dbbrain-3.0.1348}/tencentcloud/dbbrain/v20210527/errorcodes.py +0 -0
  18. {tencentcloud-sdk-python-dbbrain-3.0.1347 → tencentcloud-sdk-python-dbbrain-3.0.1348}/tencentcloud_sdk_python_dbbrain.egg-info/SOURCES.txt +0 -0
  19. {tencentcloud-sdk-python-dbbrain-3.0.1347 → tencentcloud-sdk-python-dbbrain-3.0.1348}/tencentcloud_sdk_python_dbbrain.egg-info/dependency_links.txt +0 -0
  20. {tencentcloud-sdk-python-dbbrain-3.0.1347 → tencentcloud-sdk-python-dbbrain-3.0.1348}/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.1347
3
+ Version: 3.0.1348
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.1347"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1348"],
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.1347'
17
+ __version__ = '3.0.1348'
@@ -14672,10 +14672,8 @@ class MongoDBIndex(AbstractModel):
14672
14672
  :param _Score: 得分。
14673
14673
  :type Score: int
14674
14674
  :param _IndexesToBuild: 推荐索引列表。
14675
- 注意:此字段可能返回 null,表示取不到有效值。
14676
14675
  :type IndexesToBuild: list of IndexesToBuild
14677
14676
  :param _IndexesToDrop: 无效索引列表。
14678
- 注意:此字段可能返回 null,表示取不到有效值。
14679
14677
  :type IndexesToDrop: list of IndexesToDrop
14680
14678
  """
14681
14679
  self._ClusterId = None
@@ -14744,7 +14742,6 @@ class MongoDBIndex(AbstractModel):
14744
14742
  @property
14745
14743
  def IndexesToBuild(self):
14746
14744
  """推荐索引列表。
14747
- 注意:此字段可能返回 null,表示取不到有效值。
14748
14745
  :rtype: list of IndexesToBuild
14749
14746
  """
14750
14747
  return self._IndexesToBuild
@@ -14756,7 +14753,6 @@ class MongoDBIndex(AbstractModel):
14756
14753
  @property
14757
14754
  def IndexesToDrop(self):
14758
14755
  """无效索引列表。
14759
- 注意:此字段可能返回 null,表示取不到有效值。
14760
14756
  :rtype: list of IndexesToDrop
14761
14757
  """
14762
14758
  return self._IndexesToDrop
@@ -15707,10 +15703,8 @@ class ReceiveUin(AbstractModel):
15707
15703
  def __init__(self):
15708
15704
  r"""
15709
15705
  :param _UinName: 用户名
15710
- 注意:此字段可能返回 null,表示取不到有效值。
15711
15706
  :type UinName: str
15712
15707
  :param _Uin: 用户id
15713
- 注意:此字段可能返回 null,表示取不到有效值。
15714
15708
  :type Uin: str
15715
15709
  """
15716
15710
  self._UinName = None
@@ -15719,7 +15713,6 @@ class ReceiveUin(AbstractModel):
15719
15713
  @property
15720
15714
  def UinName(self):
15721
15715
  """用户名
15722
- 注意:此字段可能返回 null,表示取不到有效值。
15723
15716
  :rtype: str
15724
15717
  """
15725
15718
  return self._UinName
@@ -15731,7 +15724,6 @@ class ReceiveUin(AbstractModel):
15731
15724
  @property
15732
15725
  def Uin(self):
15733
15726
  """用户id
15734
- 注意:此字段可能返回 null,表示取不到有效值。
15735
15727
  :rtype: str
15736
15728
  """
15737
15729
  return self._Uin
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-dbbrain
3
- Version: 3.0.1347
3
+ Version: 3.0.1348
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.1348
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1347