tencentcloud-sdk-tcr 3.0.1025 → 3.0.1026

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: daad4a012078cbe1f3e47dba1a45b09236aa34e3
4
- data.tar.gz: f8f96eca0fa61e3fcb780fad89505a4215ca5fba
3
+ metadata.gz: 892f6eb0c5e8dbd709e3c22a2d55d846287aed54
4
+ data.tar.gz: 546a3f913a8ca815b3c38e89c77dda13f1348cab
5
5
  SHA512:
6
- metadata.gz: 037f4acc939dce4a58babad581c775ac8d012a42f0fd4958a078da2e1f3207ce0628d8953aef23e83324404110c73453522c9122625c13a1621669806fb296cb
7
- data.tar.gz: 020ccdb659e9afe42e5f9868bab5312009dc92bdd288f6cc1990bdde9c0963d08a4b5a8a50090c211b5b6638a73bf2bc5666add87ae3fe38c8aba3df750dc022
6
+ metadata.gz: 9c9ab4ae3c49710f984ffe341d6c108804ae864cc52a5bdc0cb0dcac608264db32d2993a1a4f92747d6f5a87595297ef8b6fb4e4e3c16beff595674c035600a1
7
+ data.tar.gz: 7cbfda43fac5b80f2c76777fa436613926108ed713262b15f84b89e9b22b0e56d3adda66fc1e2e0c94f3cffe3c527e7005d304d8727171ac128a9653f2620733
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1025
1
+ 3.0.1026
@@ -3688,9 +3688,9 @@ module TencentCloud
3688
3688
  # @type NamespaceName: String
3689
3689
  # @param RepositoryName: 指定镜像仓库,不填写默认查询指定命名空间下所有镜像仓库
3690
3690
  # @type RepositoryName: String
3691
- # @param Offset: 页数,用于分页
3691
+ # @param Offset: 页数,第几页,用于分页
3692
3692
  # @type Offset: Integer
3693
- # @param Limit: 每页个数,用于分页
3693
+ # @param Limit: 每页个数,用于分页,最大值为100
3694
3694
  # @type Limit: Integer
3695
3695
  # @param SortBy: 基于字段排序,支持的值有-creation_time,-name, -update_time
3696
3696
  # @type SortBy: String
@@ -6422,10 +6422,8 @@ module TencentCloud
6422
6422
  # 版本保留规则
6423
6423
  class RetentionRule < TencentCloud::Common::AbstractModel
6424
6424
  # @param Key: 支持的策略,可选值为latestPushedK(保留最新推送多少个版本)nDaysSinceLastPush(保留近天内推送)
6425
- # 注意:此字段可能返回 null,表示取不到有效值。
6426
6425
  # @type Key: String
6427
6426
  # @param Value: 规则设置下的对应值
6428
- # 注意:此字段可能返回 null,表示取不到有效值。
6429
6427
  # @type Value: Integer
6430
6428
 
6431
6429
  attr_accessor :Key, :Value
@@ -6988,10 +6986,8 @@ module TencentCloud
6988
6986
  # @param Public: 是否公开
6989
6987
  # @type Public: Boolean
6990
6988
  # @param Description: 仓库详细描述
6991
- # 注意:此字段可能返回 null,表示取不到有效值。
6992
6989
  # @type Description: String
6993
6990
  # @param BriefDescription: 简单描述
6994
- # 注意:此字段可能返回 null,表示取不到有效值。
6995
6991
  # @type BriefDescription: String
6996
6992
  # @param UpdateTime: 更新时间,格式"2006-01-02 15:04:05.999999999 -0700 MST"
6997
6993
  # @type UpdateTime: String
@@ -7407,7 +7403,6 @@ module TencentCloud
7407
7403
  # @param NamespaceId: 触发器所属命名空间 Id
7408
7404
  # @type NamespaceId: Integer
7409
7405
  # @param NamespaceName: 触发器所属命名空间名称
7410
- # 注意:此字段可能返回 null,表示取不到有效值。
7411
7406
  # @type NamespaceName: String
7412
7407
 
7413
7408
  attr_accessor :Name, :Targets, :EventTypes, :Condition, :Enabled, :Id, :Description, :NamespaceId, :NamespaceName
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.1025
4
+ version: 3.0.1026
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-03-23 00:00:00.000000000 Z
11
+ date: 2025-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common