tencentcloud-sdk-tcaplusdb 3.0.595 → 3.0.596

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: 750f5688008f2cdcc08b59b1f49c040de3de64ac
4
- data.tar.gz: 0fd045afb75514c2a85f6a8c6de7ad9177cd4918
3
+ metadata.gz: 9d5018fc659c220106e27f51f1e7aef483bec307
4
+ data.tar.gz: 70833a0c23722677625dbbcf81328b408e744532
5
5
  SHA512:
6
- metadata.gz: ad12cd52ca29b43e83694b4f037f3dc853ab3af0072b89f4c0d23adc73e5c7694402653469a4fa82cf8f9f7ec997a387d677d6deb14a1688f68ac39727b8cc74
7
- data.tar.gz: de368049b9cdcbbb32a30a0616810dad603dc0cbe9a102a1e840b327105f15aa15c6a44d1abe169643a9d7e1b789d01e15306a873e0e7da2758c5a7a5517dc81
6
+ metadata.gz: e4676c016b862d2b1cddbba7565e6d72987d5ff41e182e38967ab69ccadf87e5ddc0bdefc5a6dfaa9a9fc3594d286f602d68f8880271d6fe818260a513a8cd18
7
+ data.tar.gz: 4d6208b07ef3887ea6cdc4ffd2a237081b0ad6a281b37d9985e24faabc2ce45998580c9f883f1a37b6a4cc3aba912938ed2573a6fb67d06edc501e22bc55a2eb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.595
1
+ 3.0.596
@@ -2114,7 +2114,7 @@ module TencentCloud
2114
2114
  # @type ClusterId: String
2115
2115
  # @param TableGroupIds: 待查询表格所属表格组ID列表
2116
2116
  # @type TableGroupIds: Array
2117
- # @param SelectedTables: 待查询表格信息列表
2117
+ # @param SelectedTables: 待查询表格信息列表,用户不用关注,过滤请使用filter
2118
2118
  # @type SelectedTables: Array
2119
2119
  # @param Filters: 过滤条件,本接口支持:TableName,TableInstanceId
2120
2120
  # @type Filters: Array
@@ -2576,18 +2576,23 @@ module TencentCloud
2576
2576
  # @param TaskId: TaskId由 AppInstanceId-taskId 组成,以区分不同集群的任务
2577
2577
  # 注意:此字段可能返回 null,表示取不到有效值。
2578
2578
  # @type TaskId: String
2579
+ # @param ApplicationId: ApplicationId由 AppInstanceId-applicationId 组成,以区分不同集群的申请
2580
+ # 注意:此字段可能返回 null,表示取不到有效值。
2581
+ # @type ApplicationId: String
2579
2582
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2580
2583
  # @type RequestId: String
2581
2584
 
2582
- attr_accessor :TaskId, :RequestId
2585
+ attr_accessor :TaskId, :ApplicationId, :RequestId
2583
2586
 
2584
- def initialize(taskid=nil, requestid=nil)
2587
+ def initialize(taskid=nil, applicationid=nil, requestid=nil)
2585
2588
  @TaskId = taskid
2589
+ @ApplicationId = applicationid
2586
2590
  @RequestId = requestid
2587
2591
  end
2588
2592
 
2589
2593
  def deserialize(params)
2590
2594
  @TaskId = params['TaskId']
2595
+ @ApplicationId = params['ApplicationId']
2591
2596
  @RequestId = params['RequestId']
2592
2597
  end
2593
2598
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcaplusdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.595
4
+ version: 3.0.596
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-19 00:00:00.000000000 Z
11
+ date: 2023-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common