tencentcloud-sdk-apigateway 3.0.598 → 3.0.600

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/v20180808/models.rb +12 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7859fc7eb0e6499f40f256c06928a06ec73b0020
4
- data.tar.gz: 51aca10d2de9bab26c539062b9fbb3ed27331bc5
3
+ metadata.gz: cbc8883fa79620bc8226478fde04e58dac4eb2be
4
+ data.tar.gz: f6d16f75d89caf5954a9fda4b8447423e63a7d5e
5
5
  SHA512:
6
- metadata.gz: 682af41272b8b469c73de5bbb98d795d6fb1bb6862f54f23975fe9418e32f4010366dbb0a72439a9b1e19b7eaedc494b01a027f05cd21b6e9d38de3baa9bd74d
7
- data.tar.gz: c5913c3acc8626612a970105713043ba742a05a5498dab0d1879112ab9619fb7ef0e53920d403eae388a7d86877e855926aaafdf99f7254183590284c1777eb2
6
+ metadata.gz: 4bc748f4015a60e2ff78a6343ab2dafaeef8aa14a0ad1c3e0364d98633a76985ef72804f5eeabc0eed436ffc61a57a0f6744a21cd29f746f25012aa4143867b2
7
+ data.tar.gz: a8bef5a68431d0b36e580231f9d94722bf1dc1425ae572ef55fed5bb97099c275091ad12a8b0063f792d3c63a5028cd900178980b23a8dfc1d4f8c1c0a7bb111
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.598
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.598
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-22 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