tencentcloud-sdk-python-gs 3.0.1417__tar.gz → 3.0.1426__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-gs might be problematic. Click here for more details.
- {tencentcloud-sdk-python-gs-3.0.1417 → tencentcloud-sdk-python-gs-3.0.1426}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-gs-3.0.1417 → tencentcloud-sdk-python-gs-3.0.1426}/setup.py +1 -1
- {tencentcloud-sdk-python-gs-3.0.1417 → tencentcloud-sdk-python-gs-3.0.1426}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-gs-3.0.1417 → tencentcloud-sdk-python-gs-3.0.1426}/tencentcloud/gs/v20191118/models.py +120 -8
- {tencentcloud-sdk-python-gs-3.0.1417 → tencentcloud-sdk-python-gs-3.0.1426}/tencentcloud_sdk_python_gs.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-gs-3.0.1426/tencentcloud_sdk_python_gs.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-gs-3.0.1417/tencentcloud_sdk_python_gs.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-gs-3.0.1417 → tencentcloud-sdk-python-gs-3.0.1426}/README.rst +0 -0
- {tencentcloud-sdk-python-gs-3.0.1417 → tencentcloud-sdk-python-gs-3.0.1426}/setup.cfg +0 -0
- {tencentcloud-sdk-python-gs-3.0.1417 → tencentcloud-sdk-python-gs-3.0.1426}/tencentcloud/gs/__init__.py +0 -0
- {tencentcloud-sdk-python-gs-3.0.1417 → tencentcloud-sdk-python-gs-3.0.1426}/tencentcloud/gs/v20191118/__init__.py +0 -0
- {tencentcloud-sdk-python-gs-3.0.1417 → tencentcloud-sdk-python-gs-3.0.1426}/tencentcloud/gs/v20191118/errorcodes.py +0 -0
- {tencentcloud-sdk-python-gs-3.0.1417 → tencentcloud-sdk-python-gs-3.0.1426}/tencentcloud/gs/v20191118/gs_client.py +0 -0
- {tencentcloud-sdk-python-gs-3.0.1417 → tencentcloud-sdk-python-gs-3.0.1426}/tencentcloud_sdk_python_gs.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-gs-3.0.1417 → tencentcloud-sdk-python-gs-3.0.1426}/tencentcloud_sdk_python_gs.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-gs-3.0.1417 → tencentcloud-sdk-python-gs-3.0.1426}/tencentcloud_sdk_python_gs.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-gs',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1426,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Gs SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -39,7 +39,7 @@ class AndroidApp(AbstractModel):
|
|
|
39
39
|
:type UserId: str
|
|
40
40
|
:param _AppMode: 应用模式(NORMAL : 普通模式;ADVANCED : 高级模式)
|
|
41
41
|
:type AppMode: str
|
|
42
|
-
:param _UpdateState: 应用更新状态,取值:UPLOADING 上传中、CREATING 创建中、CREATE_FAIL 创建失败、CREATE_SUCCESS 创建成功、NORMAL 默认状态
|
|
42
|
+
:param _UpdateState: 应用更新状态,取值:UPLOADING 上传中、CREATING 创建中、CREATE_FAIL 创建失败、CREATE_SUCCESS 创建成功、PACKAGE_NAME_MISMATCH 包名不匹配、VERSION_ALREADY_EXISTS 版本已存在、APP_PARSE_FAIL app 解析失败、APP_EXISTS_SECURITY_RISK app 存在安全风险、NORMAL 默认状态
|
|
43
43
|
:type UpdateState: str
|
|
44
44
|
:param _PackageName: 安卓应用包名
|
|
45
45
|
:type PackageName: str
|
|
@@ -133,7 +133,7 @@ class AndroidApp(AbstractModel):
|
|
|
133
133
|
|
|
134
134
|
@property
|
|
135
135
|
def UpdateState(self):
|
|
136
|
-
"""应用更新状态,取值:UPLOADING 上传中、CREATING 创建中、CREATE_FAIL 创建失败、CREATE_SUCCESS 创建成功、NORMAL 默认状态
|
|
136
|
+
"""应用更新状态,取值:UPLOADING 上传中、CREATING 创建中、CREATE_FAIL 创建失败、CREATE_SUCCESS 创建成功、PACKAGE_NAME_MISMATCH 包名不匹配、VERSION_ALREADY_EXISTS 版本已存在、APP_PARSE_FAIL app 解析失败、APP_EXISTS_SECURITY_RISK app 存在安全风险、NORMAL 默认状态
|
|
137
137
|
:rtype: str
|
|
138
138
|
"""
|
|
139
139
|
return self._UpdateState
|
|
@@ -239,9 +239,7 @@ class AndroidAppVersionInfo(AbstractModel):
|
|
|
239
239
|
r"""
|
|
240
240
|
:param _AndroidAppVersion: 安卓应用版本
|
|
241
241
|
:type AndroidAppVersion: str
|
|
242
|
-
:param _State:
|
|
243
|
-
CREATING: 创建中、
|
|
244
|
-
CREATE_FAIL:创建失败、CREATE_SUCCESS:创建成功)
|
|
242
|
+
:param _State: 安卓应用版本创建状态,取值:NORMAL:无(默认)、UPLOADING:上传中、CREATING: 创建中、CREATE_FAIL:创建失败、PACKAGE_NAME_MISMATCH:包名不匹配、VERSION_ALREADY_EXISTS:版本已存在、APP_PARSE_FAIL: app 解析失败、APP_EXISTS_SECURITY_RISK:app 存在安全风险、CREATE_SUCCESS:创建成功
|
|
245
243
|
:type State: str
|
|
246
244
|
:param _CreateTime: 安卓应用版本创建时间
|
|
247
245
|
:type CreateTime: str
|
|
@@ -257,6 +255,12 @@ CREATE_FAIL:创建失败、CREATE_SUCCESS:创建成功)
|
|
|
257
255
|
:type Activity: str
|
|
258
256
|
:param _VersionName: 应用版本号(Version Name)
|
|
259
257
|
:type VersionName: str
|
|
258
|
+
:param _MD5: 应用包 MD5
|
|
259
|
+
:type MD5: str
|
|
260
|
+
:param _FileSize: 应用包文件大小(字节)
|
|
261
|
+
:type FileSize: int
|
|
262
|
+
:param _PackageName: 安卓应用包名
|
|
263
|
+
:type PackageName: str
|
|
260
264
|
"""
|
|
261
265
|
self._AndroidAppVersion = None
|
|
262
266
|
self._State = None
|
|
@@ -267,6 +271,9 @@ CREATE_FAIL:创建失败、CREATE_SUCCESS:创建成功)
|
|
|
267
271
|
self._AndroidAppVersionName = None
|
|
268
272
|
self._Activity = None
|
|
269
273
|
self._VersionName = None
|
|
274
|
+
self._MD5 = None
|
|
275
|
+
self._FileSize = None
|
|
276
|
+
self._PackageName = None
|
|
270
277
|
|
|
271
278
|
@property
|
|
272
279
|
def AndroidAppVersion(self):
|
|
@@ -281,9 +288,7 @@ CREATE_FAIL:创建失败、CREATE_SUCCESS:创建成功)
|
|
|
281
288
|
|
|
282
289
|
@property
|
|
283
290
|
def State(self):
|
|
284
|
-
"""
|
|
285
|
-
CREATING: 创建中、
|
|
286
|
-
CREATE_FAIL:创建失败、CREATE_SUCCESS:创建成功)
|
|
291
|
+
"""安卓应用版本创建状态,取值:NORMAL:无(默认)、UPLOADING:上传中、CREATING: 创建中、CREATE_FAIL:创建失败、PACKAGE_NAME_MISMATCH:包名不匹配、VERSION_ALREADY_EXISTS:版本已存在、APP_PARSE_FAIL: app 解析失败、APP_EXISTS_SECURITY_RISK:app 存在安全风险、CREATE_SUCCESS:创建成功
|
|
287
292
|
:rtype: str
|
|
288
293
|
"""
|
|
289
294
|
return self._State
|
|
@@ -369,6 +374,39 @@ CREATE_FAIL:创建失败、CREATE_SUCCESS:创建成功)
|
|
|
369
374
|
def VersionName(self, VersionName):
|
|
370
375
|
self._VersionName = VersionName
|
|
371
376
|
|
|
377
|
+
@property
|
|
378
|
+
def MD5(self):
|
|
379
|
+
"""应用包 MD5
|
|
380
|
+
:rtype: str
|
|
381
|
+
"""
|
|
382
|
+
return self._MD5
|
|
383
|
+
|
|
384
|
+
@MD5.setter
|
|
385
|
+
def MD5(self, MD5):
|
|
386
|
+
self._MD5 = MD5
|
|
387
|
+
|
|
388
|
+
@property
|
|
389
|
+
def FileSize(self):
|
|
390
|
+
"""应用包文件大小(字节)
|
|
391
|
+
:rtype: int
|
|
392
|
+
"""
|
|
393
|
+
return self._FileSize
|
|
394
|
+
|
|
395
|
+
@FileSize.setter
|
|
396
|
+
def FileSize(self, FileSize):
|
|
397
|
+
self._FileSize = FileSize
|
|
398
|
+
|
|
399
|
+
@property
|
|
400
|
+
def PackageName(self):
|
|
401
|
+
"""安卓应用包名
|
|
402
|
+
:rtype: str
|
|
403
|
+
"""
|
|
404
|
+
return self._PackageName
|
|
405
|
+
|
|
406
|
+
@PackageName.setter
|
|
407
|
+
def PackageName(self, PackageName):
|
|
408
|
+
self._PackageName = PackageName
|
|
409
|
+
|
|
372
410
|
|
|
373
411
|
def _deserialize(self, params):
|
|
374
412
|
self._AndroidAppVersion = params.get("AndroidAppVersion")
|
|
@@ -380,6 +418,9 @@ CREATE_FAIL:创建失败、CREATE_SUCCESS:创建成功)
|
|
|
380
418
|
self._AndroidAppVersionName = params.get("AndroidAppVersionName")
|
|
381
419
|
self._Activity = params.get("Activity")
|
|
382
420
|
self._VersionName = params.get("VersionName")
|
|
421
|
+
self._MD5 = params.get("MD5")
|
|
422
|
+
self._FileSize = params.get("FileSize")
|
|
423
|
+
self._PackageName = params.get("PackageName")
|
|
383
424
|
memeber_set = set(params.keys())
|
|
384
425
|
for name, value in vars(self).items():
|
|
385
426
|
property_name = name[1:]
|
|
@@ -958,14 +999,20 @@ class AndroidInstanceImage(AbstractModel):
|
|
|
958
999
|
:type AndroidInstanceImageState: str
|
|
959
1000
|
:param _AndroidInstanceImageZone: 镜像可用区
|
|
960
1001
|
:type AndroidInstanceImageZone: str
|
|
1002
|
+
:param _AndroidInstanceImageDescription: 镜像描述
|
|
1003
|
+
:type AndroidInstanceImageDescription: str
|
|
961
1004
|
:param _AndroidVersion: 安卓10
|
|
962
1005
|
:type AndroidVersion: str
|
|
1006
|
+
:param _CreateTime: 创建时间
|
|
1007
|
+
:type CreateTime: str
|
|
963
1008
|
"""
|
|
964
1009
|
self._AndroidInstanceImageId = None
|
|
965
1010
|
self._AndroidInstanceImageName = None
|
|
966
1011
|
self._AndroidInstanceImageState = None
|
|
967
1012
|
self._AndroidInstanceImageZone = None
|
|
1013
|
+
self._AndroidInstanceImageDescription = None
|
|
968
1014
|
self._AndroidVersion = None
|
|
1015
|
+
self._CreateTime = None
|
|
969
1016
|
|
|
970
1017
|
@property
|
|
971
1018
|
def AndroidInstanceImageId(self):
|
|
@@ -1011,6 +1058,17 @@ class AndroidInstanceImage(AbstractModel):
|
|
|
1011
1058
|
def AndroidInstanceImageZone(self, AndroidInstanceImageZone):
|
|
1012
1059
|
self._AndroidInstanceImageZone = AndroidInstanceImageZone
|
|
1013
1060
|
|
|
1061
|
+
@property
|
|
1062
|
+
def AndroidInstanceImageDescription(self):
|
|
1063
|
+
"""镜像描述
|
|
1064
|
+
:rtype: str
|
|
1065
|
+
"""
|
|
1066
|
+
return self._AndroidInstanceImageDescription
|
|
1067
|
+
|
|
1068
|
+
@AndroidInstanceImageDescription.setter
|
|
1069
|
+
def AndroidInstanceImageDescription(self, AndroidInstanceImageDescription):
|
|
1070
|
+
self._AndroidInstanceImageDescription = AndroidInstanceImageDescription
|
|
1071
|
+
|
|
1014
1072
|
@property
|
|
1015
1073
|
def AndroidVersion(self):
|
|
1016
1074
|
"""安卓10
|
|
@@ -1022,13 +1080,26 @@ class AndroidInstanceImage(AbstractModel):
|
|
|
1022
1080
|
def AndroidVersion(self, AndroidVersion):
|
|
1023
1081
|
self._AndroidVersion = AndroidVersion
|
|
1024
1082
|
|
|
1083
|
+
@property
|
|
1084
|
+
def CreateTime(self):
|
|
1085
|
+
"""创建时间
|
|
1086
|
+
:rtype: str
|
|
1087
|
+
"""
|
|
1088
|
+
return self._CreateTime
|
|
1089
|
+
|
|
1090
|
+
@CreateTime.setter
|
|
1091
|
+
def CreateTime(self, CreateTime):
|
|
1092
|
+
self._CreateTime = CreateTime
|
|
1093
|
+
|
|
1025
1094
|
|
|
1026
1095
|
def _deserialize(self, params):
|
|
1027
1096
|
self._AndroidInstanceImageId = params.get("AndroidInstanceImageId")
|
|
1028
1097
|
self._AndroidInstanceImageName = params.get("AndroidInstanceImageName")
|
|
1029
1098
|
self._AndroidInstanceImageState = params.get("AndroidInstanceImageState")
|
|
1030
1099
|
self._AndroidInstanceImageZone = params.get("AndroidInstanceImageZone")
|
|
1100
|
+
self._AndroidInstanceImageDescription = params.get("AndroidInstanceImageDescription")
|
|
1031
1101
|
self._AndroidVersion = params.get("AndroidVersion")
|
|
1102
|
+
self._CreateTime = params.get("CreateTime")
|
|
1032
1103
|
memeber_set = set(params.keys())
|
|
1033
1104
|
for name, value in vars(self).items():
|
|
1034
1105
|
property_name = name[1:]
|
|
@@ -2457,9 +2528,12 @@ class CreateAndroidInstanceImageRequest(AbstractModel):
|
|
|
2457
2528
|
:type AndroidInstanceImageName: str
|
|
2458
2529
|
:param _AndroidInstanceId: 安卓实例 ID
|
|
2459
2530
|
:type AndroidInstanceId: str
|
|
2531
|
+
:param _AndroidInstanceImageDescription: 安卓实例镜像描述
|
|
2532
|
+
:type AndroidInstanceImageDescription: str
|
|
2460
2533
|
"""
|
|
2461
2534
|
self._AndroidInstanceImageName = None
|
|
2462
2535
|
self._AndroidInstanceId = None
|
|
2536
|
+
self._AndroidInstanceImageDescription = None
|
|
2463
2537
|
|
|
2464
2538
|
@property
|
|
2465
2539
|
def AndroidInstanceImageName(self):
|
|
@@ -2483,10 +2557,22 @@ class CreateAndroidInstanceImageRequest(AbstractModel):
|
|
|
2483
2557
|
def AndroidInstanceId(self, AndroidInstanceId):
|
|
2484
2558
|
self._AndroidInstanceId = AndroidInstanceId
|
|
2485
2559
|
|
|
2560
|
+
@property
|
|
2561
|
+
def AndroidInstanceImageDescription(self):
|
|
2562
|
+
"""安卓实例镜像描述
|
|
2563
|
+
:rtype: str
|
|
2564
|
+
"""
|
|
2565
|
+
return self._AndroidInstanceImageDescription
|
|
2566
|
+
|
|
2567
|
+
@AndroidInstanceImageDescription.setter
|
|
2568
|
+
def AndroidInstanceImageDescription(self, AndroidInstanceImageDescription):
|
|
2569
|
+
self._AndroidInstanceImageDescription = AndroidInstanceImageDescription
|
|
2570
|
+
|
|
2486
2571
|
|
|
2487
2572
|
def _deserialize(self, params):
|
|
2488
2573
|
self._AndroidInstanceImageName = params.get("AndroidInstanceImageName")
|
|
2489
2574
|
self._AndroidInstanceId = params.get("AndroidInstanceId")
|
|
2575
|
+
self._AndroidInstanceImageDescription = params.get("AndroidInstanceImageDescription")
|
|
2490
2576
|
memeber_set = set(params.keys())
|
|
2491
2577
|
for name, value in vars(self).items():
|
|
2492
2578
|
property_name = name[1:]
|
|
@@ -4537,11 +4623,17 @@ class DescribeAndroidInstanceImagesRequest(AbstractModel):
|
|
|
4537
4623
|
:type Offset: int
|
|
4538
4624
|
:param _Limit: 限制量,默认为20,最大值为100
|
|
4539
4625
|
:type Limit: int
|
|
4626
|
+
:param _Filters: 字段过滤器。Filter 的 Name 有以下值:
|
|
4627
|
+
ImageName:镜像名称
|
|
4628
|
+
ImageState:镜像状态
|
|
4629
|
+
AndroidVersion:安卓版本
|
|
4630
|
+
:type Filters: list of Filter
|
|
4540
4631
|
"""
|
|
4541
4632
|
self._AndroidInstanceImageIds = None
|
|
4542
4633
|
self._AndroidInstanceImageZones = None
|
|
4543
4634
|
self._Offset = None
|
|
4544
4635
|
self._Limit = None
|
|
4636
|
+
self._Filters = None
|
|
4545
4637
|
|
|
4546
4638
|
@property
|
|
4547
4639
|
def AndroidInstanceImageIds(self):
|
|
@@ -4587,12 +4679,32 @@ class DescribeAndroidInstanceImagesRequest(AbstractModel):
|
|
|
4587
4679
|
def Limit(self, Limit):
|
|
4588
4680
|
self._Limit = Limit
|
|
4589
4681
|
|
|
4682
|
+
@property
|
|
4683
|
+
def Filters(self):
|
|
4684
|
+
"""字段过滤器。Filter 的 Name 有以下值:
|
|
4685
|
+
ImageName:镜像名称
|
|
4686
|
+
ImageState:镜像状态
|
|
4687
|
+
AndroidVersion:安卓版本
|
|
4688
|
+
:rtype: list of Filter
|
|
4689
|
+
"""
|
|
4690
|
+
return self._Filters
|
|
4691
|
+
|
|
4692
|
+
@Filters.setter
|
|
4693
|
+
def Filters(self, Filters):
|
|
4694
|
+
self._Filters = Filters
|
|
4695
|
+
|
|
4590
4696
|
|
|
4591
4697
|
def _deserialize(self, params):
|
|
4592
4698
|
self._AndroidInstanceImageIds = params.get("AndroidInstanceImageIds")
|
|
4593
4699
|
self._AndroidInstanceImageZones = params.get("AndroidInstanceImageZones")
|
|
4594
4700
|
self._Offset = params.get("Offset")
|
|
4595
4701
|
self._Limit = params.get("Limit")
|
|
4702
|
+
if params.get("Filters") is not None:
|
|
4703
|
+
self._Filters = []
|
|
4704
|
+
for item in params.get("Filters"):
|
|
4705
|
+
obj = Filter()
|
|
4706
|
+
obj._deserialize(item)
|
|
4707
|
+
self._Filters.append(obj)
|
|
4596
4708
|
memeber_set = set(params.keys())
|
|
4597
4709
|
for name, value in vars(self).items():
|
|
4598
4710
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1426
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1417
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|