tencentcloud-sdk-python-ckafka 3.0.1490__tar.gz → 3.0.1491__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.1490 → tencentcloud_sdk_python_ckafka-3.0.1491}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ckafka-3.0.1490 → tencentcloud_sdk_python_ckafka-3.0.1491}/setup.py +1 -1
- {tencentcloud_sdk_python_ckafka-3.0.1490 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ckafka-3.0.1490 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud/ckafka/v20190819/ckafka_client.py +0 -23
- {tencentcloud_sdk_python_ckafka-3.0.1490 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud/ckafka/v20190819/models.py +0 -147
- {tencentcloud_sdk_python_ckafka-3.0.1490 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud_sdk_python_ckafka.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ckafka-3.0.1491/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ckafka-3.0.1490/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ckafka-3.0.1490 → tencentcloud_sdk_python_ckafka-3.0.1491}/README.rst +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1490 → tencentcloud_sdk_python_ckafka-3.0.1491}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1490 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud/ckafka/__init__.py +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1490 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud/ckafka/v20190819/__init__.py +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1490 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud/ckafka/v20190819/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1490 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud_sdk_python_ckafka.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1490 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud_sdk_python_ckafka.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ckafka-3.0.1490 → tencentcloud_sdk_python_ckafka-3.0.1491}/tencentcloud_sdk_python_ckafka.egg-info/top_level.txt +0 -0
{tencentcloud_sdk_python_ckafka-3.0.1490 → tencentcloud_sdk_python_ckafka-3.0.1491}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ckafka
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1491
|
|
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
|
|
@@ -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.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1491
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
{tencentcloud_sdk_python_ckafka-3.0.1490 → tencentcloud_sdk_python_ckafka-3.0.1491}/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.1491,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ckafka SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -877,29 +877,6 @@ class CkafkaClient(AbstractClient):
|
|
|
877
877
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
878
878
|
|
|
879
879
|
|
|
880
|
-
def DescribeAppInfo(self, request):
|
|
881
|
-
r"""查询用户列表
|
|
882
|
-
|
|
883
|
-
:param request: Request instance for DescribeAppInfo.
|
|
884
|
-
:type request: :class:`tencentcloud.ckafka.v20190819.models.DescribeAppInfoRequest`
|
|
885
|
-
:rtype: :class:`tencentcloud.ckafka.v20190819.models.DescribeAppInfoResponse`
|
|
886
|
-
|
|
887
|
-
"""
|
|
888
|
-
try:
|
|
889
|
-
params = request._serialize()
|
|
890
|
-
headers = request.headers
|
|
891
|
-
body = self.call("DescribeAppInfo", params, headers=headers)
|
|
892
|
-
response = json.loads(body)
|
|
893
|
-
model = models.DescribeAppInfoResponse()
|
|
894
|
-
model._deserialize(response["Response"])
|
|
895
|
-
return model
|
|
896
|
-
except Exception as e:
|
|
897
|
-
if isinstance(e, TencentCloudSDKException):
|
|
898
|
-
raise
|
|
899
|
-
else:
|
|
900
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
901
|
-
|
|
902
|
-
|
|
903
880
|
def DescribeCkafkaZone(self, request):
|
|
904
881
|
r"""用于查看ckafka的可用区列表
|
|
905
882
|
|
|
@@ -619,57 +619,6 @@ class AnalyseParam(AbstractModel):
|
|
|
619
619
|
|
|
620
620
|
|
|
621
621
|
|
|
622
|
-
class AppIdResponse(AbstractModel):
|
|
623
|
-
r"""AppId的查询结果
|
|
624
|
-
|
|
625
|
-
"""
|
|
626
|
-
|
|
627
|
-
def __init__(self):
|
|
628
|
-
r"""
|
|
629
|
-
:param _TotalCount: 符合要求的所有AppId数量
|
|
630
|
-
:type TotalCount: int
|
|
631
|
-
:param _AppIdList: 符合要求的App Id列表
|
|
632
|
-
:type AppIdList: list of int
|
|
633
|
-
"""
|
|
634
|
-
self._TotalCount = None
|
|
635
|
-
self._AppIdList = None
|
|
636
|
-
|
|
637
|
-
@property
|
|
638
|
-
def TotalCount(self):
|
|
639
|
-
r"""符合要求的所有AppId数量
|
|
640
|
-
:rtype: int
|
|
641
|
-
"""
|
|
642
|
-
return self._TotalCount
|
|
643
|
-
|
|
644
|
-
@TotalCount.setter
|
|
645
|
-
def TotalCount(self, TotalCount):
|
|
646
|
-
self._TotalCount = TotalCount
|
|
647
|
-
|
|
648
|
-
@property
|
|
649
|
-
def AppIdList(self):
|
|
650
|
-
r"""符合要求的App Id列表
|
|
651
|
-
:rtype: list of int
|
|
652
|
-
"""
|
|
653
|
-
return self._AppIdList
|
|
654
|
-
|
|
655
|
-
@AppIdList.setter
|
|
656
|
-
def AppIdList(self, AppIdList):
|
|
657
|
-
self._AppIdList = AppIdList
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
def _deserialize(self, params):
|
|
661
|
-
self._TotalCount = params.get("TotalCount")
|
|
662
|
-
self._AppIdList = params.get("AppIdList")
|
|
663
|
-
memeber_set = set(params.keys())
|
|
664
|
-
for name, value in vars(self).items():
|
|
665
|
-
property_name = name[1:]
|
|
666
|
-
if property_name in memeber_set:
|
|
667
|
-
memeber_set.remove(property_name)
|
|
668
|
-
if len(memeber_set) > 0:
|
|
669
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
622
|
class Assignment(AbstractModel):
|
|
674
623
|
r"""存储着分配给该消费者的 partition 信息
|
|
675
624
|
|
|
@@ -10233,102 +10182,6 @@ class DescribeAclRuleResponse(AbstractModel):
|
|
|
10233
10182
|
self._RequestId = params.get("RequestId")
|
|
10234
10183
|
|
|
10235
10184
|
|
|
10236
|
-
class DescribeAppInfoRequest(AbstractModel):
|
|
10237
|
-
r"""DescribeAppInfo请求参数结构体
|
|
10238
|
-
|
|
10239
|
-
"""
|
|
10240
|
-
|
|
10241
|
-
def __init__(self):
|
|
10242
|
-
r"""
|
|
10243
|
-
:param _Offset: 偏移位置
|
|
10244
|
-
:type Offset: int
|
|
10245
|
-
:param _Limit: 本次查询用户数目最大数量限制,最大值为50,默认50
|
|
10246
|
-
:type Limit: int
|
|
10247
|
-
"""
|
|
10248
|
-
self._Offset = None
|
|
10249
|
-
self._Limit = None
|
|
10250
|
-
|
|
10251
|
-
@property
|
|
10252
|
-
def Offset(self):
|
|
10253
|
-
r"""偏移位置
|
|
10254
|
-
:rtype: int
|
|
10255
|
-
"""
|
|
10256
|
-
return self._Offset
|
|
10257
|
-
|
|
10258
|
-
@Offset.setter
|
|
10259
|
-
def Offset(self, Offset):
|
|
10260
|
-
self._Offset = Offset
|
|
10261
|
-
|
|
10262
|
-
@property
|
|
10263
|
-
def Limit(self):
|
|
10264
|
-
r"""本次查询用户数目最大数量限制,最大值为50,默认50
|
|
10265
|
-
:rtype: int
|
|
10266
|
-
"""
|
|
10267
|
-
return self._Limit
|
|
10268
|
-
|
|
10269
|
-
@Limit.setter
|
|
10270
|
-
def Limit(self, Limit):
|
|
10271
|
-
self._Limit = Limit
|
|
10272
|
-
|
|
10273
|
-
|
|
10274
|
-
def _deserialize(self, params):
|
|
10275
|
-
self._Offset = params.get("Offset")
|
|
10276
|
-
self._Limit = params.get("Limit")
|
|
10277
|
-
memeber_set = set(params.keys())
|
|
10278
|
-
for name, value in vars(self).items():
|
|
10279
|
-
property_name = name[1:]
|
|
10280
|
-
if property_name in memeber_set:
|
|
10281
|
-
memeber_set.remove(property_name)
|
|
10282
|
-
if len(memeber_set) > 0:
|
|
10283
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
10284
|
-
|
|
10285
|
-
|
|
10286
|
-
|
|
10287
|
-
class DescribeAppInfoResponse(AbstractModel):
|
|
10288
|
-
r"""DescribeAppInfo返回参数结构体
|
|
10289
|
-
|
|
10290
|
-
"""
|
|
10291
|
-
|
|
10292
|
-
def __init__(self):
|
|
10293
|
-
r"""
|
|
10294
|
-
:param _Result: 返回的符合要求的App Id列表
|
|
10295
|
-
:type Result: :class:`tencentcloud.ckafka.v20190819.models.AppIdResponse`
|
|
10296
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10297
|
-
:type RequestId: str
|
|
10298
|
-
"""
|
|
10299
|
-
self._Result = None
|
|
10300
|
-
self._RequestId = None
|
|
10301
|
-
|
|
10302
|
-
@property
|
|
10303
|
-
def Result(self):
|
|
10304
|
-
r"""返回的符合要求的App Id列表
|
|
10305
|
-
:rtype: :class:`tencentcloud.ckafka.v20190819.models.AppIdResponse`
|
|
10306
|
-
"""
|
|
10307
|
-
return self._Result
|
|
10308
|
-
|
|
10309
|
-
@Result.setter
|
|
10310
|
-
def Result(self, Result):
|
|
10311
|
-
self._Result = Result
|
|
10312
|
-
|
|
10313
|
-
@property
|
|
10314
|
-
def RequestId(self):
|
|
10315
|
-
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10316
|
-
:rtype: str
|
|
10317
|
-
"""
|
|
10318
|
-
return self._RequestId
|
|
10319
|
-
|
|
10320
|
-
@RequestId.setter
|
|
10321
|
-
def RequestId(self, RequestId):
|
|
10322
|
-
self._RequestId = RequestId
|
|
10323
|
-
|
|
10324
|
-
|
|
10325
|
-
def _deserialize(self, params):
|
|
10326
|
-
if params.get("Result") is not None:
|
|
10327
|
-
self._Result = AppIdResponse()
|
|
10328
|
-
self._Result._deserialize(params.get("Result"))
|
|
10329
|
-
self._RequestId = params.get("RequestId")
|
|
10330
|
-
|
|
10331
|
-
|
|
10332
10185
|
class DescribeCkafkaZoneRequest(AbstractModel):
|
|
10333
10186
|
r"""DescribeCkafkaZone请求参数结构体
|
|
10334
10187
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ckafka
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1491
|
|
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
|
|
@@ -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.0.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.0.1491
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1491
|
tencentcloud_sdk_python_ckafka-3.0.1490/tencentcloud_sdk_python_ckafka.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1490
|
{tencentcloud_sdk_python_ckafka-3.0.1490 → tencentcloud_sdk_python_ckafka-3.0.1491}/README.rst
RENAMED
|
File without changes
|
{tencentcloud_sdk_python_ckafka-3.0.1490 → tencentcloud_sdk_python_ckafka-3.0.1491}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|