tencentcloud-sdk-apigateway 3.0.599 → 3.0.600

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 +12 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 53c0673b811c81c890c21c6722db9229ead9d257
4
- data.tar.gz: 28a2558747261522a3234e28055ced87ed7d6634
3
+ metadata.gz: cbc8883fa79620bc8226478fde04e58dac4eb2be
4
+ data.tar.gz: f6d16f75d89caf5954a9fda4b8447423e63a7d5e
5
5
  SHA512:
6
- metadata.gz: c5141a8532f11821f0ff65abd09583a45c636e2a07e5a13353439f59935894e6bf622b6eed8e93b6c20e8b65ccec523fa93961a92ac77baf62b7508d12628d6d
7
- data.tar.gz: dac9165178e41d28392a8e9cb530c839335aabbb656b4d9692497b0ead9e50e458c99a6e96be3780eec24cffad9cb4a601a0f9dcb3813114ae2300f9de61f6d7
6
+ metadata.gz: 4bc748f4015a60e2ff78a6343ab2dafaeef8aa14a0ad1c3e0364d98633a76985ef72804f5eeabc0eed436ffc61a57a0f6744a21cd29f746f25012aa4143867b2
7
+ data.tar.gz: a8bef5a68431d0b36e580231f9d94722bf1dc1425ae572ef55fed5bb97099c275091ad12a8b0063f792d3c63a5028cd900178980b23a8dfc1d4f8c1c0a7bb111
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.599
1
+ 3.0.600
@@ -409,6 +409,9 @@ module TencentCloud
409
409
  # @type TokenLocation: String
410
410
 
411
411
  attr_accessor :ServiceId, :ApiId, :ApiDesc, :Path, :Method, :CreatedTime, :ModifiedTime, :ApiName, :UniqVpcId, :ApiType, :Protocol, :IsDebugAfterCharge, :AuthType, :ApiBusinessType, :AuthRelationApiId, :RelationBuniessApiIds, :OauthConfig, :TokenLocation
412
+ extend Gem::Deprecate
413
+ deprecate :RelationBuniessApiIds, :none, 2023, 6
414
+ deprecate :RelationBuniessApiIds=, :none, 2023, 6
412
415
 
413
416
  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)
414
417
  @ServiceId = serviceid
@@ -3128,6 +3131,9 @@ module TencentCloud
3128
3131
  # @type Method: String
3129
3132
 
3130
3133
  attr_accessor :ServiceId, :ApiId, :ApiDesc, :CreatedTime, :ModifiedTime, :ApiName, :VpcId, :UniqVpcId, :ApiType, :Protocol, :IsDebugAfterCharge, :AuthType, :ApiBusinessType, :AuthRelationApiId, :OauthConfig, :RelationBuniessApiIds, :Tags, :Path, :Method
3134
+ extend Gem::Deprecate
3135
+ deprecate :RelationBuniessApiIds, :none, 2023, 6
3136
+ deprecate :RelationBuniessApiIds=, :none, 2023, 6
3131
3137
 
3132
3138
  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)
3133
3139
  @ServiceId = serviceid
@@ -3979,6 +3985,9 @@ module TencentCloud
3979
3985
  # @type Method: String
3980
3986
 
3981
3987
  attr_accessor :ServiceId, :ApiId, :ApiDesc, :CreatedTime, :ModifiedTime, :ApiName, :VpcId, :UniqVpcId, :ApiType, :Protocol, :IsDebugAfterCharge, :AuthType, :ApiBusinessType, :AuthRelationApiId, :OauthConfig, :RelationBuniessApiIds, :Tags, :Path, :Method
3988
+ extend Gem::Deprecate
3989
+ deprecate :RelationBuniessApiIds, :none, 2023, 6
3990
+ deprecate :RelationBuniessApiIds=, :none, 2023, 6
3982
3991
 
3983
3992
  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)
3984
3993
  @ServiceId = serviceid
@@ -7946,6 +7955,9 @@ module TencentCloud
7946
7955
  # @type Range: String
7947
7956
 
7948
7957
  attr_accessor :Name, :Value, :Default, :Unit, :Type, :Minimum, :Maximum, :ModifedTime, :ValueString, :DefaultValueString, :Range
7958
+ extend Gem::Deprecate
7959
+ deprecate :ModifedTime, :none, 2023, 6
7960
+ deprecate :ModifedTime=, :none, 2023, 6
7949
7961
 
7950
7962
  def initialize(name=nil, value=nil, default=nil, unit=nil, type=nil, minimum=nil, maximum=nil, modifedtime=nil, valuestring=nil, defaultvaluestring=nil, range=nil)
7951
7963
  @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.599
4
+ version: 3.0.600
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-06-26 00:00:00.000000000 Z
11
+ date: 2023-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common