tencentcloud-sdk-wedata 3.0.1168 → 3.0.1169
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/v20250806/models.rb +6 -6
- 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: 8f5d9d9b5854d4e3c9c8227dbb433a0a39b8c797
|
|
4
|
+
data.tar.gz: 6c1b4e984ecd15fdbf7de7720e68d91cd8132861
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0f13d1364ad721a0dc59de8c903c6cbb6ea7e9787eb2b3469035695697d0d8721522d9b7fd943875142d5d944cb3a601691d19b868acba0adfeffdcf53840ee
|
|
7
|
+
data.tar.gz: b0d125757f8cb9dfcf08a5c0779391756f9215d8c8cff35853fc2c1b58152af9f1b11476d231667b9e93a00633ce27071ee7107abe7b7279d09b502d9d2b1b65
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1169
|
data/lib/v20250806/models.rb
CHANGED
|
@@ -11675,22 +11675,22 @@ module TencentCloud
|
|
|
11675
11675
|
# @param YarnQueue: 资源池队列名称,需要通过 DescribeProjectClusterQueues 获取
|
|
11676
11676
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11677
11677
|
# @type YarnQueue: String
|
|
11678
|
-
# @param SourceServiceId: 来源数据源ID,
|
|
11678
|
+
# @param SourceServiceId: 来源数据源ID, 需要通过 DescribeDataSourceWithoutInfo 获取
|
|
11679
11679
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11680
11680
|
# @type SourceServiceId: String
|
|
11681
|
-
# @param SourceServiceType: 来源数据源类型,
|
|
11681
|
+
# @param SourceServiceType: 来源数据源类型, 需要通过 DescribeDataSourceWithoutInfo 获取
|
|
11682
11682
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11683
11683
|
# @type SourceServiceType: String
|
|
11684
|
-
# @param SourceServiceName: 来源数据源名称,
|
|
11684
|
+
# @param SourceServiceName: 来源数据源名称, 需要通过 DescribeDataSourceWithoutInfo 获取
|
|
11685
11685
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11686
11686
|
# @type SourceServiceName: String
|
|
11687
|
-
# @param TargetServiceId: 目标数据源ID,
|
|
11687
|
+
# @param TargetServiceId: 目标数据源ID, 需要通过 DescribeDataSourceWithoutInfo 获取
|
|
11688
11688
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11689
11689
|
# @type TargetServiceId: String
|
|
11690
|
-
# @param TargetServiceType: 目标数据源类型,
|
|
11690
|
+
# @param TargetServiceType: 目标数据源类型, 需要通过 DescribeDataSourceWithoutInfo 获取
|
|
11691
11691
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11692
11692
|
# @type TargetServiceType: String
|
|
11693
|
-
# @param TargetServiceName: 目标数据源名称,
|
|
11693
|
+
# @param TargetServiceName: 目标数据源名称, 需要通过 DescribeDataSourceWithoutInfo 获取
|
|
11694
11694
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11695
11695
|
# @type TargetServiceName: String
|
|
11696
11696
|
# @param ResourceGroup: 资源组ID: 需要通过 DescribeNormalSchedulerExecutorGroups 获取 ExecutorGroupId
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-wedata
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1169
|
|
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-
|
|
11
|
+
date: 2025-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|