tencentcloud-sdk-python-es 3.0.1410__tar.gz → 3.0.1419__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-es-3.0.1410 → tencentcloud-sdk-python-es-3.0.1419}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-es-3.0.1410 → tencentcloud-sdk-python-es-3.0.1419}/setup.py +1 -1
- {tencentcloud-sdk-python-es-3.0.1410 → tencentcloud-sdk-python-es-3.0.1419}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-es-3.0.1410 → tencentcloud-sdk-python-es-3.0.1419}/tencentcloud/es/v20180416/errorcodes.py +1 -1
- {tencentcloud-sdk-python-es-3.0.1410 → tencentcloud-sdk-python-es-3.0.1419}/tencentcloud/es/v20180416/es_client.py +1 -1
- {tencentcloud-sdk-python-es-3.0.1410 → tencentcloud-sdk-python-es-3.0.1419}/tencentcloud/es/v20180416/models.py +1 -1
- {tencentcloud-sdk-python-es-3.0.1410 → tencentcloud-sdk-python-es-3.0.1419}/tencentcloud/es/v20250101/errorcodes.py +1 -1
- {tencentcloud-sdk-python-es-3.0.1410 → tencentcloud-sdk-python-es-3.0.1419}/tencentcloud/es/v20250101/es_client.py +1 -1
- {tencentcloud-sdk-python-es-3.0.1410 → tencentcloud-sdk-python-es-3.0.1419}/tencentcloud/es/v20250101/models.py +31 -1
- {tencentcloud-sdk-python-es-3.0.1410 → tencentcloud-sdk-python-es-3.0.1419}/tencentcloud_sdk_python_es.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-es-3.0.1419/tencentcloud_sdk_python_es.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-es-3.0.1410/tencentcloud_sdk_python_es.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-es-3.0.1410 → tencentcloud-sdk-python-es-3.0.1419}/README.rst +0 -0
- {tencentcloud-sdk-python-es-3.0.1410 → tencentcloud-sdk-python-es-3.0.1419}/setup.cfg +0 -0
- {tencentcloud-sdk-python-es-3.0.1410 → tencentcloud-sdk-python-es-3.0.1419}/tencentcloud/es/__init__.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1410 → tencentcloud-sdk-python-es-3.0.1419}/tencentcloud/es/v20180416/__init__.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1410 → tencentcloud-sdk-python-es-3.0.1419}/tencentcloud/es/v20250101/__init__.py +0 -0
- {tencentcloud-sdk-python-es-3.0.1410 → tencentcloud-sdk-python-es-3.0.1419}/tencentcloud_sdk_python_es.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-es-3.0.1410 → tencentcloud-sdk-python-es-3.0.1419}/tencentcloud_sdk_python_es.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-es-3.0.1410 → tencentcloud-sdk-python-es-3.0.1419}/tencentcloud_sdk_python_es.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-es',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1419,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Es SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# -*- coding: utf8 -*-
|
|
2
|
-
# Copyright (c) 2017-
|
|
2
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
|
3
3
|
#
|
|
4
4
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
5
|
# you may not use this file except in compliance with the License.
|
|
@@ -765,11 +765,17 @@ class Document(AbstractModel):
|
|
|
765
765
|
:type FileContent: str
|
|
766
766
|
:param _FileName: 文件名称,当使用 base64上传的时候使用。
|
|
767
767
|
:type FileName: str
|
|
768
|
+
:param _FileStartPageNumber: 文档的起始页码
|
|
769
|
+
:type FileStartPageNumber: int
|
|
770
|
+
:param _FileEndPageNumber: 文档的结束页码
|
|
771
|
+
:type FileEndPageNumber: int
|
|
768
772
|
"""
|
|
769
773
|
self._FileType = None
|
|
770
774
|
self._FileUrl = None
|
|
771
775
|
self._FileContent = None
|
|
772
776
|
self._FileName = None
|
|
777
|
+
self._FileStartPageNumber = None
|
|
778
|
+
self._FileEndPageNumber = None
|
|
773
779
|
|
|
774
780
|
@property
|
|
775
781
|
def FileType(self):
|
|
@@ -822,12 +828,36 @@ class Document(AbstractModel):
|
|
|
822
828
|
def FileName(self, FileName):
|
|
823
829
|
self._FileName = FileName
|
|
824
830
|
|
|
831
|
+
@property
|
|
832
|
+
def FileStartPageNumber(self):
|
|
833
|
+
"""文档的起始页码
|
|
834
|
+
:rtype: int
|
|
835
|
+
"""
|
|
836
|
+
return self._FileStartPageNumber
|
|
837
|
+
|
|
838
|
+
@FileStartPageNumber.setter
|
|
839
|
+
def FileStartPageNumber(self, FileStartPageNumber):
|
|
840
|
+
self._FileStartPageNumber = FileStartPageNumber
|
|
841
|
+
|
|
842
|
+
@property
|
|
843
|
+
def FileEndPageNumber(self):
|
|
844
|
+
"""文档的结束页码
|
|
845
|
+
:rtype: int
|
|
846
|
+
"""
|
|
847
|
+
return self._FileEndPageNumber
|
|
848
|
+
|
|
849
|
+
@FileEndPageNumber.setter
|
|
850
|
+
def FileEndPageNumber(self, FileEndPageNumber):
|
|
851
|
+
self._FileEndPageNumber = FileEndPageNumber
|
|
852
|
+
|
|
825
853
|
|
|
826
854
|
def _deserialize(self, params):
|
|
827
855
|
self._FileType = params.get("FileType")
|
|
828
856
|
self._FileUrl = params.get("FileUrl")
|
|
829
857
|
self._FileContent = params.get("FileContent")
|
|
830
858
|
self._FileName = params.get("FileName")
|
|
859
|
+
self._FileStartPageNumber = params.get("FileStartPageNumber")
|
|
860
|
+
self._FileEndPageNumber = params.get("FileEndPageNumber")
|
|
831
861
|
memeber_set = set(params.keys())
|
|
832
862
|
for name, value in vars(self).items():
|
|
833
863
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1419
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1410
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|