tencentcloud-sdk-python-gs 3.0.1421__tar.gz → 3.0.1428__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.1421 → tencentcloud-sdk-python-gs-3.0.1428}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-gs-3.0.1421 → tencentcloud-sdk-python-gs-3.0.1428}/setup.py +1 -1
- {tencentcloud-sdk-python-gs-3.0.1421 → tencentcloud-sdk-python-gs-3.0.1428}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-gs-3.0.1421 → tencentcloud-sdk-python-gs-3.0.1428}/tencentcloud/gs/v20191118/models.py +64 -8
- {tencentcloud-sdk-python-gs-3.0.1421 → tencentcloud-sdk-python-gs-3.0.1428}/tencentcloud_sdk_python_gs.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-gs-3.0.1428/tencentcloud_sdk_python_gs.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-gs-3.0.1421/tencentcloud_sdk_python_gs.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-gs-3.0.1421 → tencentcloud-sdk-python-gs-3.0.1428}/README.rst +0 -0
- {tencentcloud-sdk-python-gs-3.0.1421 → tencentcloud-sdk-python-gs-3.0.1428}/setup.cfg +0 -0
- {tencentcloud-sdk-python-gs-3.0.1421 → tencentcloud-sdk-python-gs-3.0.1428}/tencentcloud/gs/__init__.py +0 -0
- {tencentcloud-sdk-python-gs-3.0.1421 → tencentcloud-sdk-python-gs-3.0.1428}/tencentcloud/gs/v20191118/__init__.py +0 -0
- {tencentcloud-sdk-python-gs-3.0.1421 → tencentcloud-sdk-python-gs-3.0.1428}/tencentcloud/gs/v20191118/errorcodes.py +0 -0
- {tencentcloud-sdk-python-gs-3.0.1421 → tencentcloud-sdk-python-gs-3.0.1428}/tencentcloud/gs/v20191118/gs_client.py +0 -0
- {tencentcloud-sdk-python-gs-3.0.1421 → tencentcloud-sdk-python-gs-3.0.1428}/tencentcloud_sdk_python_gs.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-gs-3.0.1421 → tencentcloud-sdk-python-gs-3.0.1428}/tencentcloud_sdk_python_gs.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-gs-3.0.1421 → tencentcloud-sdk-python-gs-3.0.1428}/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>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1428,<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:]
|
|
@@ -4920,11 +4961,14 @@ class DescribeAndroidInstanceTasksStatusRequest(AbstractModel):
|
|
|
4920
4961
|
:type Offset: int
|
|
4921
4962
|
:param _Limit: 限制量,默认为20,最大值为100
|
|
4922
4963
|
:type Limit: int
|
|
4964
|
+
:param _RecentDays: 时间范围限制,以天数为单位
|
|
4965
|
+
:type RecentDays: int
|
|
4923
4966
|
"""
|
|
4924
4967
|
self._TaskIds = None
|
|
4925
4968
|
self._Filter = None
|
|
4926
4969
|
self._Offset = None
|
|
4927
4970
|
self._Limit = None
|
|
4971
|
+
self._RecentDays = None
|
|
4928
4972
|
|
|
4929
4973
|
@property
|
|
4930
4974
|
def TaskIds(self):
|
|
@@ -4970,6 +5014,17 @@ class DescribeAndroidInstanceTasksStatusRequest(AbstractModel):
|
|
|
4970
5014
|
def Limit(self, Limit):
|
|
4971
5015
|
self._Limit = Limit
|
|
4972
5016
|
|
|
5017
|
+
@property
|
|
5018
|
+
def RecentDays(self):
|
|
5019
|
+
"""时间范围限制,以天数为单位
|
|
5020
|
+
:rtype: int
|
|
5021
|
+
"""
|
|
5022
|
+
return self._RecentDays
|
|
5023
|
+
|
|
5024
|
+
@RecentDays.setter
|
|
5025
|
+
def RecentDays(self, RecentDays):
|
|
5026
|
+
self._RecentDays = RecentDays
|
|
5027
|
+
|
|
4973
5028
|
|
|
4974
5029
|
def _deserialize(self, params):
|
|
4975
5030
|
self._TaskIds = params.get("TaskIds")
|
|
@@ -4981,6 +5036,7 @@ class DescribeAndroidInstanceTasksStatusRequest(AbstractModel):
|
|
|
4981
5036
|
self._Filter.append(obj)
|
|
4982
5037
|
self._Offset = params.get("Offset")
|
|
4983
5038
|
self._Limit = params.get("Limit")
|
|
5039
|
+
self._RecentDays = params.get("RecentDays")
|
|
4984
5040
|
memeber_set = set(params.keys())
|
|
4985
5041
|
for name, value in vars(self).items():
|
|
4986
5042
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1428
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1421
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|