tencentcloud-sdk-tsf 3.0.506 → 3.0.507
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/v20180326/models.rb +23 -3
- 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: 86b02caec2ba15ffe971d8e252b347770011d6af
|
|
4
|
+
data.tar.gz: 200b04ffd8ea08e1565676c13d5c7e0d05d7debb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6e2140e37221535487460bed62f66a457f53f067d4d3798df34e9687f510daf9521b435236c578cbf84171d422f743025b19bda48c5734aedc3a3f23124fb19
|
|
7
|
+
data.tar.gz: 3b9b4478aa09ee98b0ac450496d54a73ccb7fe233f104fb000b28e98d288f4a050de75a8e1c5ef7e8222629f165ccf3b16fd0dcba321e7ec57df44afe5ff27e0
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.507
|
data/lib/v20180326/models.rb
CHANGED
|
@@ -332,10 +332,22 @@ module TencentCloud
|
|
|
332
332
|
# @param ApiMatchType: API路径匹配类型。normal:普通API;wildcard:通配API。
|
|
333
333
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
334
334
|
# @type ApiMatchType: String
|
|
335
|
+
# @param RpcExt: RPC 额外信息
|
|
336
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
337
|
+
# @type RpcExt: String
|
|
338
|
+
# @param GatewayDeployGroupId: 部署组id
|
|
339
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
340
|
+
# @type GatewayDeployGroupId: String
|
|
341
|
+
# @param Md5: md5
|
|
342
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
343
|
+
# @type Md5: String
|
|
344
|
+
# @param RpcType: RPC 类型
|
|
345
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
346
|
+
# @type RpcType: String
|
|
335
347
|
|
|
336
|
-
attr_accessor :ApiId, :NamespaceId, :NamespaceName, :MicroserviceId, :MicroserviceName, :Path, :PathMapping, :Method, :GroupId, :UsableStatus, :ReleaseStatus, :RateLimitStatus, :MockStatus, :CreatedTime, :UpdatedTime, :ReleasedTime, :GroupName, :Timeout, :Host, :ApiType, :Description, :ApiMatchType
|
|
348
|
+
attr_accessor :ApiId, :NamespaceId, :NamespaceName, :MicroserviceId, :MicroserviceName, :Path, :PathMapping, :Method, :GroupId, :UsableStatus, :ReleaseStatus, :RateLimitStatus, :MockStatus, :CreatedTime, :UpdatedTime, :ReleasedTime, :GroupName, :Timeout, :Host, :ApiType, :Description, :ApiMatchType, :RpcExt, :GatewayDeployGroupId, :Md5, :RpcType
|
|
337
349
|
|
|
338
|
-
def initialize(apiid=nil, namespaceid=nil, namespacename=nil, microserviceid=nil, microservicename=nil, path=nil, pathmapping=nil, method=nil, groupid=nil, usablestatus=nil, releasestatus=nil, ratelimitstatus=nil, mockstatus=nil, createdtime=nil, updatedtime=nil, releasedtime=nil, groupname=nil, timeout=nil, host=nil, apitype=nil, description=nil, apimatchtype=nil)
|
|
350
|
+
def initialize(apiid=nil, namespaceid=nil, namespacename=nil, microserviceid=nil, microservicename=nil, path=nil, pathmapping=nil, method=nil, groupid=nil, usablestatus=nil, releasestatus=nil, ratelimitstatus=nil, mockstatus=nil, createdtime=nil, updatedtime=nil, releasedtime=nil, groupname=nil, timeout=nil, host=nil, apitype=nil, description=nil, apimatchtype=nil, rpcext=nil, gatewaydeploygroupid=nil, md5=nil, rpctype=nil)
|
|
339
351
|
@ApiId = apiid
|
|
340
352
|
@NamespaceId = namespaceid
|
|
341
353
|
@NamespaceName = namespacename
|
|
@@ -358,6 +370,10 @@ module TencentCloud
|
|
|
358
370
|
@ApiType = apitype
|
|
359
371
|
@Description = description
|
|
360
372
|
@ApiMatchType = apimatchtype
|
|
373
|
+
@RpcExt = rpcext
|
|
374
|
+
@GatewayDeployGroupId = gatewaydeploygroupid
|
|
375
|
+
@Md5 = md5
|
|
376
|
+
@RpcType = rpctype
|
|
361
377
|
end
|
|
362
378
|
|
|
363
379
|
def deserialize(params)
|
|
@@ -383,6 +399,10 @@ module TencentCloud
|
|
|
383
399
|
@ApiType = params['ApiType']
|
|
384
400
|
@Description = params['Description']
|
|
385
401
|
@ApiMatchType = params['ApiMatchType']
|
|
402
|
+
@RpcExt = params['RpcExt']
|
|
403
|
+
@GatewayDeployGroupId = params['GatewayDeployGroupId']
|
|
404
|
+
@Md5 = params['Md5']
|
|
405
|
+
@RpcType = params['RpcType']
|
|
386
406
|
end
|
|
387
407
|
end
|
|
388
408
|
|
|
@@ -2155,7 +2175,7 @@ module TencentCloud
|
|
|
2155
2175
|
end
|
|
2156
2176
|
end
|
|
2157
2177
|
|
|
2158
|
-
#
|
|
2178
|
+
# 获取部署组
|
|
2159
2179
|
class ContainerGroupDeploy < TencentCloud::Common::AbstractModel
|
|
2160
2180
|
# @param GroupId: 部署组id
|
|
2161
2181
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tsf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.507
|
|
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-02-
|
|
11
|
+
date: 2023-02-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|