tencentcloud-sdk-python-tcbr 3.1.20__tar.gz → 3.1.58__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_tcbr-3.1.20 → tencentcloud_sdk_python_tcbr-3.1.58}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tcbr-3.1.20 → tencentcloud_sdk_python_tcbr-3.1.58}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tcbr-3.1.20 → tencentcloud_sdk_python_tcbr-3.1.58}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tcbr-3.1.20 → tencentcloud_sdk_python_tcbr-3.1.58}/tencentcloud/tcbr/v20220217/models.py +8 -10
  5. {tencentcloud_sdk_python_tcbr-3.1.20 → tencentcloud_sdk_python_tcbr-3.1.58}/tencentcloud_sdk_python_tcbr.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_tcbr-3.1.58/tencentcloud_sdk_python_tcbr.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_tcbr-3.1.20/tencentcloud_sdk_python_tcbr.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_tcbr-3.1.20 → tencentcloud_sdk_python_tcbr-3.1.58}/README.rst +0 -0
  9. {tencentcloud_sdk_python_tcbr-3.1.20 → tencentcloud_sdk_python_tcbr-3.1.58}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_tcbr-3.1.20 → tencentcloud_sdk_python_tcbr-3.1.58}/tencentcloud/tcbr/__init__.py +0 -0
  11. {tencentcloud_sdk_python_tcbr-3.1.20 → tencentcloud_sdk_python_tcbr-3.1.58}/tencentcloud/tcbr/v20220217/__init__.py +0 -0
  12. {tencentcloud_sdk_python_tcbr-3.1.20 → tencentcloud_sdk_python_tcbr-3.1.58}/tencentcloud/tcbr/v20220217/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_tcbr-3.1.20 → tencentcloud_sdk_python_tcbr-3.1.58}/tencentcloud/tcbr/v20220217/tcbr_client.py +0 -0
  14. {tencentcloud_sdk_python_tcbr-3.1.20 → tencentcloud_sdk_python_tcbr-3.1.58}/tencentcloud/tcbr/v20220217/tcbr_client_async.py +0 -0
  15. {tencentcloud_sdk_python_tcbr-3.1.20 → tencentcloud_sdk_python_tcbr-3.1.58}/tencentcloud_sdk_python_tcbr.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_tcbr-3.1.20 → tencentcloud_sdk_python_tcbr-3.1.58}/tencentcloud_sdk_python_tcbr.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_tcbr-3.1.20 → tencentcloud_sdk_python_tcbr-3.1.58}/tencentcloud_sdk_python_tcbr.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tcbr
3
- Version: 3.1.20
3
+ Version: 3.1.58
4
4
  Summary: Tencent Cloud Tcbr 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.20
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.58
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-tcbr',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.20,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.58,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Tcbr SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.20'
17
+ __version__ = '3.1.58'
@@ -1463,12 +1463,11 @@ class DescribeCloudRunEnvsRequest(AbstractModel):
1463
1463
 
1464
1464
  def __init__(self):
1465
1465
  r"""
1466
- :param _EnvId: 环境ID,如果传了这个参数则只返回该环境的相关信息
1466
+ :param _EnvId: <p>环境ID,如果传了这个参数则只返回该环境的相关信息</p>
1467
1467
  :type EnvId: str
1468
- :param _IsVisible: 指定Channels字段为可见渠道列表或不可见渠道列表
1469
- 如只想获取渠道A的环境 就填写IsVisible= true,Channels = ["A"], 过滤渠道A拉取其他渠道环境时填写IsVisible= false,Channels = ["A"]
1468
+ :param _IsVisible: <p>指定Channels字段为可见渠道列表或不可见渠道列表<br>如只想获取渠道A的环境 就填写IsVisible= true,Channels = [&quot;A&quot;], 过滤渠道A拉取其他渠道环境时填写IsVisible= false,Channels = [&quot;A&quot;]</p>
1470
1469
  :type IsVisible: bool
1471
- :param _Channels: 渠道列表,代表可见或不可见渠道由IsVisible参数指定
1470
+ :param _Channels: <p>渠道列表,代表可见或不可见渠道由IsVisible参数指定</p>
1472
1471
  :type Channels: list of str
1473
1472
  """
1474
1473
  self._EnvId = None
@@ -1477,7 +1476,7 @@ class DescribeCloudRunEnvsRequest(AbstractModel):
1477
1476
 
1478
1477
  @property
1479
1478
  def EnvId(self):
1480
- r"""环境ID,如果传了这个参数则只返回该环境的相关信息
1479
+ r"""<p>环境ID,如果传了这个参数则只返回该环境的相关信息</p>
1481
1480
  :rtype: str
1482
1481
  """
1483
1482
  return self._EnvId
@@ -1488,8 +1487,7 @@ class DescribeCloudRunEnvsRequest(AbstractModel):
1488
1487
 
1489
1488
  @property
1490
1489
  def IsVisible(self):
1491
- r"""指定Channels字段为可见渠道列表或不可见渠道列表
1492
- 如只想获取渠道A的环境 就填写IsVisible= true,Channels = ["A"], 过滤渠道A拉取其他渠道环境时填写IsVisible= false,Channels = ["A"]
1490
+ r"""<p>指定Channels字段为可见渠道列表或不可见渠道列表<br>如只想获取渠道A的环境 就填写IsVisible= true,Channels = [&quot;A&quot;], 过滤渠道A拉取其他渠道环境时填写IsVisible= false,Channels = [&quot;A&quot;]</p>
1493
1491
  :rtype: bool
1494
1492
  """
1495
1493
  return self._IsVisible
@@ -1500,7 +1498,7 @@ class DescribeCloudRunEnvsRequest(AbstractModel):
1500
1498
 
1501
1499
  @property
1502
1500
  def Channels(self):
1503
- r"""渠道列表,代表可见或不可见渠道由IsVisible参数指定
1501
+ r"""<p>渠道列表,代表可见或不可见渠道由IsVisible参数指定</p>
1504
1502
  :rtype: list of str
1505
1503
  """
1506
1504
  return self._Channels
@@ -1531,7 +1529,7 @@ class DescribeCloudRunEnvsResponse(AbstractModel):
1531
1529
 
1532
1530
  def __init__(self):
1533
1531
  r"""
1534
- :param _EnvList: 环境信息列表
1532
+ :param _EnvList: <p>环境信息列表</p>
1535
1533
  :type EnvList: list of EnvInfo
1536
1534
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1537
1535
  :type RequestId: str
@@ -1541,7 +1539,7 @@ class DescribeCloudRunEnvsResponse(AbstractModel):
1541
1539
 
1542
1540
  @property
1543
1541
  def EnvList(self):
1544
- r"""环境信息列表
1542
+ r"""<p>环境信息列表</p>
1545
1543
  :rtype: list of EnvInfo
1546
1544
  """
1547
1545
  return self._EnvList
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tcbr
3
- Version: 3.1.20
3
+ Version: 3.1.58
4
4
  Summary: Tencent Cloud Tcbr 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.20
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.58
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.58
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.20