tencentcloud-sdk-python-apm 3.0.1288__tar.gz → 3.0.1290__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-apm might be problematic. Click here for more details.
- {tencentcloud-sdk-python-apm-3.0.1288 → tencentcloud-sdk-python-apm-3.0.1290}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-apm-3.0.1288 → tencentcloud-sdk-python-apm-3.0.1290}/setup.py +1 -1
- {tencentcloud-sdk-python-apm-3.0.1288 → tencentcloud-sdk-python-apm-3.0.1290}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-apm-3.0.1288 → tencentcloud-sdk-python-apm-3.0.1290}/tencentcloud/apm/v20210622/models.py +6 -0
- {tencentcloud-sdk-python-apm-3.0.1288 → tencentcloud-sdk-python-apm-3.0.1290}/tencentcloud_sdk_python_apm.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-apm-3.0.1290/tencentcloud_sdk_python_apm.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-apm-3.0.1288/tencentcloud_sdk_python_apm.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-apm-3.0.1288 → tencentcloud-sdk-python-apm-3.0.1290}/README.rst +0 -0
- {tencentcloud-sdk-python-apm-3.0.1288 → tencentcloud-sdk-python-apm-3.0.1290}/setup.cfg +0 -0
- {tencentcloud-sdk-python-apm-3.0.1288 → tencentcloud-sdk-python-apm-3.0.1290}/tencentcloud/apm/__init__.py +0 -0
- {tencentcloud-sdk-python-apm-3.0.1288 → tencentcloud-sdk-python-apm-3.0.1290}/tencentcloud/apm/v20210622/__init__.py +0 -0
- {tencentcloud-sdk-python-apm-3.0.1288 → tencentcloud-sdk-python-apm-3.0.1290}/tencentcloud/apm/v20210622/apm_client.py +0 -0
- {tencentcloud-sdk-python-apm-3.0.1288 → tencentcloud-sdk-python-apm-3.0.1290}/tencentcloud/apm/v20210622/errorcodes.py +0 -0
- {tencentcloud-sdk-python-apm-3.0.1288 → tencentcloud-sdk-python-apm-3.0.1290}/tencentcloud_sdk_python_apm.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-apm-3.0.1288 → tencentcloud-sdk-python-apm-3.0.1290}/tencentcloud_sdk_python_apm.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-apm-3.0.1288 → tencentcloud-sdk-python-apm-3.0.1290}/tencentcloud_sdk_python_apm.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-apm',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1290"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Apm SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -3182,10 +3182,13 @@ class Filter(AbstractModel):
|
|
|
3182
3182
|
def __init__(self):
|
|
3183
3183
|
r"""
|
|
3184
3184
|
:param _Type: 过滤方式(=, !=, in)
|
|
3185
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3185
3186
|
:type Type: str
|
|
3186
3187
|
:param _Key: 过滤维度名
|
|
3188
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3187
3189
|
:type Key: str
|
|
3188
3190
|
:param _Value: 过滤值,in过滤方式用逗号分割多个值
|
|
3191
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3189
3192
|
:type Value: str
|
|
3190
3193
|
"""
|
|
3191
3194
|
self._Type = None
|
|
@@ -3195,6 +3198,7 @@ class Filter(AbstractModel):
|
|
|
3195
3198
|
@property
|
|
3196
3199
|
def Type(self):
|
|
3197
3200
|
"""过滤方式(=, !=, in)
|
|
3201
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3198
3202
|
:rtype: str
|
|
3199
3203
|
"""
|
|
3200
3204
|
return self._Type
|
|
@@ -3206,6 +3210,7 @@ class Filter(AbstractModel):
|
|
|
3206
3210
|
@property
|
|
3207
3211
|
def Key(self):
|
|
3208
3212
|
"""过滤维度名
|
|
3213
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3209
3214
|
:rtype: str
|
|
3210
3215
|
"""
|
|
3211
3216
|
return self._Key
|
|
@@ -3217,6 +3222,7 @@ class Filter(AbstractModel):
|
|
|
3217
3222
|
@property
|
|
3218
3223
|
def Value(self):
|
|
3219
3224
|
"""过滤值,in过滤方式用逗号分割多个值
|
|
3225
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3220
3226
|
:rtype: str
|
|
3221
3227
|
"""
|
|
3222
3228
|
return self._Value
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1290
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1288
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|