tencentcloud-sdk-python-ckafka 3.0.1408__tar.gz → 3.0.1413__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-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1413}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1413}/setup.py +1 -1
- {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1413}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1413}/tencentcloud/ckafka/v20190819/models.py +32 -2
- {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1413}/tencentcloud_sdk_python_ckafka.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ckafka-3.0.1413/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ckafka-3.0.1408/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1413}/README.rst +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1413}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1413}/tencentcloud/ckafka/__init__.py +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1413}/tencentcloud/ckafka/v20190819/__init__.py +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1413}/tencentcloud/ckafka/v20190819/ckafka_client.py +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1413}/tencentcloud/ckafka/v20190819/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1413}/tencentcloud_sdk_python_ckafka.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1413}/tencentcloud_sdk_python_ckafka.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1413}/tencentcloud_sdk_python_ckafka.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1413}/setup.py
RENAMED
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ckafka',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1413"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ckafka SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -7246,7 +7246,7 @@ class CreateTopicRequest(AbstractModel):
|
|
|
7246
7246
|
r"""
|
|
7247
7247
|
:param _InstanceId: 实例Id
|
|
7248
7248
|
:type InstanceId: str
|
|
7249
|
-
:param _TopicName:
|
|
7249
|
+
:param _TopicName: 只能包含字母、数字、下划线、“-”、“.”
|
|
7250
7250
|
:type TopicName: str
|
|
7251
7251
|
:param _PartitionNum: Partition个数,大于0
|
|
7252
7252
|
:type PartitionNum: int
|
|
@@ -7310,7 +7310,7 @@ class CreateTopicRequest(AbstractModel):
|
|
|
7310
7310
|
|
|
7311
7311
|
@property
|
|
7312
7312
|
def TopicName(self):
|
|
7313
|
-
"""
|
|
7313
|
+
"""只能包含字母、数字、下划线、“-”、“.”
|
|
7314
7314
|
:rtype: str
|
|
7315
7315
|
"""
|
|
7316
7316
|
return self._TopicName
|
|
@@ -12277,6 +12277,10 @@ class DescribeDatahubTaskRes(AbstractModel):
|
|
|
12277
12277
|
:type ErrorMessage: str
|
|
12278
12278
|
:param _Tags: 任务标签列表
|
|
12279
12279
|
:type Tags: list of Tag
|
|
12280
|
+
:param _Description: 任务描述信息
|
|
12281
|
+
:type Description: str
|
|
12282
|
+
:param _IsolateStatus: 1:正常 2:隔离中
|
|
12283
|
+
:type IsolateStatus: int
|
|
12280
12284
|
"""
|
|
12281
12285
|
self._TaskId = None
|
|
12282
12286
|
self._TaskName = None
|
|
@@ -12293,6 +12297,8 @@ class DescribeDatahubTaskRes(AbstractModel):
|
|
|
12293
12297
|
self._TransformsParam = None
|
|
12294
12298
|
self._ErrorMessage = None
|
|
12295
12299
|
self._Tags = None
|
|
12300
|
+
self._Description = None
|
|
12301
|
+
self._IsolateStatus = None
|
|
12296
12302
|
|
|
12297
12303
|
@property
|
|
12298
12304
|
def TaskId(self):
|
|
@@ -12461,6 +12467,28 @@ class DescribeDatahubTaskRes(AbstractModel):
|
|
|
12461
12467
|
def Tags(self, Tags):
|
|
12462
12468
|
self._Tags = Tags
|
|
12463
12469
|
|
|
12470
|
+
@property
|
|
12471
|
+
def Description(self):
|
|
12472
|
+
"""任务描述信息
|
|
12473
|
+
:rtype: str
|
|
12474
|
+
"""
|
|
12475
|
+
return self._Description
|
|
12476
|
+
|
|
12477
|
+
@Description.setter
|
|
12478
|
+
def Description(self, Description):
|
|
12479
|
+
self._Description = Description
|
|
12480
|
+
|
|
12481
|
+
@property
|
|
12482
|
+
def IsolateStatus(self):
|
|
12483
|
+
"""1:正常 2:隔离中
|
|
12484
|
+
:rtype: int
|
|
12485
|
+
"""
|
|
12486
|
+
return self._IsolateStatus
|
|
12487
|
+
|
|
12488
|
+
@IsolateStatus.setter
|
|
12489
|
+
def IsolateStatus(self, IsolateStatus):
|
|
12490
|
+
self._IsolateStatus = IsolateStatus
|
|
12491
|
+
|
|
12464
12492
|
|
|
12465
12493
|
def _deserialize(self, params):
|
|
12466
12494
|
self._TaskId = params.get("TaskId")
|
|
@@ -12496,6 +12524,8 @@ class DescribeDatahubTaskRes(AbstractModel):
|
|
|
12496
12524
|
obj = Tag()
|
|
12497
12525
|
obj._deserialize(item)
|
|
12498
12526
|
self._Tags.append(obj)
|
|
12527
|
+
self._Description = params.get("Description")
|
|
12528
|
+
self._IsolateStatus = params.get("IsolateStatus")
|
|
12499
12529
|
memeber_set = set(params.keys())
|
|
12500
12530
|
for name, value in vars(self).items():
|
|
12501
12531
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1413
|
tencentcloud-sdk-python-ckafka-3.0.1408/tencentcloud_sdk_python_ckafka.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1408
|
{tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1413}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1413}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|