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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180808/models.rb +12 -0
- 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: cbc8883fa79620bc8226478fde04e58dac4eb2be
|
|
4
|
+
data.tar.gz: f6d16f75d89caf5954a9fda4b8447423e63a7d5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4bc748f4015a60e2ff78a6343ab2dafaeef8aa14a0ad1c3e0364d98633a76985ef72804f5eeabc0eed436ffc61a57a0f6744a21cd29f746f25012aa4143867b2
|
|
7
|
+
data.tar.gz: a8bef5a68431d0b36e580231f9d94722bf1dc1425ae572ef55fed5bb97099c275091ad12a8b0063f792d3c63a5028cd900178980b23a8dfc1d4f8c1c0a7bb111
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.600
|
data/lib/v20180808/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|