tencentcloud-sdk-python-live 3.0.1123__tar.gz → 3.0.1124__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-live might be problematic. Click here for more details.
- {tencentcloud-sdk-python-live-3.0.1123 → tencentcloud-sdk-python-live-3.0.1124}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-live-3.0.1123 → tencentcloud-sdk-python-live-3.0.1124}/setup.py +1 -1
- {tencentcloud-sdk-python-live-3.0.1123 → tencentcloud-sdk-python-live-3.0.1124}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-live-3.0.1123 → tencentcloud-sdk-python-live-3.0.1124}/tencentcloud/live/v20180801/models.py +39 -0
- {tencentcloud-sdk-python-live-3.0.1123 → tencentcloud-sdk-python-live-3.0.1124}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-live-3.0.1124/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-live-3.0.1123/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-live-3.0.1123 → tencentcloud-sdk-python-live-3.0.1124}/README.rst +0 -0
- {tencentcloud-sdk-python-live-3.0.1123 → tencentcloud-sdk-python-live-3.0.1124}/setup.cfg +0 -0
- {tencentcloud-sdk-python-live-3.0.1123 → tencentcloud-sdk-python-live-3.0.1124}/tencentcloud/live/__init__.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1123 → tencentcloud-sdk-python-live-3.0.1124}/tencentcloud/live/v20180801/__init__.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1123 → tencentcloud-sdk-python-live-3.0.1124}/tencentcloud/live/v20180801/errorcodes.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1123 → tencentcloud-sdk-python-live-3.0.1124}/tencentcloud/live/v20180801/live_client.py +0 -0
- {tencentcloud-sdk-python-live-3.0.1123 → tencentcloud-sdk-python-live-3.0.1124}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-live-3.0.1123 → tencentcloud-sdk-python-live-3.0.1124}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-live-3.0.1123 → tencentcloud-sdk-python-live-3.0.1124}/tencentcloud_sdk_python_live.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-live',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1124"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Live SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -23455,6 +23455,15 @@ cold:低频存储。
|
|
|
23455
23455
|
:param _ClassId: 点播应用分类
|
|
23456
23456
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
23457
23457
|
:type ClassId: int
|
|
23458
|
+
:param _CosBucketName: 存储至 cos 的 bucket 桶名称。
|
|
23459
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
23460
|
+
:type CosBucketName: str
|
|
23461
|
+
:param _CosBucketRegion: 存储至 cos 的 bucket 区域。
|
|
23462
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
23463
|
+
:type CosBucketRegion: str
|
|
23464
|
+
:param _CosBucketPath: 存储至 cos 的 bucket 路径。
|
|
23465
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
23466
|
+
:type CosBucketPath: str
|
|
23458
23467
|
"""
|
|
23459
23468
|
self._RecordInterval = None
|
|
23460
23469
|
self._StorageTime = None
|
|
@@ -23464,6 +23473,9 @@ cold:低频存储。
|
|
|
23464
23473
|
self._Procedure = None
|
|
23465
23474
|
self._StorageMode = None
|
|
23466
23475
|
self._ClassId = None
|
|
23476
|
+
self._CosBucketName = None
|
|
23477
|
+
self._CosBucketRegion = None
|
|
23478
|
+
self._CosBucketPath = None
|
|
23467
23479
|
|
|
23468
23480
|
@property
|
|
23469
23481
|
def RecordInterval(self):
|
|
@@ -23529,6 +23541,30 @@ cold:低频存储。
|
|
|
23529
23541
|
def ClassId(self, ClassId):
|
|
23530
23542
|
self._ClassId = ClassId
|
|
23531
23543
|
|
|
23544
|
+
@property
|
|
23545
|
+
def CosBucketName(self):
|
|
23546
|
+
return self._CosBucketName
|
|
23547
|
+
|
|
23548
|
+
@CosBucketName.setter
|
|
23549
|
+
def CosBucketName(self, CosBucketName):
|
|
23550
|
+
self._CosBucketName = CosBucketName
|
|
23551
|
+
|
|
23552
|
+
@property
|
|
23553
|
+
def CosBucketRegion(self):
|
|
23554
|
+
return self._CosBucketRegion
|
|
23555
|
+
|
|
23556
|
+
@CosBucketRegion.setter
|
|
23557
|
+
def CosBucketRegion(self, CosBucketRegion):
|
|
23558
|
+
self._CosBucketRegion = CosBucketRegion
|
|
23559
|
+
|
|
23560
|
+
@property
|
|
23561
|
+
def CosBucketPath(self):
|
|
23562
|
+
return self._CosBucketPath
|
|
23563
|
+
|
|
23564
|
+
@CosBucketPath.setter
|
|
23565
|
+
def CosBucketPath(self, CosBucketPath):
|
|
23566
|
+
self._CosBucketPath = CosBucketPath
|
|
23567
|
+
|
|
23532
23568
|
|
|
23533
23569
|
def _deserialize(self, params):
|
|
23534
23570
|
self._RecordInterval = params.get("RecordInterval")
|
|
@@ -23539,6 +23575,9 @@ cold:低频存储。
|
|
|
23539
23575
|
self._Procedure = params.get("Procedure")
|
|
23540
23576
|
self._StorageMode = params.get("StorageMode")
|
|
23541
23577
|
self._ClassId = params.get("ClassId")
|
|
23578
|
+
self._CosBucketName = params.get("CosBucketName")
|
|
23579
|
+
self._CosBucketRegion = params.get("CosBucketRegion")
|
|
23580
|
+
self._CosBucketPath = params.get("CosBucketPath")
|
|
23542
23581
|
memeber_set = set(params.keys())
|
|
23543
23582
|
for name, value in vars(self).items():
|
|
23544
23583
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1124
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1123
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|