tencentcloud-sdk-python-dlc 3.1.95__tar.gz → 3.1.96__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 (17) hide show
  1. {tencentcloud_sdk_python_dlc-3.1.95 → tencentcloud_sdk_python_dlc-3.1.96}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_dlc-3.1.95 → tencentcloud_sdk_python_dlc-3.1.96}/setup.py +1 -1
  3. {tencentcloud_sdk_python_dlc-3.1.95 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_dlc-3.1.95 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud/dlc/v20210125/models.py +24 -34
  5. {tencentcloud_sdk_python_dlc-3.1.95 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud_sdk_python_dlc.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_dlc-3.1.96/tencentcloud_sdk_python_dlc.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_dlc-3.1.95/tencentcloud_sdk_python_dlc.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_dlc-3.1.95 → tencentcloud_sdk_python_dlc-3.1.96}/README.rst +0 -0
  9. {tencentcloud_sdk_python_dlc-3.1.95 → tencentcloud_sdk_python_dlc-3.1.96}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_dlc-3.1.95 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud/dlc/__init__.py +0 -0
  11. {tencentcloud_sdk_python_dlc-3.1.95 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud/dlc/v20210125/__init__.py +0 -0
  12. {tencentcloud_sdk_python_dlc-3.1.95 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud/dlc/v20210125/dlc_client.py +0 -0
  13. {tencentcloud_sdk_python_dlc-3.1.95 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud/dlc/v20210125/dlc_client_async.py +0 -0
  14. {tencentcloud_sdk_python_dlc-3.1.95 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud/dlc/v20210125/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_dlc-3.1.95 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud_sdk_python_dlc.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_dlc-3.1.95 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud_sdk_python_dlc.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_dlc-3.1.95 → tencentcloud_sdk_python_dlc-3.1.96}/tencentcloud_sdk_python_dlc.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-dlc
3
- Version: 3.1.95
3
+ Version: 3.1.96
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
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.95
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.96
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -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.1.95,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.96,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Dlc SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.95'
17
+ __version__ = '3.1.96'
@@ -25145,28 +25145,23 @@ class DescribeTasksRequest(AbstractModel):
25145
25145
 
25146
25146
  def __init__(self):
25147
25147
  r"""
25148
- :param _Limit: 返回数量,默认为10,最大值为100
25148
+ :param _Limit: <p>返回数量,默认为10,最大值为100。</p>
25149
25149
  :type Limit: int
25150
- :param _Offset: 偏移量,默认为0
25150
+ :param _Offset: <p>偏移量,默认为0。</p>
25151
25151
  :type Offset: int
25152
- :param _Filters: 过滤条件,如下支持的过滤类型,传参Name应为以下其中一个,其中task-id支持最大50个过滤个数,其他过滤参数支持的总数不超过5个。
25153
- task-id - String - (任务ID准确过滤)task-id取值形如:e386471f-139a-4e59-877f-50ece8135b99。
25154
- task-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败)。
25155
- task-sql-keyword - String - (SQL语句关键字模糊过滤)取值形如:DROP TABLE。
25156
- task-operator- string (子uin过滤)
25157
- task-kind - string (任务类型过滤)
25152
+ :param _Filters: <p>过滤条件,如下支持的过滤类型,传参Name应为以下其中一个,其中task-id支持最大50个过滤个数,其他过滤参数支持的总数不超过5个。<br>task-id - String - (任务ID准确过滤)task-id取值形如:e386471f-139a-4e59-877f-50ece8135b99。<br>task-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败)。<br>task-sql-keyword - String - (SQL语句关键字模糊过滤)取值形如:DROP TABLE。<br>task-operator- string (子uin过滤)<br>task-kind - string (任务类型过滤)</p>
25158
25153
  :type Filters: list of Filter
25159
- :param _SortBy: 排序字段,支持如下字段类型,create-time(创建时间,默认)、update-time(更新时间)
25154
+ :param _SortBy: <p>排序字段,支持如下字段类型,create-time(创建时间,默认)、update-time(更新时间)</p>
25160
25155
  :type SortBy: str
25161
- :param _Sorting: 排序方式,desc表示正序,asc表示反序, 默认为asc
25156
+ :param _Sorting: <p>排序方式,desc表示正序,asc表示反序, 默认为asc。</p>
25162
25157
  :type Sorting: str
25163
- :param _StartTime: 起始时间点,格式为yyyy-mm-dd HH:MM:SS。默认为45天前的当前时刻
25158
+ :param _StartTime: <p>起始时间点,格式为yyyy-mm-dd HH:MM:SS。默认为45天前的当前时刻</p>
25164
25159
  :type StartTime: str
25165
- :param _EndTime: 结束时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近45天数据查询。默认为当前时刻
25160
+ :param _EndTime: <p>结束时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近45天数据查询。默认为当前时刻</p>
25166
25161
  :type EndTime: str
25167
- :param _DataEngineName: 数据引擎名称,用于筛选
25162
+ :param _DataEngineName: <p>数据引擎名称,用于筛选</p>
25168
25163
  :type DataEngineName: str
25169
- :param _ResourceGroupName: spark引擎资源组名称
25164
+ :param _ResourceGroupName: <p>spark引擎资源组名称</p>
25170
25165
  :type ResourceGroupName: str
25171
25166
  """
25172
25167
  self._Limit = None
@@ -25181,7 +25176,7 @@ task-kind - string (任务类型过滤)
25181
25176
 
25182
25177
  @property
25183
25178
  def Limit(self):
25184
- r"""返回数量,默认为10,最大值为100
25179
+ r"""<p>返回数量,默认为10,最大值为100。</p>
25185
25180
  :rtype: int
25186
25181
  """
25187
25182
  return self._Limit
@@ -25192,7 +25187,7 @@ task-kind - string (任务类型过滤)
25192
25187
 
25193
25188
  @property
25194
25189
  def Offset(self):
25195
- r"""偏移量,默认为0
25190
+ r"""<p>偏移量,默认为0。</p>
25196
25191
  :rtype: int
25197
25192
  """
25198
25193
  return self._Offset
@@ -25203,12 +25198,7 @@ task-kind - string (任务类型过滤)
25203
25198
 
25204
25199
  @property
25205
25200
  def Filters(self):
25206
- r"""过滤条件,如下支持的过滤类型,传参Name应为以下其中一个,其中task-id支持最大50个过滤个数,其他过滤参数支持的总数不超过5个。
25207
- task-id - String - (任务ID准确过滤)task-id取值形如:e386471f-139a-4e59-877f-50ece8135b99。
25208
- task-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败)。
25209
- task-sql-keyword - String - (SQL语句关键字模糊过滤)取值形如:DROP TABLE。
25210
- task-operator- string (子uin过滤)
25211
- task-kind - string (任务类型过滤)
25201
+ r"""<p>过滤条件,如下支持的过滤类型,传参Name应为以下其中一个,其中task-id支持最大50个过滤个数,其他过滤参数支持的总数不超过5个。<br>task-id - String - (任务ID准确过滤)task-id取值形如:e386471f-139a-4e59-877f-50ece8135b99。<br>task-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败)。<br>task-sql-keyword - String - (SQL语句关键字模糊过滤)取值形如:DROP TABLE。<br>task-operator- string (子uin过滤)<br>task-kind - string (任务类型过滤)</p>
25212
25202
  :rtype: list of Filter
25213
25203
  """
25214
25204
  return self._Filters
@@ -25219,7 +25209,7 @@ task-kind - string (任务类型过滤)
25219
25209
 
25220
25210
  @property
25221
25211
  def SortBy(self):
25222
- r"""排序字段,支持如下字段类型,create-time(创建时间,默认)、update-time(更新时间)
25212
+ r"""<p>排序字段,支持如下字段类型,create-time(创建时间,默认)、update-time(更新时间)</p>
25223
25213
  :rtype: str
25224
25214
  """
25225
25215
  return self._SortBy
@@ -25230,7 +25220,7 @@ task-kind - string (任务类型过滤)
25230
25220
 
25231
25221
  @property
25232
25222
  def Sorting(self):
25233
- r"""排序方式,desc表示正序,asc表示反序, 默认为asc
25223
+ r"""<p>排序方式,desc表示正序,asc表示反序, 默认为asc。</p>
25234
25224
  :rtype: str
25235
25225
  """
25236
25226
  return self._Sorting
@@ -25241,7 +25231,7 @@ task-kind - string (任务类型过滤)
25241
25231
 
25242
25232
  @property
25243
25233
  def StartTime(self):
25244
- r"""起始时间点,格式为yyyy-mm-dd HH:MM:SS。默认为45天前的当前时刻
25234
+ r"""<p>起始时间点,格式为yyyy-mm-dd HH:MM:SS。默认为45天前的当前时刻</p>
25245
25235
  :rtype: str
25246
25236
  """
25247
25237
  return self._StartTime
@@ -25252,7 +25242,7 @@ task-kind - string (任务类型过滤)
25252
25242
 
25253
25243
  @property
25254
25244
  def EndTime(self):
25255
- r"""结束时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近45天数据查询。默认为当前时刻
25245
+ r"""<p>结束时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近45天数据查询。默认为当前时刻</p>
25256
25246
  :rtype: str
25257
25247
  """
25258
25248
  return self._EndTime
@@ -25263,7 +25253,7 @@ task-kind - string (任务类型过滤)
25263
25253
 
25264
25254
  @property
25265
25255
  def DataEngineName(self):
25266
- r"""数据引擎名称,用于筛选
25256
+ r"""<p>数据引擎名称,用于筛选</p>
25267
25257
  :rtype: str
25268
25258
  """
25269
25259
  return self._DataEngineName
@@ -25274,7 +25264,7 @@ task-kind - string (任务类型过滤)
25274
25264
 
25275
25265
  @property
25276
25266
  def ResourceGroupName(self):
25277
- r"""spark引擎资源组名称
25267
+ r"""<p>spark引擎资源组名称</p>
25278
25268
  :rtype: str
25279
25269
  """
25280
25270
  return self._ResourceGroupName
@@ -25316,11 +25306,11 @@ class DescribeTasksResponse(AbstractModel):
25316
25306
 
25317
25307
  def __init__(self):
25318
25308
  r"""
25319
- :param _TaskList: 任务对象列表。
25309
+ :param _TaskList: <p>任务对象列表。</p>
25320
25310
  :type TaskList: list of TaskResponseInfo
25321
- :param _TotalCount: 实例总数。
25311
+ :param _TotalCount: <p>实例总数。</p>
25322
25312
  :type TotalCount: int
25323
- :param _TasksOverview: 任务概览信息
25313
+ :param _TasksOverview: <p>任务概览信息</p>
25324
25314
  注意:此字段可能返回 null,表示取不到有效值。
25325
25315
  :type TasksOverview: :class:`tencentcloud.dlc.v20210125.models.TasksOverview`
25326
25316
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -25333,7 +25323,7 @@ class DescribeTasksResponse(AbstractModel):
25333
25323
 
25334
25324
  @property
25335
25325
  def TaskList(self):
25336
- r"""任务对象列表。
25326
+ r"""<p>任务对象列表。</p>
25337
25327
  :rtype: list of TaskResponseInfo
25338
25328
  """
25339
25329
  return self._TaskList
@@ -25344,7 +25334,7 @@ class DescribeTasksResponse(AbstractModel):
25344
25334
 
25345
25335
  @property
25346
25336
  def TotalCount(self):
25347
- r"""实例总数。
25337
+ r"""<p>实例总数。</p>
25348
25338
  :rtype: int
25349
25339
  """
25350
25340
  return self._TotalCount
@@ -25355,7 +25345,7 @@ class DescribeTasksResponse(AbstractModel):
25355
25345
 
25356
25346
  @property
25357
25347
  def TasksOverview(self):
25358
- r"""任务概览信息
25348
+ r"""<p>任务概览信息</p>
25359
25349
  注意:此字段可能返回 null,表示取不到有效值。
25360
25350
  :rtype: :class:`tencentcloud.dlc.v20210125.models.TasksOverview`
25361
25351
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-dlc
3
- Version: 3.1.95
3
+ Version: 3.1.96
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
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.95
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.96
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.96
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.95