tencentcloud-sdk-omics 3.0.1161 → 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/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: ace5de027be331d10dd3daf2f842f274a58d7fcf
|
|
4
|
+
data.tar.gz: d016d5b5ec593ec1cdd0eec18e78a7146c6d671c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc70a46bb551692bfe7545e742e6f9b16b958e23f41becf0ef0a15b713452b7af34910de896baeddb9fc7b2ec0205b3627298f1b7faeb25230816df8abcf28d9
|
|
7
|
+
data.tar.gz: 8f258d4ca62232ff446fdd7bf8dcfe94fcaf04dbd01f3b4979659dd5d4d9c84aa650bfc76f4e8d3b6f26304e18ab0e0f04d5e5901ec8cb224351554ce9ae1514
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1169
|
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, 2025,
|
|
48
|
-
deprecate :GitInfo=, :none, 2025,
|
|
47
|
+
deprecate :GitInfo, :none, 2025, 11
|
|
48
|
+
deprecate :GitInfo=, :none, 2025, 11
|
|
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
|
|
@@ -1657,8 +1657,8 @@ module TencentCloud
|
|
|
1657
1657
|
|
|
1658
1658
|
attr_accessor :RunUuid, :ProjectId, :ApplicationId, :RunGroupId, :EnvironmentId, :UserDefinedId, :TableId, :TableRowUuid, :Status, :Input, :Option, :ExecutionTime, :Cache, :ErrorMessage, :CreateTime, :UpdateTime
|
|
1659
1659
|
extend Gem::Deprecate
|
|
1660
|
-
deprecate :Option, :none, 2025,
|
|
1661
|
-
deprecate :Option=, :none, 2025,
|
|
1660
|
+
deprecate :Option, :none, 2025, 11
|
|
1661
|
+
deprecate :Option=, :none, 2025, 11
|
|
1662
1662
|
|
|
1663
1663
|
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)
|
|
1664
1664
|
@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.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
|