tencentcloud-sdk-omics 3.0.1052 → 3.0.1053
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/v20221128/models.rb +4 -4
- 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: 7b3e2352bb6a1c70d34ff88c1336c7ff1b2ff827
|
4
|
+
data.tar.gz: 3f864fd0e10b174497e3947c97dbb4700fbc2a18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8537bd49162576b9110c0b72a69a3c8d3c84f880b1e66dd6f508b1ea3b470f52c313130ea45ad9b1cbd0984fe5172357305bcc5e25f4e479f45ff63be0aa270b
|
7
|
+
data.tar.gz: 63c3bc0fff3e6969c02d3f5a303f58308d7baf62035add03aae0f9a6a4879e9c0d3b011d68b7a6c5e912fb3582f0b4cf102fd4d29e8d28d3d477af0164c212da
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1053
|
data/lib/v20221128/models.rb
CHANGED
@@ -44,8 +44,8 @@ module TencentCloud
|
|
44
44
|
|
45
45
|
attr_accessor :Type, :ApplicationVersionId, :Name, :Description, :Entrypoint, :CreateTime, :CreatorName, :CreatorId, :GitInfo, :GitSource, :CosSource
|
46
46
|
extend Gem::Deprecate
|
47
|
-
deprecate :GitInfo, :none,
|
48
|
-
deprecate :GitInfo=, :none,
|
47
|
+
deprecate :GitInfo, :none, 2025, 5
|
48
|
+
deprecate :GitInfo=, :none, 2025, 5
|
49
49
|
|
50
50
|
def initialize(type=nil, applicationversionid=nil, name=nil, description=nil, entrypoint=nil, createtime=nil, creatorname=nil, creatorid=nil, gitinfo=nil, gitsource=nil, cossource=nil)
|
51
51
|
@Type = type
|
@@ -1536,8 +1536,8 @@ module TencentCloud
|
|
1536
1536
|
|
1537
1537
|
attr_accessor :RunUuid, :ProjectId, :ApplicationId, :RunGroupId, :EnvironmentId, :UserDefinedId, :TableId, :TableRowUuid, :Status, :Input, :Option, :ExecutionTime, :Cache, :ErrorMessage, :CreateTime, :UpdateTime
|
1538
1538
|
extend Gem::Deprecate
|
1539
|
-
deprecate :Option, :none,
|
1540
|
-
deprecate :Option=, :none,
|
1539
|
+
deprecate :Option, :none, 2025, 5
|
1540
|
+
deprecate :Option=, :none, 2025, 5
|
1541
1541
|
|
1542
1542
|
def initialize(runuuid=nil, projectid=nil, applicationid=nil, rungroupid=nil, environmentid=nil, userdefinedid=nil, tableid=nil, tablerowuuid=nil, status=nil, input=nil, option=nil, executiontime=nil, cache=nil, errormessage=nil, createtime=nil, updatetime=nil)
|
1543
1543
|
@RunUuid = runuuid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-omics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1053
|
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-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|