tencentcloud-sdk-python-cls 3.1.95__tar.gz → 3.1.96__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_cls-3.1.95 → tencentcloud_sdk_python_cls-3.1.96}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cls-3.1.95 → tencentcloud_sdk_python_cls-3.1.96}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cls-3.1.95 → tencentcloud_sdk_python_cls-3.1.96}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cls-3.1.95 → tencentcloud_sdk_python_cls-3.1.96}/tencentcloud/cls/v20201016/models.py +10 -44
  5. {tencentcloud_sdk_python_cls-3.1.95 → tencentcloud_sdk_python_cls-3.1.96}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cls-3.1.96/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cls-3.1.95/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cls-3.1.95 → tencentcloud_sdk_python_cls-3.1.96}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cls-3.1.95 → tencentcloud_sdk_python_cls-3.1.96}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cls-3.1.95 → tencentcloud_sdk_python_cls-3.1.96}/tencentcloud/cls/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cls-3.1.95 → tencentcloud_sdk_python_cls-3.1.96}/tencentcloud/cls/v20201016/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cls-3.1.95 → tencentcloud_sdk_python_cls-3.1.96}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  13. {tencentcloud_sdk_python_cls-3.1.95 → tencentcloud_sdk_python_cls-3.1.96}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cls-3.1.95 → tencentcloud_sdk_python_cls-3.1.96}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cls-3.1.95 → tencentcloud_sdk_python_cls-3.1.96}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cls-3.1.95 → tencentcloud_sdk_python_cls-3.1.96}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cls-3.1.95 → tencentcloud_sdk_python_cls-3.1.96}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.1.95
3
+ Version: 3.1.96
4
4
  Summary: Tencent Cloud Cls 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.95
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.96
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-cls',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.95,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.96,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cls SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.95'
17
+ __version__ = '3.1.96'
@@ -5756,32 +5756,15 @@ class ConsumerContent(AbstractModel):
5756
5756
 
5757
5757
  def __init__(self):
5758
5758
  r"""
5759
- :param _EnableTag: 是否投递 TAG 信息。
5760
- 当EnableTag为true时,表示投递TAG元信息。
5759
+ :param _EnableTag: <p>是否投递 TAG 信息。<br>当EnableTag为true时,表示投递TAG元信息。</p>
5761
5760
  :type EnableTag: bool
5762
- :param _MetaFields: 需要投递的元数据列表,目前仅支持:\_\_SOURCE\_\_,\_\_FILENAME\_\_,\_\_TIMESTAMP\_\_,\_\_HOSTNAME\_\_和\_\_PKGID\_\_
5761
+ :param _MetaFields: <p>需要投递的元数据列表,目前仅支持:__SOURCE__,__FILENAME__,__TIMESTAMP__,__HOSTNAME__和__PKGID__</p>
5763
5762
  :type MetaFields: list of str
5764
- :param _TagJsonNotTiled: EnableTag为true时,必须填写TagJsonNotTiled字段。
5765
- TagJsonNotTiled用于标识tag信息是否json平铺。
5766
-
5767
- TagJsonNotTiled为true时不平铺,示例:
5768
- TAG信息:`{"__TAG__":{"fieldA":200,"fieldB":"text"}}`
5769
- 不平铺:`{"__TAG__":{"fieldA":200,"fieldB":"text"}}`
5770
-
5771
- TagJsonNotTiled为false时平铺,示例:
5772
- TAG信息:`{"__TAG__":{"fieldA":200,"fieldB":"text"}}`
5773
- 平铺:`{"__TAG__.fieldA":200,"__TAG__.fieldB":"text"}`
5763
+ :param _TagJsonNotTiled: <p>当EnableTag为true时,必须填写TagJsonNotTiled字段。<br>TagJsonNotTiled用于标识tag信息是否json平铺。</p><p>TagJsonNotTiled为true时不平铺,示例:<br>TAG信息:<code>{&quot;__TAG__&quot;:{&quot;fieldA&quot;:200,&quot;fieldB&quot;:&quot;text&quot;}}</code><br>不平铺:<code>{&quot;__TAG__&quot;:{&quot;fieldA&quot;:200,&quot;fieldB&quot;:&quot;text&quot;}}</code></p><p>TagJsonNotTiled为false时平铺,示例:<br>TAG信息:<code>{&quot;__TAG__&quot;:{&quot;fieldA&quot;:200,&quot;fieldB&quot;:&quot;text&quot;}}</code><br>平铺:<code>{&quot;__TAG__.fieldA&quot;:200,&quot;__TAG__.fieldB&quot;:&quot;text&quot;}</code></p>
5774
5764
  :type TagJsonNotTiled: bool
5775
- :param _TimestampAccuracy: 投递时间戳精度,可选项 [1:秒;2:毫秒] ,默认是1
5765
+ :param _TimestampAccuracy: <p>投递时间戳精度,可选项 [1:秒;2:毫秒] ,默认是1。</p>
5776
5766
  :type TimestampAccuracy: int
5777
- :param _JsonType: 投递Json格式。
5778
- JsonType为0:和原始日志一致,不转义。示例:
5779
- 日志原文:`{"a":"aa", "b":{"b1":"b1b1", "c1":"c1c1"}}`
5780
- 投递到Ckafka:`{"a":"aa", "b":{"b1":"b1b1", "c1":"c1c1"}}`
5781
-
5782
- JsonType为1:转义。示例:
5783
- 日志原文:`{"a":"aa", "b":{"b1":"b1b1", "c1":"c1c1"}}`
5784
- 投递到Ckafka:`{"a":"aa","b":"{\"b1\":\"b1b1\", \"c1\":\"c1c1\"}"}`
5767
+ :param _JsonType: <p>投递Json格式。</p><p>枚举值:</p><ul><li>0: 转义。示例:<br>日志原文:<code>{&quot;a&quot;:&quot;aa&quot;, &quot;b&quot;:{&quot;b1&quot;:&quot;b1b1&quot;, &quot;c1&quot;:&quot;c1c1&quot;}}</code><br>投递到Ckafka:<code>{&quot;a&quot;:&quot;aa&quot;,&quot;b&quot;:&quot;{\&quot;b1\&quot;:\&quot;b1b1\&quot;, \&quot;c1\&quot;:\&quot;c1c1\&quot;}&quot;}</code></li><li>1: 和原始日志一致,不转义。示例:<br>日志原文:<code>{&quot;a&quot;:&quot;aa&quot;, &quot;b&quot;:{&quot;b1&quot;:&quot;b1b1&quot;, &quot;c1&quot;:&quot;c1c1&quot;}}</code><br>投递到Ckafka:<code>{&quot;a&quot;:&quot;aa&quot;, &quot;b&quot;:{&quot;b1&quot;:&quot;b1b1&quot;, &quot;c1&quot;:&quot;c1c1&quot;}}</code></li></ul>
5785
5768
  :type JsonType: int
5786
5769
  """
5787
5770
  self._EnableTag = None
@@ -5792,8 +5775,7 @@ JsonType为1:转义。示例:
5792
5775
 
5793
5776
  @property
5794
5777
  def EnableTag(self):
5795
- r"""是否投递 TAG 信息。
5796
- 当EnableTag为true时,表示投递TAG元信息。
5778
+ r"""<p>是否投递 TAG 信息。<br>当EnableTag为true时,表示投递TAG元信息。</p>
5797
5779
  :rtype: bool
5798
5780
  """
5799
5781
  return self._EnableTag
@@ -5804,7 +5786,7 @@ JsonType为1:转义。示例:
5804
5786
 
5805
5787
  @property
5806
5788
  def MetaFields(self):
5807
- r"""需要投递的元数据列表,目前仅支持:\_\_SOURCE\_\_,\_\_FILENAME\_\_,\_\_TIMESTAMP\_\_,\_\_HOSTNAME\_\_和\_\_PKGID\_\_
5789
+ r"""<p>需要投递的元数据列表,目前仅支持:__SOURCE__,__FILENAME__,__TIMESTAMP__,__HOSTNAME__和__PKGID__</p>
5808
5790
  :rtype: list of str
5809
5791
  """
5810
5792
  return self._MetaFields
@@ -5815,16 +5797,7 @@ JsonType为1:转义。示例:
5815
5797
 
5816
5798
  @property
5817
5799
  def TagJsonNotTiled(self):
5818
- r"""EnableTag为true时,必须填写TagJsonNotTiled字段。
5819
- TagJsonNotTiled用于标识tag信息是否json平铺。
5820
-
5821
- TagJsonNotTiled为true时不平铺,示例:
5822
- TAG信息:`{"__TAG__":{"fieldA":200,"fieldB":"text"}}`
5823
- 不平铺:`{"__TAG__":{"fieldA":200,"fieldB":"text"}}`
5824
-
5825
- TagJsonNotTiled为false时平铺,示例:
5826
- TAG信息:`{"__TAG__":{"fieldA":200,"fieldB":"text"}}`
5827
- 平铺:`{"__TAG__.fieldA":200,"__TAG__.fieldB":"text"}`
5800
+ r"""<p>当EnableTag为true时,必须填写TagJsonNotTiled字段。<br>TagJsonNotTiled用于标识tag信息是否json平铺。</p><p>TagJsonNotTiled为true时不平铺,示例:<br>TAG信息:<code>{&quot;__TAG__&quot;:{&quot;fieldA&quot;:200,&quot;fieldB&quot;:&quot;text&quot;}}</code><br>不平铺:<code>{&quot;__TAG__&quot;:{&quot;fieldA&quot;:200,&quot;fieldB&quot;:&quot;text&quot;}}</code></p><p>TagJsonNotTiled为false时平铺,示例:<br>TAG信息:<code>{&quot;__TAG__&quot;:{&quot;fieldA&quot;:200,&quot;fieldB&quot;:&quot;text&quot;}}</code><br>平铺:<code>{&quot;__TAG__.fieldA&quot;:200,&quot;__TAG__.fieldB&quot;:&quot;text&quot;}</code></p>
5828
5801
  :rtype: bool
5829
5802
  """
5830
5803
  return self._TagJsonNotTiled
@@ -5835,7 +5808,7 @@ TAG信息:`{"__TAG__":{"fieldA":200,"fieldB":"text"}}`
5835
5808
 
5836
5809
  @property
5837
5810
  def TimestampAccuracy(self):
5838
- r"""投递时间戳精度,可选项 [1:秒;2:毫秒] ,默认是1
5811
+ r"""<p>投递时间戳精度,可选项 [1:秒;2:毫秒] ,默认是1。</p>
5839
5812
  :rtype: int
5840
5813
  """
5841
5814
  return self._TimestampAccuracy
@@ -5846,14 +5819,7 @@ TAG信息:`{"__TAG__":{"fieldA":200,"fieldB":"text"}}`
5846
5819
 
5847
5820
  @property
5848
5821
  def JsonType(self):
5849
- r"""投递Json格式。
5850
- JsonType为0:和原始日志一致,不转义。示例:
5851
- 日志原文:`{"a":"aa", "b":{"b1":"b1b1", "c1":"c1c1"}}`
5852
- 投递到Ckafka:`{"a":"aa", "b":{"b1":"b1b1", "c1":"c1c1"}}`
5853
-
5854
- JsonType为1:转义。示例:
5855
- 日志原文:`{"a":"aa", "b":{"b1":"b1b1", "c1":"c1c1"}}`
5856
- 投递到Ckafka:`{"a":"aa","b":"{\"b1\":\"b1b1\", \"c1\":\"c1c1\"}"}`
5822
+ r"""<p>投递Json格式。</p><p>枚举值:</p><ul><li>0: 转义。示例:<br>日志原文:<code>{&quot;a&quot;:&quot;aa&quot;, &quot;b&quot;:{&quot;b1&quot;:&quot;b1b1&quot;, &quot;c1&quot;:&quot;c1c1&quot;}}</code><br>投递到Ckafka:<code>{&quot;a&quot;:&quot;aa&quot;,&quot;b&quot;:&quot;{\&quot;b1\&quot;:\&quot;b1b1\&quot;, \&quot;c1\&quot;:\&quot;c1c1\&quot;}&quot;}</code></li><li>1: 和原始日志一致,不转义。示例:<br>日志原文:<code>{&quot;a&quot;:&quot;aa&quot;, &quot;b&quot;:{&quot;b1&quot;:&quot;b1b1&quot;, &quot;c1&quot;:&quot;c1c1&quot;}}</code><br>投递到Ckafka:<code>{&quot;a&quot;:&quot;aa&quot;, &quot;b&quot;:{&quot;b1&quot;:&quot;b1b1&quot;, &quot;c1&quot;:&quot;c1c1&quot;}}</code></li></ul>
5857
5823
  :rtype: int
5858
5824
  """
5859
5825
  return self._JsonType
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.1.95
3
+ Version: 3.1.96
4
4
  Summary: Tencent Cloud Cls 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.95
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.96
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.96
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.95