tencentcloud-sdk-es 3.0.1012 → 3.0.1013

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4fe2da9f3efc4246f1bb4ba151e761eaa13caa26
4
- data.tar.gz: 32b1e5dd3f7fa5dffd3b9966e7a9ec9d8ab2544a
3
+ metadata.gz: 2b4b598a42c4f45c3ded5a052e526ad59a8c12d0
4
+ data.tar.gz: 69c8bea0c50d4764360a98071c33bf2d9336a297
5
5
  SHA512:
6
- metadata.gz: aa2509fb14291b3e552021be4ba9c075cbd56fc9a631e2b22c0fa5f384964665a05c3dceee94af0aa18564fcb3edfdb63e02e1b38b2d8d5989a8f55ffe783c68
7
- data.tar.gz: 5d8b49b928236a5e558cc25e79114bb305a2e7862b9fa7e5ac930ccd2edb89be523b360456391d0ec45877cbf06f4caece14522dce69dfaabbcfe38e0fc12229
6
+ metadata.gz: e145df0e60d0a15996d42b0067f718c8f67e6ab1e44704d4a337f5795db4f29dd658abca7ffc1164e829c73216ff712ecc511afbfa77ed78f0108c66a3adf811
7
+ data.tar.gz: 649d3ce0fcf5d343040b264962b5333fb6719b50c3ecb4f194209ca65805513b4cecf930d89a5177151e26361c8523ff380a1c9797ac0abf3bd748951001e563
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1012
1
+ 3.0.1013
@@ -6101,17 +6101,21 @@ module TencentCloud
6101
6101
  # @param RefreshInterval: 索引刷新频率
6102
6102
  # 注意:此字段可能返回 null,表示取不到有效值。
6103
6103
  # @type RefreshInterval: String
6104
+ # @param CustomSetting: 自定义参数
6105
+ # @type CustomSetting: String
6104
6106
 
6105
- attr_accessor :NumberOfShards, :RefreshInterval
6107
+ attr_accessor :NumberOfShards, :RefreshInterval, :CustomSetting
6106
6108
 
6107
- def initialize(numberofshards=nil, refreshinterval=nil)
6109
+ def initialize(numberofshards=nil, refreshinterval=nil, customsetting=nil)
6108
6110
  @NumberOfShards = numberofshards
6109
6111
  @RefreshInterval = refreshinterval
6112
+ @CustomSetting = customsetting
6110
6113
  end
6111
6114
 
6112
6115
  def deserialize(params)
6113
6116
  @NumberOfShards = params['NumberOfShards']
6114
6117
  @RefreshInterval = params['RefreshInterval']
6118
+ @CustomSetting = params['CustomSetting']
6115
6119
  end
6116
6120
  end
6117
6121
 
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.1012
4
+ version: 3.0.1013
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-05 00:00:00.000000000 Z
11
+ date: 2025-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common