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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180326/models.rb +23 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5fb17854d5cf3a6a675e734ae93fcc7237ff9613
4
- data.tar.gz: 898d0182f8492445e09c91923e3d4058357439c6
3
+ metadata.gz: 86b02caec2ba15ffe971d8e252b347770011d6af
4
+ data.tar.gz: 200b04ffd8ea08e1565676c13d5c7e0d05d7debb
5
5
  SHA512:
6
- metadata.gz: 89bee291a1ad91566df9877826e3460c83e442e4645b61699aa8f0a77e68706d57a87d73f0ec10afc5fdf32576e5c559d1500d8c23a22b5b3c69398be9eb6155
7
- data.tar.gz: c378dd0b133dcf816e5f94ffef4afa6516b47d8c899ea08f535c0c48252a27e6051040e6e35d4c76ecd828e3748842bab1b5dd61a03bf995c34cfbb2196a07a8
6
+ metadata.gz: c6e2140e37221535487460bed62f66a457f53f067d4d3798df34e9687f510daf9521b435236c578cbf84171d422f743025b19bda48c5734aedc3a3f23124fb19
7
+ data.tar.gz: 3b9b4478aa09ee98b0ac450496d54a73ccb7fe233f104fb000b28e98d288f4a050de75a8e1c5ef7e8222629f165ccf3b16fd0dcba321e7ec57df44afe5ff27e0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.506
1
+ 3.0.507
@@ -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.506
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-10 00:00:00.000000000 Z
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