tencentcloud-sdk-es 3.0.670 → 3.0.672

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 42a7ffc46dca342d34e493e10101115891b1c024
4
- data.tar.gz: 68dde64cbddd2d955834bed73db0c94c3de60561
3
+ metadata.gz: bb3af26eb347990195025635a8011c6c03f6c915
4
+ data.tar.gz: 791a368805fe63b2b164048b7a1bab57f8790398
5
5
  SHA512:
6
- metadata.gz: 3b0bfa6f001ab99c133de6fea462ec6314bac805a47e700190e4e25b06eabe821cbdf5abbb42595c4500d6c1029be1162d3d0da615d8467de736870c60817236
7
- data.tar.gz: 6afcaa1bed0d57408d80a0a86887412e217dec1763c753ed94fbc9e14ee33664f5823b1a368b45bac0d78d70400dcf5d4d07e58a8bea597cc0d02d622cb55ff5
6
+ metadata.gz: 6a55b90ba7f6704cfa735fc7e3ee0be7456742a8f71623350cee1b839ba8cddb664c7058f6ca31a71aac59a9dd94538b83843d92d67805bdd9556ea96af2c68c
7
+ data.tar.gz: a4f38e2baa6acfca6bb16e04ef745bd563d96591747bc4a30a4160ed4cef57db532cb51b109b52573af217c4d637d25aa0683f63201b018a01b8dac4a83ec4f1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.670
1
+ 3.0.672
@@ -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.670
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-09-28 00:00:00.000000000 Z
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