tencentcloud-sdk-python-gs 3.0.1452__tar.gz → 3.0.1458__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.1452 → tencentcloud-sdk-python-gs-3.0.1458}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-gs-3.0.1452 → tencentcloud-sdk-python-gs-3.0.1458}/setup.py +1 -1
- {tencentcloud-sdk-python-gs-3.0.1452 → tencentcloud-sdk-python-gs-3.0.1458}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-gs-3.0.1452 → tencentcloud-sdk-python-gs-3.0.1458}/tencentcloud/gs/v20191118/gs_client.py +23 -0
- {tencentcloud-sdk-python-gs-3.0.1452 → tencentcloud-sdk-python-gs-3.0.1458}/tencentcloud/gs/v20191118/models.py +64 -0
- {tencentcloud-sdk-python-gs-3.0.1452 → tencentcloud-sdk-python-gs-3.0.1458}/tencentcloud_sdk_python_gs.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-gs-3.0.1458/tencentcloud_sdk_python_gs.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-gs-3.0.1452/tencentcloud_sdk_python_gs.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-gs-3.0.1452 → tencentcloud-sdk-python-gs-3.0.1458}/README.rst +0 -0
- {tencentcloud-sdk-python-gs-3.0.1452 → tencentcloud-sdk-python-gs-3.0.1458}/setup.cfg +0 -0
- {tencentcloud-sdk-python-gs-3.0.1452 → tencentcloud-sdk-python-gs-3.0.1458}/tencentcloud/gs/__init__.py +0 -0
- {tencentcloud-sdk-python-gs-3.0.1452 → tencentcloud-sdk-python-gs-3.0.1458}/tencentcloud/gs/v20191118/__init__.py +0 -0
- {tencentcloud-sdk-python-gs-3.0.1452 → tencentcloud-sdk-python-gs-3.0.1458}/tencentcloud/gs/v20191118/errorcodes.py +0 -0
- {tencentcloud-sdk-python-gs-3.0.1452 → tencentcloud-sdk-python-gs-3.0.1458}/tencentcloud_sdk_python_gs.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-gs-3.0.1452 → tencentcloud-sdk-python-gs-3.0.1458}/tencentcloud_sdk_python_gs.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-gs-3.0.1452 → tencentcloud-sdk-python-gs-3.0.1458}/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.1458,<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(),
|
|
@@ -766,6 +766,29 @@ class GsClient(AbstractClient):
|
|
|
766
766
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
767
767
|
|
|
768
768
|
|
|
769
|
+
def DisconnectAndroidInstance(self, request):
|
|
770
|
+
"""断开安卓实例
|
|
771
|
+
|
|
772
|
+
:param request: Request instance for DisconnectAndroidInstance.
|
|
773
|
+
:type request: :class:`tencentcloud.gs.v20191118.models.DisconnectAndroidInstanceRequest`
|
|
774
|
+
:rtype: :class:`tencentcloud.gs.v20191118.models.DisconnectAndroidInstanceResponse`
|
|
775
|
+
|
|
776
|
+
"""
|
|
777
|
+
try:
|
|
778
|
+
params = request._serialize()
|
|
779
|
+
headers = request.headers
|
|
780
|
+
body = self.call("DisconnectAndroidInstance", params, headers=headers)
|
|
781
|
+
response = json.loads(body)
|
|
782
|
+
model = models.DisconnectAndroidInstanceResponse()
|
|
783
|
+
model._deserialize(response["Response"])
|
|
784
|
+
return model
|
|
785
|
+
except Exception as e:
|
|
786
|
+
if isinstance(e, TencentCloudSDKException):
|
|
787
|
+
raise
|
|
788
|
+
else:
|
|
789
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
790
|
+
|
|
791
|
+
|
|
769
792
|
def DistributeFileToAndroidInstances(self, request):
|
|
770
793
|
"""将一个文件批量分发到多个实例,一次接口调用触发一次文件分发,一次文件分发只会从公网下载一次,然后文件会走内网分发到实例列表中的实例。
|
|
771
794
|
|
|
@@ -5905,6 +5905,70 @@ class DisableAndroidInstancesAppResponse(AbstractModel):
|
|
|
5905
5905
|
self._RequestId = params.get("RequestId")
|
|
5906
5906
|
|
|
5907
5907
|
|
|
5908
|
+
class DisconnectAndroidInstanceRequest(AbstractModel):
|
|
5909
|
+
"""DisconnectAndroidInstance请求参数结构体
|
|
5910
|
+
|
|
5911
|
+
"""
|
|
5912
|
+
|
|
5913
|
+
def __init__(self):
|
|
5914
|
+
r"""
|
|
5915
|
+
:param _AndroidInstanceId: 实例ID
|
|
5916
|
+
:type AndroidInstanceId: str
|
|
5917
|
+
"""
|
|
5918
|
+
self._AndroidInstanceId = None
|
|
5919
|
+
|
|
5920
|
+
@property
|
|
5921
|
+
def AndroidInstanceId(self):
|
|
5922
|
+
"""实例ID
|
|
5923
|
+
:rtype: str
|
|
5924
|
+
"""
|
|
5925
|
+
return self._AndroidInstanceId
|
|
5926
|
+
|
|
5927
|
+
@AndroidInstanceId.setter
|
|
5928
|
+
def AndroidInstanceId(self, AndroidInstanceId):
|
|
5929
|
+
self._AndroidInstanceId = AndroidInstanceId
|
|
5930
|
+
|
|
5931
|
+
|
|
5932
|
+
def _deserialize(self, params):
|
|
5933
|
+
self._AndroidInstanceId = params.get("AndroidInstanceId")
|
|
5934
|
+
memeber_set = set(params.keys())
|
|
5935
|
+
for name, value in vars(self).items():
|
|
5936
|
+
property_name = name[1:]
|
|
5937
|
+
if property_name in memeber_set:
|
|
5938
|
+
memeber_set.remove(property_name)
|
|
5939
|
+
if len(memeber_set) > 0:
|
|
5940
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
5941
|
+
|
|
5942
|
+
|
|
5943
|
+
|
|
5944
|
+
class DisconnectAndroidInstanceResponse(AbstractModel):
|
|
5945
|
+
"""DisconnectAndroidInstance返回参数结构体
|
|
5946
|
+
|
|
5947
|
+
"""
|
|
5948
|
+
|
|
5949
|
+
def __init__(self):
|
|
5950
|
+
r"""
|
|
5951
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5952
|
+
:type RequestId: str
|
|
5953
|
+
"""
|
|
5954
|
+
self._RequestId = None
|
|
5955
|
+
|
|
5956
|
+
@property
|
|
5957
|
+
def RequestId(self):
|
|
5958
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5959
|
+
:rtype: str
|
|
5960
|
+
"""
|
|
5961
|
+
return self._RequestId
|
|
5962
|
+
|
|
5963
|
+
@RequestId.setter
|
|
5964
|
+
def RequestId(self, RequestId):
|
|
5965
|
+
self._RequestId = RequestId
|
|
5966
|
+
|
|
5967
|
+
|
|
5968
|
+
def _deserialize(self, params):
|
|
5969
|
+
self._RequestId = params.get("RequestId")
|
|
5970
|
+
|
|
5971
|
+
|
|
5908
5972
|
class DistributeFileToAndroidInstancesRequest(AbstractModel):
|
|
5909
5973
|
"""DistributeFileToAndroidInstances请求参数结构体
|
|
5910
5974
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1458
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1452
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|