tencentcloud-sdk-tcr 3.0.1094 → 3.0.1116
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/v20190924/models.rb +1 -1
- 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: 5541991f5c863434b4fef4e3cc2c0b7a12c129f8
|
4
|
+
data.tar.gz: 732469bda1d7894e53906508c6645ec87fa9fe9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf4166dcc710a26b8ebe79190ed359bab969c0467e3ff1060f8282c13dab8145356aa06e439d4f9e59216d8200df4d7c46577cced473b77ef64076829d194d83
|
7
|
+
data.tar.gz: 231c54b40dc43307617970270df3df37945df8ddbbe17750ea8fac3179004b02e6151963ba642fa21e607d1fc6c9cf9b3e3f4adeb8a86c2f85d3231441c6beae
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1116
|
data/lib/v20190924/models.rb
CHANGED
@@ -865,7 +865,7 @@ module TencentCloud
|
|
865
865
|
|
866
866
|
# CreateRepositoryPersonal请求参数结构体
|
867
867
|
class CreateRepositoryPersonalRequest < TencentCloud::Common::AbstractModel
|
868
|
-
# @param RepoName:
|
868
|
+
# @param RepoName: 仓库名称,格式为 {Namespace}/{lmageName}。
|
869
869
|
# @type RepoName: String
|
870
870
|
# @param Public: 是否公共,1:公共,0:私有
|
871
871
|
# @type Public: Integer
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1116
|
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-
|
11
|
+
date: 2025-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|