tencentcloud-sdk-cls 3.0.1149 → 3.0.1153
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201016/client.rb +4 -4
- data/lib/v20201016/models.rb +54 -47
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c98177650047d0a85956d3b5b50819992aefb184
|
4
|
+
data.tar.gz: d644dba6951bbc85fe3b1f2b4a3522347b69aca0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7c5f8e1c93a0bc263669cd47141f5e585189660dc15f931f8b5054233c8b78b806d24907bb01707a7194ab65013b588564f27473a8197de28c2c3988609708e
|
7
|
+
data.tar.gz: 49c40d2c11f8aac621728d982101ee84822b1daa8bf9e7d4a9e33d91d8ad8328a73f2e3e454e1946cfb2121846222913a1a21fed20ba6016d6e8ec37ebb90c8f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1153
|
data/lib/v20201016/client.rb
CHANGED
@@ -636,7 +636,7 @@ module TencentCloud
|
|
636
636
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
637
637
|
end
|
638
638
|
|
639
|
-
#
|
639
|
+
# 本接口用于创建日志或指标主题。
|
640
640
|
|
641
641
|
# @param request: Request instance for CreateTopic.
|
642
642
|
# @type request: :class:`Tencentcloud::cls::V20201016::CreateTopicRequest`
|
@@ -1188,7 +1188,7 @@ module TencentCloud
|
|
1188
1188
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1189
1189
|
end
|
1190
1190
|
|
1191
|
-
#
|
1191
|
+
# 本接口用于删除日志或指标主题。
|
1192
1192
|
|
1193
1193
|
# @param request: Request instance for DeleteTopic.
|
1194
1194
|
# @type request: :class:`Tencentcloud::cls::V20201016::DeleteTopicRequest`
|
@@ -1981,7 +1981,7 @@ module TencentCloud
|
|
1981
1981
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1982
1982
|
end
|
1983
1983
|
|
1984
|
-
#
|
1984
|
+
# 本接口用于获取日志或指标主题列表,支持分页
|
1985
1985
|
|
1986
1986
|
# @param request: Request instance for DescribeTopics.
|
1987
1987
|
# @type request: :class:`Tencentcloud::cls::V20201016::DescribeTopicsRequest`
|
@@ -2558,7 +2558,7 @@ module TencentCloud
|
|
2558
2558
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2559
2559
|
end
|
2560
2560
|
|
2561
|
-
#
|
2561
|
+
# 本接口用于修改日志或指标主题。
|
2562
2562
|
|
2563
2563
|
# @param request: Request instance for ModifyTopic.
|
2564
2564
|
# @type request: :class:`Tencentcloud::cls::V20201016::ModifyTopicRequest`
|
data/lib/v20201016/models.rb
CHANGED
@@ -2142,8 +2142,8 @@ module TencentCloud
|
|
2142
2142
|
|
2143
2143
|
attr_accessor :Name, :AlarmTargets, :MonitorTime, :TriggerCount, :AlarmPeriod, :AlarmNoticeIds, :Condition, :AlarmLevel, :MultiConditions, :Status, :Enable, :MessageTemplate, :CallBack, :Analysis, :GroupTriggerStatus, :GroupTriggerCondition, :Tags, :MonitorObjectType, :Classifications
|
2144
2144
|
extend Gem::Deprecate
|
2145
|
-
deprecate :Enable, :none, 2025,
|
2146
|
-
deprecate :Enable=, :none, 2025,
|
2145
|
+
deprecate :Enable, :none, 2025, 10
|
2146
|
+
deprecate :Enable=, :none, 2025, 10
|
2147
2147
|
|
2148
2148
|
def initialize(name=nil, alarmtargets=nil, monitortime=nil, triggercount=nil, alarmperiod=nil, alarmnoticeids=nil, condition=nil, alarmlevel=nil, multiconditions=nil, status=nil, enable=nil, messagetemplate=nil, callback=nil, analysis=nil, grouptriggerstatus=nil, grouptriggercondition=nil, tags=nil, monitorobjecttype=nil, classifications=nil)
|
2149
2149
|
@Name = name
|
@@ -2482,8 +2482,8 @@ module TencentCloud
|
|
2482
2482
|
|
2483
2483
|
attr_accessor :Name, :TopicId, :Type, :LogType, :ConfigFlag, :LogsetId, :LogsetName, :TopicName, :HostFile, :ContainerFile, :ContainerStdout, :LogFormat, :ExtractRule, :ExcludePaths, :UserDefineRule, :GroupId, :GroupIds, :CollectInfos, :AdvancedConfig
|
2484
2484
|
extend Gem::Deprecate
|
2485
|
-
deprecate :LogFormat, :none, 2025,
|
2486
|
-
deprecate :LogFormat=, :none, 2025,
|
2485
|
+
deprecate :LogFormat, :none, 2025, 10
|
2486
|
+
deprecate :LogFormat=, :none, 2025, 10
|
2487
2487
|
|
2488
2488
|
def initialize(name=nil, topicid=nil, type=nil, logtype=nil, configflag=nil, logsetid=nil, logsetname=nil, topicname=nil, hostfile=nil, containerfile=nil, containerstdout=nil, logformat=nil, extractrule=nil, excludepaths=nil, userdefinerule=nil, groupid=nil, groupids=nil, collectinfos=nil, advancedconfig=nil)
|
2489
2489
|
@Name = name
|
@@ -3699,46 +3699,51 @@ module TencentCloud
|
|
3699
3699
|
# @param LogsetId: 日志集ID
|
3700
3700
|
# - 通过[获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
3701
3701
|
# @type LogsetId: String
|
3702
|
-
# @param TopicName:
|
3702
|
+
# @param TopicName: 主题名称
|
3703
3703
|
# 名称限制
|
3704
3704
|
# - 不能为空字符串
|
3705
3705
|
# - 不能包含字符'|'
|
3706
3706
|
# - 不能使用以下名称["cls_service_log","loglistener_status","loglistener_alarm","loglistener_business","cls_service_metric"]
|
3707
3707
|
# @type TopicName: String
|
3708
|
-
# @param PartitionCount:
|
3708
|
+
# @param PartitionCount: 主题分区个数。默认创建1个,最大支持创建10个分区。
|
3709
3709
|
# @type PartitionCount: Integer
|
3710
|
-
# @param Tags:
|
3710
|
+
# @param Tags: 标签描述列表,通过指定该参数可以同时绑定标签到相应的主题。最大支持10个标签键值对,同一个资源只能绑定到同一个标签键下。
|
3711
3711
|
# @type Tags: Array
|
3712
3712
|
# @param AutoSplit: 是否开启自动分裂,默认值为true
|
3713
3713
|
# @type AutoSplit: Boolean
|
3714
3714
|
# @param MaxSplitPartitions: 开启自动分裂后,每个主题能够允许的最大分区数,默认值为50
|
3715
3715
|
# @type MaxSplitPartitions: Integer
|
3716
|
-
# @param StorageType: 日志主题的存储类型,可选值 hot(标准存储),cold(低频存储);默认为hot
|
3716
|
+
# @param StorageType: 日志主题的存储类型,可选值 hot(标准存储),cold(低频存储);默认为hot。指标主题不支持该配置。
|
3717
3717
|
# @type StorageType: String
|
3718
3718
|
# @param Period: 存储时间,单位天。
|
3719
|
-
# -
|
3720
|
-
# -
|
3719
|
+
# - 日志主题:日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。
|
3720
|
+
# - 日志主题:日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。
|
3721
|
+
# - 指标主题:支持1至3600天,值为3640时代表永久保存。
|
3721
3722
|
# @type Period: Integer
|
3722
|
-
# @param Describes:
|
3723
|
+
# @param Describes: 主题描述
|
3723
3724
|
# @type Describes: String
|
3724
|
-
# @param HotPeriod: 0
|
3725
|
-
# 非0
|
3726
|
-
# 仅在StorageType为 hot
|
3725
|
+
# @param HotPeriod: 0:日志主题关闭日志沉降。
|
3726
|
+
# 非0:日志主题开启日志沉降后标准存储的天数,HotPeriod需要大于等于7,且小于Period。
|
3727
|
+
# 仅在StorageType为 hot 时生效,指标主题不支持该配置。
|
3727
3728
|
# @type HotPeriod: Integer
|
3729
|
+
# @param BizType: 主题类型
|
3730
|
+
# - 0:日志主题,默认值
|
3731
|
+
# - 1:指标主题
|
3732
|
+
# @type BizType: Integer
|
3728
3733
|
# @param TopicId: 主题自定义ID,格式为:用户自定义部分-用户APPID。未填写该参数时将自动生成ID。
|
3729
3734
|
# - 用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符
|
3730
3735
|
# - 尾部需要使用-拼接用户APPID,APPID可在https://console.cloud.tencent.com/developer页面查询。
|
3731
3736
|
# - 如果指定该字段,需保证全地域唯一
|
3732
3737
|
# @type TopicId: String
|
3733
3738
|
# @param IsWebTracking: 免鉴权开关。 false:关闭; true:开启。默认为false。
|
3734
|
-
# 开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)
|
3739
|
+
# 开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)。指标主题不支持该配置。
|
3735
3740
|
# @type IsWebTracking: Boolean
|
3736
|
-
# @param Extends:
|
3741
|
+
# @param Extends: 主题扩展信息
|
3737
3742
|
# @type Extends: :class:`Tencentcloud::Cls.v20201016.models.TopicExtendInfo`
|
3738
3743
|
|
3739
|
-
attr_accessor :LogsetId, :TopicName, :PartitionCount, :Tags, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period, :Describes, :HotPeriod, :TopicId, :IsWebTracking, :Extends
|
3744
|
+
attr_accessor :LogsetId, :TopicName, :PartitionCount, :Tags, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period, :Describes, :HotPeriod, :BizType, :TopicId, :IsWebTracking, :Extends
|
3740
3745
|
|
3741
|
-
def initialize(logsetid=nil, topicname=nil, partitioncount=nil, tags=nil, autosplit=nil, maxsplitpartitions=nil, storagetype=nil, period=nil, describes=nil, hotperiod=nil, topicid=nil, iswebtracking=nil, extends=nil)
|
3746
|
+
def initialize(logsetid=nil, topicname=nil, partitioncount=nil, tags=nil, autosplit=nil, maxsplitpartitions=nil, storagetype=nil, period=nil, describes=nil, hotperiod=nil, biztype=nil, topicid=nil, iswebtracking=nil, extends=nil)
|
3742
3747
|
@LogsetId = logsetid
|
3743
3748
|
@TopicName = topicname
|
3744
3749
|
@PartitionCount = partitioncount
|
@@ -3749,6 +3754,7 @@ module TencentCloud
|
|
3749
3754
|
@Period = period
|
3750
3755
|
@Describes = describes
|
3751
3756
|
@HotPeriod = hotperiod
|
3757
|
+
@BizType = biztype
|
3752
3758
|
@TopicId = topicid
|
3753
3759
|
@IsWebTracking = iswebtracking
|
3754
3760
|
@Extends = extends
|
@@ -3772,6 +3778,7 @@ module TencentCloud
|
|
3772
3778
|
@Period = params['Period']
|
3773
3779
|
@Describes = params['Describes']
|
3774
3780
|
@HotPeriod = params['HotPeriod']
|
3781
|
+
@BizType = params['BizType']
|
3775
3782
|
@TopicId = params['TopicId']
|
3776
3783
|
@IsWebTracking = params['IsWebTracking']
|
3777
3784
|
unless params['Extends'].nil?
|
@@ -3783,7 +3790,7 @@ module TencentCloud
|
|
3783
3790
|
|
3784
3791
|
# CreateTopic返回参数结构体
|
3785
3792
|
class CreateTopicResponse < TencentCloud::Common::AbstractModel
|
3786
|
-
# @param TopicId:
|
3793
|
+
# @param TopicId: 主题ID
|
3787
3794
|
# @type TopicId: String
|
3788
3795
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3789
3796
|
# @type RequestId: String
|
@@ -5043,8 +5050,7 @@ module TencentCloud
|
|
5043
5050
|
|
5044
5051
|
# DeleteTopic请求参数结构体
|
5045
5052
|
class DeleteTopicRequest < TencentCloud::Common::AbstractModel
|
5046
|
-
# @param TopicId:
|
5047
|
-
# - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
5053
|
+
# @param TopicId: 主题ID- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
5048
5054
|
# @type TopicId: String
|
5049
5055
|
|
5050
5056
|
attr_accessor :TopicId
|
@@ -7420,13 +7426,13 @@ module TencentCloud
|
|
7420
7426
|
|
7421
7427
|
# DescribeTopics请求参数结构体
|
7422
7428
|
class DescribeTopicsRequest < TencentCloud::Common::AbstractModel
|
7423
|
-
# @param Filters: <ul><li>topicName
|
7429
|
+
# @param Filters: <ul><li>topicName 按照【主题名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li>
|
7424
7430
|
# <li>logsetName 按照【日志集名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li>
|
7425
|
-
# <li>topicId
|
7431
|
+
# <li>topicId 按照【主题ID】进行过滤。类型:String。必选:否</li>
|
7426
7432
|
# <li>logsetId 按照【日志集ID】进行过滤,可通过调用 <a href="https://cloud.tencent.com/document/product/614/58624">DescribeLogsets</a> 查询已创建的日志集列表或登录控制台进行查看;也可以调用<a href="https://cloud.tencent.com/document/product/614/58626">CreateLogset</a> 创建新的日志集。类型:String。必选:否</li>
|
7427
7433
|
# <li>tagKey 按照【标签键】进行过滤。类型:String。必选:否</li>
|
7428
7434
|
# <li>tag:tagKey 按照【标签键值对】进行过滤。tagKey 使用具体的标签键进行替换,例如 tag:exampleKey。类型:String。必选:否</li>
|
7429
|
-
# <li>storageType
|
7435
|
+
# <li>storageType 按照【主题的存储类型】进行过滤。可选值 hot(标准存储),cold(低频存储)类型:String。必选:否</li></ul>
|
7430
7436
|
# 注意:每次请求的 Filters 的上限为10,Filter.Values 的上限为100。
|
7431
7437
|
# @type Filters: Array
|
7432
7438
|
# @param Offset: 分页的偏移量,默认值为0。
|
@@ -7472,7 +7478,7 @@ module TencentCloud
|
|
7472
7478
|
|
7473
7479
|
# DescribeTopics返回参数结构体
|
7474
7480
|
class DescribeTopicsResponse < TencentCloud::Common::AbstractModel
|
7475
|
-
# @param Topics:
|
7481
|
+
# @param Topics: 主题列表
|
7476
7482
|
# @type Topics: Array
|
7477
7483
|
# @param TotalCount: 总数目
|
7478
7484
|
# @type TotalCount: Integer
|
@@ -9330,8 +9336,8 @@ module TencentCloud
|
|
9330
9336
|
|
9331
9337
|
attr_accessor :AlarmId, :Name, :MonitorTime, :Condition, :AlarmLevel, :MultiConditions, :TriggerCount, :AlarmPeriod, :AlarmNoticeIds, :AlarmTargets, :Status, :Enable, :MessageTemplate, :CallBack, :Analysis, :GroupTriggerStatus, :GroupTriggerCondition, :Tags, :MonitorObjectType, :Classifications
|
9332
9338
|
extend Gem::Deprecate
|
9333
|
-
deprecate :Enable, :none, 2025,
|
9334
|
-
deprecate :Enable=, :none, 2025,
|
9339
|
+
deprecate :Enable, :none, 2025, 10
|
9340
|
+
deprecate :Enable=, :none, 2025, 10
|
9335
9341
|
|
9336
9342
|
def initialize(alarmid=nil, name=nil, monitortime=nil, condition=nil, alarmlevel=nil, multiconditions=nil, triggercount=nil, alarmperiod=nil, alarmnoticeids=nil, alarmtargets=nil, status=nil, enable=nil, messagetemplate=nil, callback=nil, analysis=nil, grouptriggerstatus=nil, grouptriggercondition=nil, tags=nil, monitorobjecttype=nil, classifications=nil)
|
9337
9343
|
@AlarmId = alarmid
|
@@ -9629,8 +9635,8 @@ module TencentCloud
|
|
9629
9635
|
|
9630
9636
|
attr_accessor :ConfigExtraId, :Name, :TopicId, :HostFile, :ContainerFile, :ContainerStdout, :LogType, :LogFormat, :ExtractRule, :ExcludePaths, :UserDefineRule, :Type, :GroupId, :ConfigFlag, :LogsetId, :LogsetName, :TopicName, :AdvancedConfig
|
9631
9637
|
extend Gem::Deprecate
|
9632
|
-
deprecate :LogFormat, :none, 2025,
|
9633
|
-
deprecate :LogFormat=, :none, 2025,
|
9638
|
+
deprecate :LogFormat, :none, 2025, 10
|
9639
|
+
deprecate :LogFormat=, :none, 2025, 10
|
9634
9640
|
|
9635
9641
|
def initialize(configextraid=nil, name=nil, topicid=nil, hostfile=nil, containerfile=nil, containerstdout=nil, logtype=nil, logformat=nil, extractrule=nil, excludepaths=nil, userdefinerule=nil, type=nil, groupid=nil, configflag=nil, logsetid=nil, logsetname=nil, topicname=nil, advancedconfig=nil)
|
9636
9642
|
@ConfigExtraId = configextraid
|
@@ -10711,38 +10717,39 @@ module TencentCloud
|
|
10711
10717
|
|
10712
10718
|
# ModifyTopic请求参数结构体
|
10713
10719
|
class ModifyTopicRequest < TencentCloud::Common::AbstractModel
|
10714
|
-
# @param TopicId:
|
10715
|
-
# - 通过[
|
10720
|
+
# @param TopicId: 主题ID
|
10721
|
+
# - 通过[获取主题列表](https://cloud.tencent.com/document/product/614/56454)获取主题Id。
|
10716
10722
|
# @type TopicId: String
|
10717
|
-
# @param TopicName:
|
10723
|
+
# @param TopicName: 主题名称
|
10718
10724
|
# 输入限制:
|
10719
10725
|
# - 不能为空字符串
|
10720
10726
|
# - 不能包含字符'|'
|
10721
10727
|
# - 不能使用以下名称["cls_service_log","loglistener_status","loglistener_alarm","loglistener_business","cls_service_metric"]
|
10722
10728
|
# @type TopicName: String
|
10723
|
-
# @param Tags:
|
10729
|
+
# @param Tags: 标签描述列表,通过指定该参数可以同时绑定标签到相应的主题。最大支持10个标签键值对,并且不能有重复的键值对。
|
10724
10730
|
# @type Tags: Array
|
10725
10731
|
# @param Status: 主题是否开启采集,true:开启采集;false:关闭采集。
|
10726
10732
|
# 控制台目前不支持修改此参数。
|
10727
10733
|
# @type Status: Boolean
|
10728
10734
|
# @param AutoSplit: 是否开启自动分裂
|
10729
10735
|
# @type AutoSplit: Boolean
|
10730
|
-
# @param MaxSplitPartitions:
|
10736
|
+
# @param MaxSplitPartitions: 若开启最大分裂,该主题能够允许的最大分区数;
|
10731
10737
|
# 默认为50;必须为正数
|
10732
10738
|
# @type MaxSplitPartitions: Integer
|
10733
10739
|
# @param Period: 生命周期,单位天,标准存储取值范围1\~3600,低频存储取值范围7\~3600。取值为3640时代表永久保存
|
10734
10740
|
# @type Period: Integer
|
10735
|
-
# @param Describes:
|
10741
|
+
# @param Describes: 主题描述
|
10736
10742
|
# @type Describes: String
|
10737
|
-
# @param HotPeriod: 0
|
10738
|
-
# 非0
|
10743
|
+
# @param HotPeriod: 0:日志主题关闭日志沉降。
|
10744
|
+
# 非0:日志主题开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period。
|
10745
|
+
# 仅在StorageType为 hot 时生效,指标主题不支持该配置。
|
10739
10746
|
# @type HotPeriod: Integer
|
10740
10747
|
# @param IsWebTracking: 免鉴权开关。 false:关闭; true:开启。
|
10741
10748
|
# 开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)。
|
10742
10749
|
# @type IsWebTracking: Boolean
|
10743
|
-
# @param Extends:
|
10750
|
+
# @param Extends: 主题扩展信息
|
10744
10751
|
# @type Extends: :class:`Tencentcloud::Cls.v20201016.models.TopicExtendInfo`
|
10745
|
-
# @param PartitionCount:
|
10752
|
+
# @param PartitionCount: 主题分区数量。
|
10746
10753
|
# 默认为1;
|
10747
10754
|
# 取值范围及约束:
|
10748
10755
|
# - 当输入值<=0,系统自动调整为1。
|
@@ -11525,8 +11532,8 @@ module TencentCloud
|
|
11525
11532
|
|
11526
11533
|
attr_accessor :LogContent, :LineNum, :DstTopicId, :FailReason, :Time, :DstTopicName
|
11527
11534
|
extend Gem::Deprecate
|
11528
|
-
deprecate :DstTopicName, :none, 2025,
|
11529
|
-
deprecate :DstTopicName=, :none, 2025,
|
11535
|
+
deprecate :DstTopicName, :none, 2025, 10
|
11536
|
+
deprecate :DstTopicName=, :none, 2025, 10
|
11530
11537
|
|
11531
11538
|
def initialize(logcontent=nil, linenum=nil, dsttopicid=nil, failreason=nil, time=nil, dsttopicname=nil)
|
11532
11539
|
@LogContent = logcontent
|
@@ -12820,8 +12827,8 @@ module TencentCloud
|
|
12820
12827
|
|
12821
12828
|
attr_accessor :TopicId, :HashKey, :CompressType
|
12822
12829
|
extend Gem::Deprecate
|
12823
|
-
deprecate :HashKey, :none, 2025,
|
12824
|
-
deprecate :HashKey=, :none, 2025,
|
12830
|
+
deprecate :HashKey, :none, 2025, 10
|
12831
|
+
deprecate :HashKey=, :none, 2025, 10
|
12825
12832
|
|
12826
12833
|
def initialize(topicid=nil, hashkey=nil, compresstype=nil)
|
12827
12834
|
@TopicId = topicid
|
@@ -12929,10 +12936,10 @@ module TencentCloud
|
|
12929
12936
|
|
12930
12937
|
attr_accessor :CallbackType, :Url, :WebCallbackId, :Method, :NoticeContentId, :RemindType, :Mobiles, :UserIds, :Headers, :Body, :Index
|
12931
12938
|
extend Gem::Deprecate
|
12932
|
-
deprecate :Headers, :none, 2025,
|
12933
|
-
deprecate :Headers=, :none, 2025,
|
12934
|
-
deprecate :Body, :none, 2025,
|
12935
|
-
deprecate :Body=, :none, 2025,
|
12939
|
+
deprecate :Headers, :none, 2025, 10
|
12940
|
+
deprecate :Headers=, :none, 2025, 10
|
12941
|
+
deprecate :Body, :none, 2025, 10
|
12942
|
+
deprecate :Body=, :none, 2025, 10
|
12936
12943
|
|
12937
12944
|
def initialize(callbacktype=nil, url=nil, webcallbackid=nil, method=nil, noticecontentid=nil, remindtype=nil, mobiles=nil, userids=nil, headers=nil, body=nil, index=nil)
|
12938
12945
|
@CallbackType = callbacktype
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cls
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1153
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -34,8 +34,8 @@ extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
36
|
- lib/tencentcloud-sdk-cls.rb
|
37
|
-
- lib/v20201016/client.rb
|
38
37
|
- lib/v20201016/models.rb
|
38
|
+
- lib/v20201016/client.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|