tencentcloud-sdk-es 3.0.470 → 3.0.471

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: 90eec623740070392cb4b7fcb394f9601e0fe0af
4
- data.tar.gz: 8a2ab9fbeb1def8a3f833694f6836bc69bdb0287
3
+ metadata.gz: 811c2472ecca164eec99d73436129332f76fdc30
4
+ data.tar.gz: 9e7529350141011d7811263011bfef84552807a4
5
5
  SHA512:
6
- metadata.gz: 822e2531c76b0e6d068ba1266a01201104addad8bdc94ff7f668126526357916776af68ddd8d100b7c975b1f44938110a495188c9e98902d5df0ca450bb9b1e1
7
- data.tar.gz: 63f4750663453ab6f916d7d3829b74e9d34a5ef098f95858a4e0a49edc334584f062231e6d7f260ffad50f8ad481b2ab5a1deaaedba490ed740197ad14f3a017
6
+ metadata.gz: 5ea6fcbde2f478b11eabf053936ad6a8fd9adfc483b8d891b309964e2051f91ccabccbf4c9e6d753eb2b5a70e95ca8e9fd3b7af57adbbc8bd6a8fba76121f74c
7
+ data.tar.gz: 82359bd58e36dd0beef453d0d1a35360004da85fc1d6d3c4ded3e702a9e2f9a3e0a032ddc5a1f795ce5c729fd4c4e4168f0382d896dd16b21dcc2f13485dd1e1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.470
1
+ 3.0.471
@@ -1682,10 +1682,13 @@ module TencentCloud
1682
1682
  # @param AppId: 索引所属集群APP ID
1683
1683
  # 注意:此字段可能返回 null,表示取不到有效值。
1684
1684
  # @type AppId: Integer
1685
+ # @param IndexDocs: 索引文档数
1686
+ # 注意:此字段可能返回 null,表示取不到有效值。
1687
+ # @type IndexDocs: Integer
1685
1688
 
1686
- attr_accessor :IndexType, :IndexName, :IndexStatus, :IndexStorage, :IndexCreateTime, :BackingIndices, :ClusterId, :ClusterName, :ClusterVersion, :IndexPolicyField, :IndexOptionsField, :IndexSettingsField, :AppId
1689
+ attr_accessor :IndexType, :IndexName, :IndexStatus, :IndexStorage, :IndexCreateTime, :BackingIndices, :ClusterId, :ClusterName, :ClusterVersion, :IndexPolicyField, :IndexOptionsField, :IndexSettingsField, :AppId, :IndexDocs
1687
1690
 
1688
- 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)
1691
+ 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)
1689
1692
  @IndexType = indextype
1690
1693
  @IndexName = indexname
1691
1694
  @IndexStatus = indexstatus
@@ -1699,6 +1702,7 @@ module TencentCloud
1699
1702
  @IndexOptionsField = indexoptionsfield
1700
1703
  @IndexSettingsField = indexsettingsfield
1701
1704
  @AppId = appid
1705
+ @IndexDocs = indexdocs
1702
1706
  end
1703
1707
 
1704
1708
  def deserialize(params)
@@ -1731,6 +1735,7 @@ module TencentCloud
1731
1735
  @IndexSettingsField.deserialize(params['IndexSettingsField'])
1732
1736
  end
1733
1737
  @AppId = params['AppId']
1738
+ @IndexDocs = params['IndexDocs']
1734
1739
  end
1735
1740
  end
1736
1741
 
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.470
4
+ version: 3.0.471
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-12-09 00:00:00.000000000 Z
11
+ date: 2022-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common