tencentcloud-sdk-apigateway 3.0.978 → 3.0.980

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180808/models.rb +10 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d9596e4d697ed504526474621a131f5039e0684a
4
- data.tar.gz: f94d2490829026e18e6936e7a85acd3c519ebc6b
3
+ metadata.gz: 842451d875032db4de086461d9dc3b5348cb17da
4
+ data.tar.gz: 3159ea73eebafffe6333d93c3f670c85b8b6576f
5
5
  SHA512:
6
- metadata.gz: d1786e785538dd5eec150d302be0f25763686054c33a4683b4bb59afe175db3165ae9ba7e0787c1841ce919d44d3922097688dfbaf0d35a6242a3fd5bf73eeb7
7
- data.tar.gz: 7211aa969e20a84438c5d8cb3c588e2246e2babaf19578d44a3ce849b3e8b75c01d6085c910391194069e0743fd2668bb0cf6d2c49a9b2b3e530cd47bf7b4d9e
6
+ metadata.gz: 9c3d05810e101599bd9235515822d588a7568a8236f7db88813fbc905c1fcad871a88c7936d177c32351cd9fea268319ec6389c484a4d2fa0c73db28129ba4df
7
+ data.tar.gz: 0a2df7495fd1a795b0a82fbeb19b4c564f9475f7888d1443a7fe71fe9874332765e20ddb56603e9debfa1af48f873dec57f0cc8c986615ddd550cf645e944f63
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.978
1
+ 3.0.980
@@ -436,8 +436,8 @@ module TencentCloud
436
436
 
437
437
  attr_accessor :ServiceId, :ApiId, :ApiDesc, :Path, :Method, :CreatedTime, :ModifiedTime, :ApiName, :UniqVpcId, :ApiType, :Protocol, :IsDebugAfterCharge, :AuthType, :ApiBusinessType, :AuthRelationApiId, :RelationBuniessApiIds, :OauthConfig, :TokenLocation
438
438
  extend Gem::Deprecate
439
- deprecate :RelationBuniessApiIds, :none, 2024, 11
440
- deprecate :RelationBuniessApiIds=, :none, 2024, 11
439
+ deprecate :RelationBuniessApiIds, :none, 2025, 1
440
+ deprecate :RelationBuniessApiIds=, :none, 2025, 1
441
441
 
442
442
  def initialize(serviceid=nil, apiid=nil, apidesc=nil, path=nil, method=nil, createdtime=nil, modifiedtime=nil, apiname=nil, uniqvpcid=nil, apitype=nil, protocol=nil, isdebugaftercharge=nil, authtype=nil, apibusinesstype=nil, authrelationapiid=nil, relationbuniessapiids=nil, oauthconfig=nil, tokenlocation=nil)
443
443
  @ServiceId = serviceid
@@ -3315,8 +3315,8 @@ module TencentCloud
3315
3315
 
3316
3316
  attr_accessor :ServiceId, :ApiId, :ApiDesc, :CreatedTime, :ModifiedTime, :ApiName, :VpcId, :UniqVpcId, :ApiType, :Protocol, :IsDebugAfterCharge, :AuthType, :ApiBusinessType, :AuthRelationApiId, :OauthConfig, :RelationBuniessApiIds, :Tags, :Path, :Method
3317
3317
  extend Gem::Deprecate
3318
- deprecate :RelationBuniessApiIds, :none, 2024, 11
3319
- deprecate :RelationBuniessApiIds=, :none, 2024, 11
3318
+ deprecate :RelationBuniessApiIds, :none, 2025, 1
3319
+ deprecate :RelationBuniessApiIds=, :none, 2025, 1
3320
3320
 
3321
3321
  def initialize(serviceid=nil, apiid=nil, apidesc=nil, createdtime=nil, modifiedtime=nil, apiname=nil, vpcid=nil, uniqvpcid=nil, apitype=nil, protocol=nil, isdebugaftercharge=nil, authtype=nil, apibusinesstype=nil, authrelationapiid=nil, oauthconfig=nil, relationbuniessapiids=nil, tags=nil, path=nil, method=nil)
3322
3322
  @ServiceId = serviceid
@@ -4169,8 +4169,8 @@ module TencentCloud
4169
4169
 
4170
4170
  attr_accessor :ServiceId, :ApiId, :ApiDesc, :CreatedTime, :ModifiedTime, :ApiName, :VpcId, :UniqVpcId, :ApiType, :Protocol, :IsDebugAfterCharge, :AuthType, :ApiBusinessType, :AuthRelationApiId, :OauthConfig, :RelationBuniessApiIds, :Tags, :Path, :Method
4171
4171
  extend Gem::Deprecate
4172
- deprecate :RelationBuniessApiIds, :none, 2024, 11
4173
- deprecate :RelationBuniessApiIds=, :none, 2024, 11
4172
+ deprecate :RelationBuniessApiIds, :none, 2025, 1
4173
+ deprecate :RelationBuniessApiIds=, :none, 2025, 1
4174
4174
 
4175
4175
  def initialize(serviceid=nil, apiid=nil, apidesc=nil, createdtime=nil, modifiedtime=nil, apiname=nil, vpcid=nil, uniqvpcid=nil, apitype=nil, protocol=nil, isdebugaftercharge=nil, authtype=nil, apibusinesstype=nil, authrelationapiid=nil, oauthconfig=nil, relationbuniessapiids=nil, tags=nil, path=nil, method=nil)
4176
4176
  @ServiceId = serviceid
@@ -4693,8 +4693,8 @@ module TencentCloud
4693
4693
 
4694
4694
  attr_accessor :StartTime, :EndTime, :ServiceId, :Filters, :Limit, :ConText, :Sort, :Query, :LogQuerys
4695
4695
  extend Gem::Deprecate
4696
- deprecate :LogQuerys, :none, 2024, 11
4697
- deprecate :LogQuerys=, :none, 2024, 11
4696
+ deprecate :LogQuerys, :none, 2025, 1
4697
+ deprecate :LogQuerys=, :none, 2025, 1
4698
4698
 
4699
4699
  def initialize(starttime=nil, endtime=nil, serviceid=nil, filters=nil, limit=nil, context=nil, sort=nil, query=nil, logquerys=nil)
4700
4700
  @StartTime = starttime
@@ -8186,8 +8186,8 @@ module TencentCloud
8186
8186
 
8187
8187
  attr_accessor :Name, :Value, :Default, :Unit, :Type, :Minimum, :Maximum, :ModifedTime, :ValueString, :DefaultValueString, :Range
8188
8188
  extend Gem::Deprecate
8189
- deprecate :ModifedTime, :none, 2024, 11
8190
- deprecate :ModifedTime=, :none, 2024, 11
8189
+ deprecate :ModifedTime, :none, 2025, 1
8190
+ deprecate :ModifedTime=, :none, 2025, 1
8191
8191
 
8192
8192
  def initialize(name=nil, value=nil, default=nil, unit=nil, type=nil, minimum=nil, maximum=nil, modifedtime=nil, valuestring=nil, defaultvaluestring=nil, range=nil)
8193
8193
  @Name = name
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-apigateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.978
4
+ version: 3.0.980
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-01-08 00:00:00.000000000 Z
11
+ date: 2025-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common