tencentcloud-sdk-python-wedata 3.1.67__tar.gz → 3.1.81__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_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/setup.py +1 -1
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/tencentcloud/wedata/v20210820/models.py +33 -16
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/tencentcloud/wedata/v20250806/models.py +837 -440
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/tencentcloud/wedata/v20250806/wedata_client.py +23 -0
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/tencentcloud/wedata/v20250806/wedata_client_async.py +18 -0
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/tencentcloud_sdk_python_wedata.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_wedata-3.1.81/tencentcloud_sdk_python_wedata.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_wedata-3.1.67/tencentcloud_sdk_python_wedata.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/README.rst +0 -0
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/setup.cfg +0 -0
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/tencentcloud/wedata/__init__.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/tencentcloud/wedata/v20210820/__init__.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/tencentcloud/wedata/v20210820/errorcodes.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/tencentcloud/wedata/v20210820/wedata_client.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/tencentcloud/wedata/v20210820/wedata_client_async.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/tencentcloud/wedata/v20250806/__init__.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/tencentcloud/wedata/v20250806/errorcodes.py +0 -0
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/tencentcloud_sdk_python_wedata.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/tencentcloud_sdk_python_wedata.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_wedata-3.1.67 → tencentcloud_sdk_python_wedata-3.1.81}/tencentcloud_sdk_python_wedata.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-wedata
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.81
|
|
4
4
|
Summary: Tencent Cloud Wedata 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.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.81
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-wedata',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.81,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Wedata SDK for Python',
|
|
@@ -56666,30 +56666,33 @@ class EventListenerTaskInfo(AbstractModel):
|
|
|
56666
56666
|
|
|
56667
56667
|
def __init__(self):
|
|
56668
56668
|
r"""
|
|
56669
|
-
:param _TaskId:
|
|
56669
|
+
:param _TaskId: <p>任务id</p>
|
|
56670
56670
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
56671
56671
|
:type TaskId: str
|
|
56672
|
-
:param _TaskName:
|
|
56672
|
+
:param _TaskName: <p>任务名称</p>
|
|
56673
56673
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
56674
56674
|
:type TaskName: str
|
|
56675
|
-
:param _WorkflowId:
|
|
56675
|
+
:param _WorkflowId: <p>工作流id</p>
|
|
56676
56676
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
56677
56677
|
:type WorkflowId: str
|
|
56678
|
-
:param _WorkflowName:
|
|
56678
|
+
:param _WorkflowName: <p>工作流名称</p>
|
|
56679
56679
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
56680
56680
|
:type WorkflowName: str
|
|
56681
|
-
:param _TaskTypeId:
|
|
56681
|
+
:param _TaskTypeId: <p>任务类型id</p>
|
|
56682
56682
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
56683
56683
|
:type TaskTypeId: int
|
|
56684
|
-
:param _TaskType:
|
|
56684
|
+
:param _TaskType: <p>任务类型名称</p>
|
|
56685
56685
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
56686
56686
|
:type TaskType: str
|
|
56687
|
-
:param _ProjectId:
|
|
56687
|
+
:param _ProjectId: <p>项目id</p>
|
|
56688
56688
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
56689
56689
|
:type ProjectId: str
|
|
56690
|
-
:param _CycleType:
|
|
56690
|
+
:param _CycleType: <p>任务周期类型</p>
|
|
56691
56691
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
56692
56692
|
:type CycleType: str
|
|
56693
|
+
:param _EventName: <p>事件名称</p>
|
|
56694
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
56695
|
+
:type EventName: str
|
|
56693
56696
|
"""
|
|
56694
56697
|
self._TaskId = None
|
|
56695
56698
|
self._TaskName = None
|
|
@@ -56699,10 +56702,11 @@ class EventListenerTaskInfo(AbstractModel):
|
|
|
56699
56702
|
self._TaskType = None
|
|
56700
56703
|
self._ProjectId = None
|
|
56701
56704
|
self._CycleType = None
|
|
56705
|
+
self._EventName = None
|
|
56702
56706
|
|
|
56703
56707
|
@property
|
|
56704
56708
|
def TaskId(self):
|
|
56705
|
-
r"""
|
|
56709
|
+
r"""<p>任务id</p>
|
|
56706
56710
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
56707
56711
|
:rtype: str
|
|
56708
56712
|
"""
|
|
@@ -56714,7 +56718,7 @@ class EventListenerTaskInfo(AbstractModel):
|
|
|
56714
56718
|
|
|
56715
56719
|
@property
|
|
56716
56720
|
def TaskName(self):
|
|
56717
|
-
r"""
|
|
56721
|
+
r"""<p>任务名称</p>
|
|
56718
56722
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
56719
56723
|
:rtype: str
|
|
56720
56724
|
"""
|
|
@@ -56726,7 +56730,7 @@ class EventListenerTaskInfo(AbstractModel):
|
|
|
56726
56730
|
|
|
56727
56731
|
@property
|
|
56728
56732
|
def WorkflowId(self):
|
|
56729
|
-
r"""
|
|
56733
|
+
r"""<p>工作流id</p>
|
|
56730
56734
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
56731
56735
|
:rtype: str
|
|
56732
56736
|
"""
|
|
@@ -56738,7 +56742,7 @@ class EventListenerTaskInfo(AbstractModel):
|
|
|
56738
56742
|
|
|
56739
56743
|
@property
|
|
56740
56744
|
def WorkflowName(self):
|
|
56741
|
-
r"""
|
|
56745
|
+
r"""<p>工作流名称</p>
|
|
56742
56746
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
56743
56747
|
:rtype: str
|
|
56744
56748
|
"""
|
|
@@ -56750,7 +56754,7 @@ class EventListenerTaskInfo(AbstractModel):
|
|
|
56750
56754
|
|
|
56751
56755
|
@property
|
|
56752
56756
|
def TaskTypeId(self):
|
|
56753
|
-
r"""
|
|
56757
|
+
r"""<p>任务类型id</p>
|
|
56754
56758
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
56755
56759
|
:rtype: int
|
|
56756
56760
|
"""
|
|
@@ -56762,7 +56766,7 @@ class EventListenerTaskInfo(AbstractModel):
|
|
|
56762
56766
|
|
|
56763
56767
|
@property
|
|
56764
56768
|
def TaskType(self):
|
|
56765
|
-
r"""
|
|
56769
|
+
r"""<p>任务类型名称</p>
|
|
56766
56770
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
56767
56771
|
:rtype: str
|
|
56768
56772
|
"""
|
|
@@ -56774,7 +56778,7 @@ class EventListenerTaskInfo(AbstractModel):
|
|
|
56774
56778
|
|
|
56775
56779
|
@property
|
|
56776
56780
|
def ProjectId(self):
|
|
56777
|
-
r"""
|
|
56781
|
+
r"""<p>项目id</p>
|
|
56778
56782
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
56779
56783
|
:rtype: str
|
|
56780
56784
|
"""
|
|
@@ -56786,7 +56790,7 @@ class EventListenerTaskInfo(AbstractModel):
|
|
|
56786
56790
|
|
|
56787
56791
|
@property
|
|
56788
56792
|
def CycleType(self):
|
|
56789
|
-
r"""
|
|
56793
|
+
r"""<p>任务周期类型</p>
|
|
56790
56794
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
56791
56795
|
:rtype: str
|
|
56792
56796
|
"""
|
|
@@ -56796,6 +56800,18 @@ class EventListenerTaskInfo(AbstractModel):
|
|
|
56796
56800
|
def CycleType(self, CycleType):
|
|
56797
56801
|
self._CycleType = CycleType
|
|
56798
56802
|
|
|
56803
|
+
@property
|
|
56804
|
+
def EventName(self):
|
|
56805
|
+
r"""<p>事件名称</p>
|
|
56806
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
56807
|
+
:rtype: str
|
|
56808
|
+
"""
|
|
56809
|
+
return self._EventName
|
|
56810
|
+
|
|
56811
|
+
@EventName.setter
|
|
56812
|
+
def EventName(self, EventName):
|
|
56813
|
+
self._EventName = EventName
|
|
56814
|
+
|
|
56799
56815
|
|
|
56800
56816
|
def _deserialize(self, params):
|
|
56801
56817
|
self._TaskId = params.get("TaskId")
|
|
@@ -56806,6 +56822,7 @@ class EventListenerTaskInfo(AbstractModel):
|
|
|
56806
56822
|
self._TaskType = params.get("TaskType")
|
|
56807
56823
|
self._ProjectId = params.get("ProjectId")
|
|
56808
56824
|
self._CycleType = params.get("CycleType")
|
|
56825
|
+
self._EventName = params.get("EventName")
|
|
56809
56826
|
memeber_set = set(params.keys())
|
|
56810
56827
|
for name, value in vars(self).items():
|
|
56811
56828
|
property_name = name[1:]
|