tencentcloud-sdk-python-ga2 3.1.149__tar.gz → 3.1.172__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_ga2-3.1.149 → tencentcloud_sdk_python_ga2-3.1.172}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ga2-3.1.149 → tencentcloud_sdk_python_ga2-3.1.172}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ga2-3.1.149 → tencentcloud_sdk_python_ga2-3.1.172}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ga2-3.1.149 → tencentcloud_sdk_python_ga2-3.1.172}/tencentcloud/ga2/v20250115/models.py +12 -12
  5. {tencentcloud_sdk_python_ga2-3.1.149 → tencentcloud_sdk_python_ga2-3.1.172}/tencentcloud_sdk_python_ga2.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ga2-3.1.172/tencentcloud_sdk_python_ga2.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ga2-3.1.149/tencentcloud_sdk_python_ga2.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ga2-3.1.149 → tencentcloud_sdk_python_ga2-3.1.172}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ga2-3.1.149 → tencentcloud_sdk_python_ga2-3.1.172}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ga2-3.1.149 → tencentcloud_sdk_python_ga2-3.1.172}/tencentcloud/ga2/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ga2-3.1.149 → tencentcloud_sdk_python_ga2-3.1.172}/tencentcloud/ga2/v20250115/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ga2-3.1.149 → tencentcloud_sdk_python_ga2-3.1.172}/tencentcloud/ga2/v20250115/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_ga2-3.1.149 → tencentcloud_sdk_python_ga2-3.1.172}/tencentcloud/ga2/v20250115/ga2_client.py +0 -0
  14. {tencentcloud_sdk_python_ga2-3.1.149 → tencentcloud_sdk_python_ga2-3.1.172}/tencentcloud/ga2/v20250115/ga2_client_async.py +0 -0
  15. {tencentcloud_sdk_python_ga2-3.1.149 → tencentcloud_sdk_python_ga2-3.1.172}/tencentcloud_sdk_python_ga2.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ga2-3.1.149 → tencentcloud_sdk_python_ga2-3.1.172}/tencentcloud_sdk_python_ga2.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ga2-3.1.149 → tencentcloud_sdk_python_ga2-3.1.172}/tencentcloud_sdk_python_ga2.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ga2
3
- Version: 3.1.149
3
+ Version: 3.1.172
4
4
  Summary: Tencent Cloud Ga2 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.149
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.172
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-ga2',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.149,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.172,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Ga2 SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.149'
17
+ __version__ = '3.1.172'
@@ -4423,13 +4423,13 @@ class DescribeListenersRequest(AbstractModel):
4423
4423
 
4424
4424
  def __init__(self):
4425
4425
  r"""
4426
- :param _GlobalAcceleratorId: 全球加速实例ID
4426
+ :param _GlobalAcceleratorId: <p>全球加速实例ID。</p>
4427
4427
  :type GlobalAcceleratorId: str
4428
- :param _Offset: 偏移量,默认为0
4428
+ :param _Offset: <p>偏移量,默认为0。</p>
4429
4429
  :type Offset: int
4430
- :param _Limit: 返回数量,默认为20,最大值为100。
4430
+ :param _Limit: <p>返回数量。</p><p>取值范围:[1, 200]</p><p>默认值:20</p>
4431
4431
  :type Limit: int
4432
- :param _Filters: 过滤条件。 listener-id- String -(过滤条件)监听器实例ID
4432
+ :param _Filters: <p>过滤条件。 listener-id- String -(过滤条件)监听器实例ID。</p>
4433
4433
  :type Filters: list of Filter
4434
4434
  """
4435
4435
  self._GlobalAcceleratorId = None
@@ -4439,7 +4439,7 @@ class DescribeListenersRequest(AbstractModel):
4439
4439
 
4440
4440
  @property
4441
4441
  def GlobalAcceleratorId(self):
4442
- r"""全球加速实例ID
4442
+ r"""<p>全球加速实例ID。</p>
4443
4443
  :rtype: str
4444
4444
  """
4445
4445
  return self._GlobalAcceleratorId
@@ -4450,7 +4450,7 @@ class DescribeListenersRequest(AbstractModel):
4450
4450
 
4451
4451
  @property
4452
4452
  def Offset(self):
4453
- r"""偏移量,默认为0
4453
+ r"""<p>偏移量,默认为0。</p>
4454
4454
  :rtype: int
4455
4455
  """
4456
4456
  return self._Offset
@@ -4461,7 +4461,7 @@ class DescribeListenersRequest(AbstractModel):
4461
4461
 
4462
4462
  @property
4463
4463
  def Limit(self):
4464
- r"""返回数量,默认为20,最大值为100。
4464
+ r"""<p>返回数量。</p><p>取值范围:[1, 200]</p><p>默认值:20</p>
4465
4465
  :rtype: int
4466
4466
  """
4467
4467
  return self._Limit
@@ -4472,7 +4472,7 @@ class DescribeListenersRequest(AbstractModel):
4472
4472
 
4473
4473
  @property
4474
4474
  def Filters(self):
4475
- r"""过滤条件。 listener-id- String -(过滤条件)监听器实例ID
4475
+ r"""<p>过滤条件。 listener-id- String -(过滤条件)监听器实例ID。</p>
4476
4476
  :rtype: list of Filter
4477
4477
  """
4478
4478
  return self._Filters
@@ -4509,9 +4509,9 @@ class DescribeListenersResponse(AbstractModel):
4509
4509
 
4510
4510
  def __init__(self):
4511
4511
  r"""
4512
- :param _ListenerSet: 符合条件的监听器实例。
4512
+ :param _ListenerSet: <p>符合条件的监听器实例。</p>
4513
4513
  :type ListenerSet: list of ListenerSet
4514
- :param _TotalCount: 符合条件的实例个数。
4514
+ :param _TotalCount: <p>符合条件的实例个数。</p>
4515
4515
  :type TotalCount: int
4516
4516
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4517
4517
  :type RequestId: str
@@ -4522,7 +4522,7 @@ class DescribeListenersResponse(AbstractModel):
4522
4522
 
4523
4523
  @property
4524
4524
  def ListenerSet(self):
4525
- r"""符合条件的监听器实例。
4525
+ r"""<p>符合条件的监听器实例。</p>
4526
4526
  :rtype: list of ListenerSet
4527
4527
  """
4528
4528
  return self._ListenerSet
@@ -4533,7 +4533,7 @@ class DescribeListenersResponse(AbstractModel):
4533
4533
 
4534
4534
  @property
4535
4535
  def TotalCount(self):
4536
- r"""符合条件的实例个数。
4536
+ r"""<p>符合条件的实例个数。</p>
4537
4537
  :rtype: int
4538
4538
  """
4539
4539
  return self._TotalCount
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ga2
3
- Version: 3.1.149
3
+ Version: 3.1.172
4
4
  Summary: Tencent Cloud Ga2 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.149
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.172
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.172
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.149