tencentcloud-sdk-cls 1.0.299 → 1.0.302

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201016/models.rb +14 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fe319ff29c39a60214e9a784b5b3a653b9ef30ee
4
- data.tar.gz: 813c5b34fd53d06df3f57945cc525b0fb79de119
3
+ metadata.gz: 301d981649d1fa2cc98cee1a280395aaf5b9fed9
4
+ data.tar.gz: d4573fa01dfa30007ffae878f7bb94cb4f5f6ba8
5
5
  SHA512:
6
- metadata.gz: 7190fb0b3e02b083b9b48dd37c8074332c5d7669527d8d3412c49fa9a1ed8917464d625c392b679e8b9efa47fab1a38a19ee21f37247439f49ed6ec19853501b
7
- data.tar.gz: 3e17a86c2cc6154af6969f55d19ae6d4783595f45961960f31a96dbd41b378f690f5b7543974ae00ba486f868fe432df5563764eb166dfeba7c0f9675fb8fcd3
6
+ metadata.gz: 4e21047e2e66ca3e0d22cdfd58123ade532a1f133c754be7a606314d1318e3a65755bfcae4fa9e789007fcc58b0108d0c968b851cde60debe228de49388b4657
7
+ data.tar.gz: 6ab72d96cf4cf802dd0af1c543ad63a0b725c72d6857ce22f54a5efb6f5e150604008bfb670e7496fc5aa2dd7dc60c1eabedc4fbadbbcb70ce237aaa08881e57
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.299
1
+ 1.0.302
@@ -3975,16 +3975,20 @@ module TencentCloud
3975
3975
  # @type PkgLogId: Integer
3976
3976
  # @param BTime: 日志时间戳
3977
3977
  # @type BTime: Integer
3978
+ # @param HostName: 日志来源主机名称
3979
+ # 注意:此字段可能返回 null,表示取不到有效值。
3980
+ # @type HostName: String
3978
3981
 
3979
- attr_accessor :Source, :Filename, :Content, :PkgId, :PkgLogId, :BTime
3982
+ attr_accessor :Source, :Filename, :Content, :PkgId, :PkgLogId, :BTime, :HostName
3980
3983
 
3981
- def initialize(source=nil, filename=nil, content=nil, pkgid=nil, pkglogid=nil, btime=nil)
3984
+ def initialize(source=nil, filename=nil, content=nil, pkgid=nil, pkglogid=nil, btime=nil, hostname=nil)
3982
3985
  @Source = source
3983
3986
  @Filename = filename
3984
3987
  @Content = content
3985
3988
  @PkgId = pkgid
3986
3989
  @PkgLogId = pkglogid
3987
3990
  @BTime = btime
3991
+ @HostName = hostname
3988
3992
  end
3989
3993
 
3990
3994
  def deserialize(params)
@@ -3994,6 +3998,7 @@ module TencentCloud
3994
3998
  @PkgId = params['PkgId']
3995
3999
  @PkgLogId = params['PkgLogId']
3996
4000
  @BTime = params['BTime']
4001
+ @HostName = params['HostName']
3997
4002
  end
3998
4003
  end
3999
4004
 
@@ -4016,10 +4021,13 @@ module TencentCloud
4016
4021
  # @param LogJson: 日志内容的Json序列化字符串
4017
4022
  # 注意:此字段可能返回 null,表示取不到有效值。
4018
4023
  # @type LogJson: String
4024
+ # @param HostName: 日志来源主机名称
4025
+ # 注意:此字段可能返回 null,表示取不到有效值。
4026
+ # @type HostName: String
4019
4027
 
4020
- attr_accessor :Time, :TopicId, :TopicName, :Source, :FileName, :PkgId, :PkgLogId, :LogJson
4028
+ attr_accessor :Time, :TopicId, :TopicName, :Source, :FileName, :PkgId, :PkgLogId, :LogJson, :HostName
4021
4029
 
4022
- def initialize(time=nil, topicid=nil, topicname=nil, source=nil, filename=nil, pkgid=nil, pkglogid=nil, logjson=nil)
4030
+ def initialize(time=nil, topicid=nil, topicname=nil, source=nil, filename=nil, pkgid=nil, pkglogid=nil, logjson=nil, hostname=nil)
4023
4031
  @Time = time
4024
4032
  @TopicId = topicid
4025
4033
  @TopicName = topicname
@@ -4028,6 +4036,7 @@ module TencentCloud
4028
4036
  @PkgId = pkgid
4029
4037
  @PkgLogId = pkglogid
4030
4038
  @LogJson = logjson
4039
+ @HostName = hostname
4031
4040
  end
4032
4041
 
4033
4042
  def deserialize(params)
@@ -4039,6 +4048,7 @@ module TencentCloud
4039
4048
  @PkgId = params['PkgId']
4040
4049
  @PkgLogId = params['PkgLogId']
4041
4050
  @LogJson = params['LogJson']
4051
+ @HostName = params['HostName']
4042
4052
  end
4043
4053
  end
4044
4054
 
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: 1.0.299
4
+ version: 1.0.302
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-18 00:00:00.000000000 Z
11
+ date: 2022-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common