tencentcloud-sdk-python-lke 3.1.23__tar.gz → 3.1.29__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_lke-3.1.23 → tencentcloud_sdk_python_lke-3.1.29}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_lke-3.1.23 → tencentcloud_sdk_python_lke-3.1.29}/setup.py +1 -1
  3. {tencentcloud_sdk_python_lke-3.1.23 → tencentcloud_sdk_python_lke-3.1.29}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_lke-3.1.23 → tencentcloud_sdk_python_lke-3.1.29}/tencentcloud/lke/v20231130/models.py +38 -6
  5. {tencentcloud_sdk_python_lke-3.1.23 → tencentcloud_sdk_python_lke-3.1.29}/tencentcloud_sdk_python_lke.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_lke-3.1.29/tencentcloud_sdk_python_lke.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_lke-3.1.23/tencentcloud_sdk_python_lke.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_lke-3.1.23 → tencentcloud_sdk_python_lke-3.1.29}/README.rst +0 -0
  9. {tencentcloud_sdk_python_lke-3.1.23 → tencentcloud_sdk_python_lke-3.1.29}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_lke-3.1.23 → tencentcloud_sdk_python_lke-3.1.29}/tencentcloud/lke/__init__.py +0 -0
  11. {tencentcloud_sdk_python_lke-3.1.23 → tencentcloud_sdk_python_lke-3.1.29}/tencentcloud/lke/v20231130/__init__.py +0 -0
  12. {tencentcloud_sdk_python_lke-3.1.23 → tencentcloud_sdk_python_lke-3.1.29}/tencentcloud/lke/v20231130/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_lke-3.1.23 → tencentcloud_sdk_python_lke-3.1.29}/tencentcloud/lke/v20231130/lke_client.py +0 -0
  14. {tencentcloud_sdk_python_lke-3.1.23 → tencentcloud_sdk_python_lke-3.1.29}/tencentcloud/lke/v20231130/lke_client_async.py +0 -0
  15. {tencentcloud_sdk_python_lke-3.1.23 → tencentcloud_sdk_python_lke-3.1.29}/tencentcloud_sdk_python_lke.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_lke-3.1.23 → tencentcloud_sdk_python_lke-3.1.29}/tencentcloud_sdk_python_lke.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_lke-3.1.23 → tencentcloud_sdk_python_lke-3.1.29}/tencentcloud_sdk_python_lke.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-lke
3
- Version: 3.1.23
3
+ Version: 3.1.29
4
4
  Summary: Tencent Cloud Lke 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.23
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.29
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-lke',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.23,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.29,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Lke SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.23'
17
+ __version__ = '3.1.29'
@@ -21744,9 +21744,11 @@ class ListDocItem(AbstractModel):
21744
21744
  :type IsDisabled: bool
21745
21745
  :param _StaffName: 员工名称
21746
21746
  :type StaffName: str
21747
- :param _EnableScope: 文档生效域: 1-停用;2-仅开发域;3-仅发布域;4-全域
21747
+ :param _EnableScope: 文档生效域: 1-不生效;2-仅开发域生效;3-仅发布域生效;4-开发域和发布域均生效
21748
21748
  注意:此字段可能返回 null,表示取不到有效值。
21749
21749
  :type EnableScope: int
21750
+ :param _DocSize: 文档大小,单位:字节
21751
+ :type DocSize: str
21750
21752
  """
21751
21753
  self._DocBizId = None
21752
21754
  self._FileName = None
@@ -21785,6 +21787,7 @@ class ListDocItem(AbstractModel):
21785
21787
  self._IsDisabled = None
21786
21788
  self._StaffName = None
21787
21789
  self._EnableScope = None
21790
+ self._DocSize = None
21788
21791
 
21789
21792
  @property
21790
21793
  def DocBizId(self):
@@ -22215,7 +22218,7 @@ class ListDocItem(AbstractModel):
22215
22218
 
22216
22219
  @property
22217
22220
  def EnableScope(self):
22218
- r"""文档生效域: 1-停用;2-仅开发域;3-仅发布域;4-全域
22221
+ r"""文档生效域: 1-不生效;2-仅开发域生效;3-仅发布域生效;4-开发域和发布域均生效
22219
22222
  注意:此字段可能返回 null,表示取不到有效值。
22220
22223
  :rtype: int
22221
22224
  """
@@ -22225,6 +22228,17 @@ class ListDocItem(AbstractModel):
22225
22228
  def EnableScope(self, EnableScope):
22226
22229
  self._EnableScope = EnableScope
22227
22230
 
22231
+ @property
22232
+ def DocSize(self):
22233
+ r"""文档大小,单位:字节
22234
+ :rtype: str
22235
+ """
22236
+ return self._DocSize
22237
+
22238
+ @DocSize.setter
22239
+ def DocSize(self, DocSize):
22240
+ self._DocSize = DocSize
22241
+
22228
22242
 
22229
22243
  def _deserialize(self, params):
22230
22244
  self._DocBizId = params.get("DocBizId")
@@ -22269,6 +22283,7 @@ class ListDocItem(AbstractModel):
22269
22283
  self._IsDisabled = params.get("IsDisabled")
22270
22284
  self._StaffName = params.get("StaffName")
22271
22285
  self._EnableScope = params.get("EnableScope")
22286
+ self._DocSize = params.get("DocSize")
22272
22287
  memeber_set = set(params.keys())
22273
22288
  for name, value in vars(self).items():
22274
22289
  property_name = name[1:]
@@ -23265,11 +23280,14 @@ class ListQaItem(AbstractModel):
23265
23280
  :type IsDisabled: bool
23266
23281
  :param _StaffName: 员工名称
23267
23282
  :type StaffName: str
23268
- :param _EnableScope: 问答生效域: 1-停用;2-仅开发域;3-仅发布域;4-全域
23283
+ :param _EnableScope: 问答生效域: 1-不生效;2-仅开发域生效;3-仅发布域生效;4-开发域和发布域均生效
23269
23284
  注意:此字段可能返回 null,表示取不到有效值。
23270
23285
  :type EnableScope: int
23271
- :param _DocEnableScope: 问答关联的文档生效域
23286
+ :param _DocEnableScope: 问答关联的文档生效域:1-不生效;2-仅开发域生效;3-仅发布域生效;4-开发域和发布域均生效。
23287
+ 若问答未关联文档,则该字段值同问答生效域。
23272
23288
  :type DocEnableScope: int
23289
+ :param _QaSize: 问答大小(含相似问),单位:字节
23290
+ :type QaSize: str
23273
23291
  """
23274
23292
  self._QaBizId = None
23275
23293
  self._Question = None
@@ -23297,6 +23315,7 @@ class ListQaItem(AbstractModel):
23297
23315
  self._StaffName = None
23298
23316
  self._EnableScope = None
23299
23317
  self._DocEnableScope = None
23318
+ self._QaSize = None
23300
23319
 
23301
23320
  @property
23302
23321
  def QaBizId(self):
@@ -23564,7 +23583,7 @@ class ListQaItem(AbstractModel):
23564
23583
 
23565
23584
  @property
23566
23585
  def EnableScope(self):
23567
- r"""问答生效域: 1-停用;2-仅开发域;3-仅发布域;4-全域
23586
+ r"""问答生效域: 1-不生效;2-仅开发域生效;3-仅发布域生效;4-开发域和发布域均生效
23568
23587
  注意:此字段可能返回 null,表示取不到有效值。
23569
23588
  :rtype: int
23570
23589
  """
@@ -23576,7 +23595,8 @@ class ListQaItem(AbstractModel):
23576
23595
 
23577
23596
  @property
23578
23597
  def DocEnableScope(self):
23579
- r"""问答关联的文档生效域
23598
+ r"""问答关联的文档生效域:1-不生效;2-仅开发域生效;3-仅发布域生效;4-开发域和发布域均生效。
23599
+ 若问答未关联文档,则该字段值同问答生效域。
23580
23600
  :rtype: int
23581
23601
  """
23582
23602
  return self._DocEnableScope
@@ -23585,6 +23605,17 @@ class ListQaItem(AbstractModel):
23585
23605
  def DocEnableScope(self, DocEnableScope):
23586
23606
  self._DocEnableScope = DocEnableScope
23587
23607
 
23608
+ @property
23609
+ def QaSize(self):
23610
+ r"""问答大小(含相似问),单位:字节
23611
+ :rtype: str
23612
+ """
23613
+ return self._QaSize
23614
+
23615
+ @QaSize.setter
23616
+ def QaSize(self, QaSize):
23617
+ self._QaSize = QaSize
23618
+
23588
23619
 
23589
23620
  def _deserialize(self, params):
23590
23621
  self._QaBizId = params.get("QaBizId")
@@ -23618,6 +23649,7 @@ class ListQaItem(AbstractModel):
23618
23649
  self._StaffName = params.get("StaffName")
23619
23650
  self._EnableScope = params.get("EnableScope")
23620
23651
  self._DocEnableScope = params.get("DocEnableScope")
23652
+ self._QaSize = params.get("QaSize")
23621
23653
  memeber_set = set(params.keys())
23622
23654
  for name, value in vars(self).items():
23623
23655
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-lke
3
- Version: 3.1.23
3
+ Version: 3.1.29
4
4
  Summary: Tencent Cloud Lke 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.23
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.29
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.29
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.23