tencentcloud-sdk-es 3.0.671 → 3.0.672
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 +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb3af26eb347990195025635a8011c6c03f6c915
|
|
4
|
+
data.tar.gz: 791a368805fe63b2b164048b7a1bab57f8790398
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a55b90ba7f6704cfa735fc7e3ee0be7456742a8f71623350cee1b839ba8cddb664c7058f6ca31a71aac59a9dd94538b83843d92d67805bdd9556ea96af2c68c
|
|
7
|
+
data.tar.gz: a4f38e2baa6acfca6bb16e04ef745bd563d96591747bc4a30a4160ed4cef57db532cb51b109b52573af217c4d637d25aa0683f63201b018a01b8dac4a83ec4f1
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.672
|
data/lib/v20180416/models.rb
CHANGED
|
@@ -1657,6 +1657,9 @@ module TencentCloud
|
|
|
1657
1657
|
# @param IndexName: 索引名
|
|
1658
1658
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1659
1659
|
# @type IndexName: String
|
|
1660
|
+
# @param IndexMetaJson: 索引元数据JSON
|
|
1661
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1662
|
+
# @type IndexMetaJson: String
|
|
1660
1663
|
# @param IndexStatus: 索引状态
|
|
1661
1664
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1662
1665
|
# @type IndexStatus: String
|
|
@@ -1694,11 +1697,12 @@ module TencentCloud
|
|
|
1694
1697
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1695
1698
|
# @type IndexDocs: Integer
|
|
1696
1699
|
|
|
1697
|
-
attr_accessor :IndexType, :IndexName, :IndexStatus, :IndexStorage, :IndexCreateTime, :BackingIndices, :ClusterId, :ClusterName, :ClusterVersion, :IndexPolicyField, :IndexOptionsField, :IndexSettingsField, :AppId, :IndexDocs
|
|
1700
|
+
attr_accessor :IndexType, :IndexName, :IndexMetaJson, :IndexStatus, :IndexStorage, :IndexCreateTime, :BackingIndices, :ClusterId, :ClusterName, :ClusterVersion, :IndexPolicyField, :IndexOptionsField, :IndexSettingsField, :AppId, :IndexDocs
|
|
1698
1701
|
|
|
1699
|
-
def initialize(indextype=nil, indexname=nil, indexstatus=nil, indexstorage=nil, indexcreatetime=nil, backingindices=nil, clusterid=nil, clustername=nil, clusterversion=nil, indexpolicyfield=nil, indexoptionsfield=nil, indexsettingsfield=nil, appid=nil, indexdocs=nil)
|
|
1702
|
+
def initialize(indextype=nil, indexname=nil, indexmetajson=nil, indexstatus=nil, indexstorage=nil, indexcreatetime=nil, backingindices=nil, clusterid=nil, clustername=nil, clusterversion=nil, indexpolicyfield=nil, indexoptionsfield=nil, indexsettingsfield=nil, appid=nil, indexdocs=nil)
|
|
1700
1703
|
@IndexType = indextype
|
|
1701
1704
|
@IndexName = indexname
|
|
1705
|
+
@IndexMetaJson = indexmetajson
|
|
1702
1706
|
@IndexStatus = indexstatus
|
|
1703
1707
|
@IndexStorage = indexstorage
|
|
1704
1708
|
@IndexCreateTime = indexcreatetime
|
|
@@ -1716,6 +1720,7 @@ module TencentCloud
|
|
|
1716
1720
|
def deserialize(params)
|
|
1717
1721
|
@IndexType = params['IndexType']
|
|
1718
1722
|
@IndexName = params['IndexName']
|
|
1723
|
+
@IndexMetaJson = params['IndexMetaJson']
|
|
1719
1724
|
@IndexStatus = params['IndexStatus']
|
|
1720
1725
|
@IndexStorage = params['IndexStorage']
|
|
1721
1726
|
@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.672
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-10-
|
|
11
|
+
date: 2023-10-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|