tencentcloud-sdk-tcr 3.0.1037 → 3.0.1038
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 +5 -3
- 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: de72f8e537606d81863397d3d5204871f333ca55
|
4
|
+
data.tar.gz: 78f1ebfd00be8d3e95b954d50f56ab112c1751b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb47d3435cb2e60d3e35a011e61d0011d85e1a4af8095ecdf964cce080be159cecd305b6ba3a3950d63a1c257f67e2b087ccb800b123997fdbb2ff780fd005c5
|
7
|
+
data.tar.gz: c8dde11ebeb2f1f9eb535c92534124419d9dcbfe8489176060113bd951092a3d7dbbeb1c66d1ceec3eb5584e041b98af421e001e1fbca9633de20ded4862c16a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1038
|
data/lib/v20190924/models.rb
CHANGED
@@ -909,7 +909,9 @@ module TencentCloud
|
|
909
909
|
# @type RegistryId: String
|
910
910
|
# @param NamespaceName: 命名空间名称
|
911
911
|
# @type NamespaceName: String
|
912
|
-
# @param RepositoryName:
|
912
|
+
# @param RepositoryName: 仓库名称,需满足以下规则:
|
913
|
+
# 1. 长度需 大于2且小于245个字符
|
914
|
+
# 2. 仅允许小写字母、数字及符号 . _ -
|
913
915
|
# @type RepositoryName: String
|
914
916
|
# @param BriefDescription: 仓库简短描述
|
915
917
|
# @type BriefDescription: String
|
@@ -4067,9 +4069,9 @@ module TencentCloud
|
|
4067
4069
|
# @type RetentionId: Integer
|
4068
4070
|
# @param ExecutionId: 规则执行Id
|
4069
4071
|
# @type ExecutionId: Integer
|
4070
|
-
# @param Offset:
|
4072
|
+
# @param Offset: 页数,第几页,用于分页
|
4071
4073
|
# @type Offset: Integer
|
4072
|
-
# @param Limit:
|
4074
|
+
# @param Limit: 每页个数,用于分页,最大值为100
|
4073
4075
|
# @type Limit: Integer
|
4074
4076
|
|
4075
4077
|
attr_accessor :RegistryId, :RetentionId, :ExecutionId, :Offset, :Limit
|
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.1038
|
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-04-
|
11
|
+
date: 2025-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|