tencentcloud-sdk-python-ckafka 3.0.1408__tar.gz → 3.0.1416__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-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1416}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1416}/setup.py +1 -1
  3. {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1416}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1416}/tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
  5. {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1416}/tencentcloud/ckafka/v20190819/errorcodes.py +1 -1
  6. {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1416}/tencentcloud/ckafka/v20190819/models.py +33 -3
  7. {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1416}/tencentcloud_sdk_python_ckafka.egg-info/PKG-INFO +1 -1
  8. tencentcloud-sdk-python-ckafka-3.0.1416/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +1 -0
  9. tencentcloud-sdk-python-ckafka-3.0.1408/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +0 -1
  10. {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1416}/README.rst +0 -0
  11. {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1416}/setup.cfg +0 -0
  12. {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1416}/tencentcloud/ckafka/__init__.py +0 -0
  13. {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1416}/tencentcloud/ckafka/v20190819/__init__.py +0 -0
  14. {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1416}/tencentcloud_sdk_python_ckafka.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1416}/tencentcloud_sdk_python_ckafka.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-ckafka-3.0.1408 → tencentcloud-sdk-python-ckafka-3.0.1416}/tencentcloud_sdk_python_ckafka.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ckafka
3
- Version: 3.0.1408
3
+ Version: 3.0.1416
4
4
  Summary: Tencent Cloud Ckafka 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-ckafka',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1408"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1416"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Ckafka 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.1408'
17
+ __version__ = '3.0.1416'
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf8 -*-
2
- # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf8 -*-
2
- # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf8 -*-
2
- # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -7246,7 +7246,7 @@ class CreateTopicRequest(AbstractModel):
7246
7246
  r"""
7247
7247
  :param _InstanceId: 实例Id
7248
7248
  :type InstanceId: str
7249
- :param _TopicName: 主题名称,是一个不超过 128 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
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
- """主题名称,是一个不超过 128 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
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:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-ckafka
3
- Version: 3.0.1408
3
+ Version: 3.0.1416
4
4
  Summary: Tencent Cloud Ckafka 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.1416
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1408