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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180416/models.rb +6 -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: 2b4b598a42c4f45c3ded5a052e526ad59a8c12d0
|
4
|
+
data.tar.gz: 69c8bea0c50d4764360a98071c33bf2d9336a297
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e145df0e60d0a15996d42b0067f718c8f67e6ab1e44704d4a337f5795db4f29dd658abca7ffc1164e829c73216ff712ecc511afbfa77ed78f0108c66a3adf811
|
7
|
+
data.tar.gz: 649d3ce0fcf5d343040b264962b5333fb6719b50c3ecb4f194209ca65805513b4cecf930d89a5177151e26361c8523ff380a1c9797ac0abf3bd748951001e563
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1013
|
data/lib/v20180416/models.rb
CHANGED
@@ -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.
|
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-
|
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
|