tencentcloud-sdk-python-dlc 3.0.1218__tar.gz → 3.0.1226__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 (16) hide show
  1. {tencentcloud-sdk-python-dlc-3.0.1218 → tencentcloud-sdk-python-dlc-3.0.1226}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-dlc-3.0.1218 → tencentcloud-sdk-python-dlc-3.0.1226}/setup.py +1 -1
  3. {tencentcloud-sdk-python-dlc-3.0.1218 → tencentcloud-sdk-python-dlc-3.0.1226}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-dlc-3.0.1218 → tencentcloud-sdk-python-dlc-3.0.1226}/tencentcloud/dlc/v20210125/models.py +31 -1
  5. {tencentcloud-sdk-python-dlc-3.0.1218 → tencentcloud-sdk-python-dlc-3.0.1226}/tencentcloud_sdk_python_dlc.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-dlc-3.0.1226/tencentcloud_sdk_python_dlc.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-dlc-3.0.1218/tencentcloud_sdk_python_dlc.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-dlc-3.0.1218 → tencentcloud-sdk-python-dlc-3.0.1226}/README.rst +0 -0
  9. {tencentcloud-sdk-python-dlc-3.0.1218 → tencentcloud-sdk-python-dlc-3.0.1226}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-dlc-3.0.1218 → tencentcloud-sdk-python-dlc-3.0.1226}/tencentcloud/dlc/__init__.py +0 -0
  11. {tencentcloud-sdk-python-dlc-3.0.1218 → tencentcloud-sdk-python-dlc-3.0.1226}/tencentcloud/dlc/v20210125/__init__.py +0 -0
  12. {tencentcloud-sdk-python-dlc-3.0.1218 → tencentcloud-sdk-python-dlc-3.0.1226}/tencentcloud/dlc/v20210125/dlc_client.py +0 -0
  13. {tencentcloud-sdk-python-dlc-3.0.1218 → tencentcloud-sdk-python-dlc-3.0.1226}/tencentcloud/dlc/v20210125/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-dlc-3.0.1218 → tencentcloud-sdk-python-dlc-3.0.1226}/tencentcloud_sdk_python_dlc.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-dlc-3.0.1218 → tencentcloud-sdk-python-dlc-3.0.1226}/tencentcloud_sdk_python_dlc.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-dlc-3.0.1218 → tencentcloud-sdk-python-dlc-3.0.1226}/tencentcloud_sdk_python_dlc.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-dlc
3
- Version: 3.0.1218
3
+ Version: 3.0.1226
4
4
  Summary: Tencent Cloud Dlc 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-dlc',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1218"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1226"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Dlc 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.1218'
17
+ __version__ = '3.0.1226'
@@ -1034,11 +1034,22 @@ class AssignMangedTablePropertiesResponse(AbstractModel):
1034
1034
 
1035
1035
  def __init__(self):
1036
1036
  r"""
1037
+ :param _Properties: 分配的原生表表属性
1038
+ :type Properties: list of Property
1037
1039
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1038
1040
  :type RequestId: str
1039
1041
  """
1042
+ self._Properties = None
1040
1043
  self._RequestId = None
1041
1044
 
1045
+ @property
1046
+ def Properties(self):
1047
+ return self._Properties
1048
+
1049
+ @Properties.setter
1050
+ def Properties(self, Properties):
1051
+ self._Properties = Properties
1052
+
1042
1053
  @property
1043
1054
  def RequestId(self):
1044
1055
  return self._RequestId
@@ -1049,6 +1060,12 @@ class AssignMangedTablePropertiesResponse(AbstractModel):
1049
1060
 
1050
1061
 
1051
1062
  def _deserialize(self, params):
1063
+ if params.get("Properties") is not None:
1064
+ self._Properties = []
1065
+ for item in params.get("Properties"):
1066
+ obj = Property()
1067
+ obj._deserialize(item)
1068
+ self._Properties.append(obj)
1052
1069
  self._RequestId = params.get("RequestId")
1053
1070
 
1054
1071
 
@@ -16076,7 +16093,7 @@ class DescribeUserInfoRequest(AbstractModel):
16076
16093
  r"""
16077
16094
  :param _UserId: 用户Id
16078
16095
  :type UserId: str
16079
- :param _Type: 查询的信息类型,Group:工作组 DataAuth:数据权限 EngineAuth:引擎权限
16096
+ :param _Type: 必传字段,查询的信息类型,Group:工作组 DataAuth:数据权限 EngineAuth:引擎权限 RowFilter:行级别权限
16080
16097
  :type Type: str
16081
16098
  :param _Filters: 查询的过滤条件。
16082
16099
 
@@ -27524,6 +27541,9 @@ class UserDetailInfo(AbstractModel):
27524
27541
  :param _RowFilterInfo: 行过滤集合
27525
27542
  注意:此字段可能返回 null,表示取不到有效值。
27526
27543
  :type RowFilterInfo: :class:`tencentcloud.dlc.v20210125.models.Policys`
27544
+ :param _AccountType: 账号类型
27545
+ 注意:此字段可能返回 null,表示取不到有效值。
27546
+ :type AccountType: str
27527
27547
  """
27528
27548
  self._UserId = None
27529
27549
  self._Type = None
@@ -27534,6 +27554,7 @@ class UserDetailInfo(AbstractModel):
27534
27554
  self._WorkGroupInfo = None
27535
27555
  self._UserAlias = None
27536
27556
  self._RowFilterInfo = None
27557
+ self._AccountType = None
27537
27558
 
27538
27559
  @property
27539
27560
  def UserId(self):
@@ -27607,6 +27628,14 @@ class UserDetailInfo(AbstractModel):
27607
27628
  def RowFilterInfo(self, RowFilterInfo):
27608
27629
  self._RowFilterInfo = RowFilterInfo
27609
27630
 
27631
+ @property
27632
+ def AccountType(self):
27633
+ return self._AccountType
27634
+
27635
+ @AccountType.setter
27636
+ def AccountType(self, AccountType):
27637
+ self._AccountType = AccountType
27638
+
27610
27639
 
27611
27640
  def _deserialize(self, params):
27612
27641
  self._UserId = params.get("UserId")
@@ -27626,6 +27655,7 @@ class UserDetailInfo(AbstractModel):
27626
27655
  if params.get("RowFilterInfo") is not None:
27627
27656
  self._RowFilterInfo = Policys()
27628
27657
  self._RowFilterInfo._deserialize(params.get("RowFilterInfo"))
27658
+ self._AccountType = params.get("AccountType")
27629
27659
  memeber_set = set(params.keys())
27630
27660
  for name, value in vars(self).items():
27631
27661
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-dlc
3
- Version: 3.0.1218
3
+ Version: 3.0.1226
4
4
  Summary: Tencent Cloud Dlc 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.1226
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1218