tencentcloud-sdk-es 3.0.1016 → 3.0.1018
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/v20180416/models.rb +7 -2
- 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: d54771945f1c19dba49a5d900c0b89f9f411c9af
|
4
|
+
data.tar.gz: fbd151dbae1544b57051fdef093f9cc15d732196
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d8bf6a1908d90e4c88d484fb7ba8c2e206e12dcc48b835f4c693c0c46443a1bf349f5d09bd1aece6125c7a73bd78aaad5bb5b3929886f1f981ab071615bbd3b
|
7
|
+
data.tar.gz: 113be9b96f9721c0589f7050e40bd5a321b465c38e599bca1f60153700f9e167e709579b933b153f7ab87cafcc9ef94a70232d16f08db74507e48acd96cae611
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1018
|
data/lib/v20180416/models.rb
CHANGED
@@ -5910,6 +5910,9 @@ module TencentCloud
|
|
5910
5910
|
# @param IndexName: 索引名
|
5911
5911
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5912
5912
|
# @type IndexName: String
|
5913
|
+
# @param IndexMetaJson: 索引元数据JSON
|
5914
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5915
|
+
# @type IndexMetaJson: String
|
5913
5916
|
# @param IndexDocs: 索引文档数
|
5914
5917
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5915
5918
|
# @type IndexDocs: Integer
|
@@ -5958,11 +5961,12 @@ module TencentCloud
|
|
5958
5961
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5959
5962
|
# @type IndexTraffic: Float
|
5960
5963
|
|
5961
|
-
attr_accessor :AppId, :IndexName, :IndexDocs, :IndexStorage, :IndexCreateTime, :InstanceId, :IndexOptionsField, :IndexSettingsField, :IndexNetworkField, :KibanaUrl, :KibanaPrivateUrl, :IndexAccessUrl, :Status, :SpaceId, :SpaceName, :StorageType, :TagList, :IndexTraffic
|
5964
|
+
attr_accessor :AppId, :IndexName, :IndexMetaJson, :IndexDocs, :IndexStorage, :IndexCreateTime, :InstanceId, :IndexOptionsField, :IndexSettingsField, :IndexNetworkField, :KibanaUrl, :KibanaPrivateUrl, :IndexAccessUrl, :Status, :SpaceId, :SpaceName, :StorageType, :TagList, :IndexTraffic
|
5962
5965
|
|
5963
|
-
def initialize(appid=nil, indexname=nil, indexdocs=nil, indexstorage=nil, indexcreatetime=nil, instanceid=nil, indexoptionsfield=nil, indexsettingsfield=nil, indexnetworkfield=nil, kibanaurl=nil, kibanaprivateurl=nil, indexaccessurl=nil, status=nil, spaceid=nil, spacename=nil, storagetype=nil, taglist=nil, indextraffic=nil)
|
5966
|
+
def initialize(appid=nil, indexname=nil, indexmetajson=nil, indexdocs=nil, indexstorage=nil, indexcreatetime=nil, instanceid=nil, indexoptionsfield=nil, indexsettingsfield=nil, indexnetworkfield=nil, kibanaurl=nil, kibanaprivateurl=nil, indexaccessurl=nil, status=nil, spaceid=nil, spacename=nil, storagetype=nil, taglist=nil, indextraffic=nil)
|
5964
5967
|
@AppId = appid
|
5965
5968
|
@IndexName = indexname
|
5969
|
+
@IndexMetaJson = indexmetajson
|
5966
5970
|
@IndexDocs = indexdocs
|
5967
5971
|
@IndexStorage = indexstorage
|
5968
5972
|
@IndexCreateTime = indexcreatetime
|
@@ -5984,6 +5988,7 @@ module TencentCloud
|
|
5984
5988
|
def deserialize(params)
|
5985
5989
|
@AppId = params['AppId']
|
5986
5990
|
@IndexName = params['IndexName']
|
5991
|
+
@IndexMetaJson = params['IndexMetaJson']
|
5987
5992
|
@IndexDocs = params['IndexDocs']
|
5988
5993
|
@IndexStorage = params['IndexStorage']
|
5989
5994
|
@IndexCreateTime = params['IndexCreateTime']
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-es
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1018
|
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-03-
|
11
|
+
date: 2025-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,8 +33,8 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20180416/models.rb
|
37
36
|
- lib/v20180416/client.rb
|
37
|
+
- lib/v20180416/models.rb
|
38
38
|
- lib/tencentcloud-sdk-es.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|