tencentcloud-sdk-omics 3.0.590 → 3.0.591
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 +42 -42
- 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: 0fc8bec25f786a42f6d28481105f95a83862be8b
|
|
4
|
+
data.tar.gz: e0f8b385d1c30a73012c4e68cc9133650409a89d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49f18d500c5a5bccfacafebcdae4da50d3a8430875775b5f6e7f003fd35e7cc4cc21d30e7ec3bd886150bc0548ce1e6bf5d4b0a00c8faa529dcaed77d1423fa9
|
|
7
|
+
data.tar.gz: 09fa6a45019e310a83b6747275cd0b993e362419dd11802a618db5de6d12e7121fa7881a8ceeb7264fb70d85f5765942feb2fb08fcd528d049c8bb63ad5bd616
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20221128/models.rb
CHANGED
|
@@ -25,7 +25,7 @@ module TencentCloud
|
|
|
25
25
|
# @type InstanceType: String
|
|
26
26
|
|
|
27
27
|
attr_accessor :Zone, :InstanceType
|
|
28
|
-
|
|
28
|
+
|
|
29
29
|
def initialize(zone=nil, instancetype=nil)
|
|
30
30
|
@Zone = zone
|
|
31
31
|
@InstanceType = instancetype
|
|
@@ -46,7 +46,7 @@ module TencentCloud
|
|
|
46
46
|
# @type Type: String
|
|
47
47
|
|
|
48
48
|
attr_accessor :Zone, :Type
|
|
49
|
-
|
|
49
|
+
|
|
50
50
|
def initialize(zone=nil, type=nil)
|
|
51
51
|
@Zone = zone
|
|
52
52
|
@Type = type
|
|
@@ -68,7 +68,7 @@ module TencentCloud
|
|
|
68
68
|
# @type Description: String
|
|
69
69
|
|
|
70
70
|
attr_accessor :Name, :Config, :Description
|
|
71
|
-
|
|
71
|
+
|
|
72
72
|
def initialize(name=nil, config=nil, description=nil)
|
|
73
73
|
@Name = name
|
|
74
74
|
@Config = config
|
|
@@ -95,7 +95,7 @@ module TencentCloud
|
|
|
95
95
|
# @type RequestId: String
|
|
96
96
|
|
|
97
97
|
attr_accessor :EnvironmentId, :WorkflowUuid, :RequestId
|
|
98
|
-
|
|
98
|
+
|
|
99
99
|
def initialize(environmentid=nil, workflowuuid=nil, requestid=nil)
|
|
100
100
|
@EnvironmentId = environmentid
|
|
101
101
|
@WorkflowUuid = workflowuuid
|
|
@@ -115,7 +115,7 @@ module TencentCloud
|
|
|
115
115
|
# @type Zone: String
|
|
116
116
|
|
|
117
117
|
attr_accessor :Zone
|
|
118
|
-
|
|
118
|
+
|
|
119
119
|
def initialize(zone=nil)
|
|
120
120
|
@Zone = zone
|
|
121
121
|
end
|
|
@@ -131,7 +131,7 @@ module TencentCloud
|
|
|
131
131
|
# @type EnvironmentId: String
|
|
132
132
|
|
|
133
133
|
attr_accessor :EnvironmentId
|
|
134
|
-
|
|
134
|
+
|
|
135
135
|
def initialize(environmentid=nil)
|
|
136
136
|
@EnvironmentId = environmentid
|
|
137
137
|
end
|
|
@@ -149,7 +149,7 @@ module TencentCloud
|
|
|
149
149
|
# @type RequestId: String
|
|
150
150
|
|
|
151
151
|
attr_accessor :WorkflowUuid, :RequestId
|
|
152
|
-
|
|
152
|
+
|
|
153
153
|
def initialize(workflowuuid=nil, requestid=nil)
|
|
154
154
|
@WorkflowUuid = workflowuuid
|
|
155
155
|
@RequestId = requestid
|
|
@@ -174,7 +174,7 @@ module TencentCloud
|
|
|
174
174
|
# @type Filters: Array
|
|
175
175
|
|
|
176
176
|
attr_accessor :Offset, :Limit, :Filters
|
|
177
|
-
|
|
177
|
+
|
|
178
178
|
def initialize(offset=nil, limit=nil, filters=nil)
|
|
179
179
|
@Offset = offset
|
|
180
180
|
@Limit = limit
|
|
@@ -205,7 +205,7 @@ module TencentCloud
|
|
|
205
205
|
# @type RequestId: String
|
|
206
206
|
|
|
207
207
|
attr_accessor :TotalCount, :Environments, :RequestId
|
|
208
|
-
|
|
208
|
+
|
|
209
209
|
def initialize(totalcount=nil, environments=nil, requestid=nil)
|
|
210
210
|
@TotalCount = totalcount
|
|
211
211
|
@Environments = environments
|
|
@@ -241,7 +241,7 @@ module TencentCloud
|
|
|
241
241
|
# @type Filters: Array
|
|
242
242
|
|
|
243
243
|
attr_accessor :ProjectId, :Limit, :Offset, :Filters
|
|
244
|
-
|
|
244
|
+
|
|
245
245
|
def initialize(projectid=nil, limit=nil, offset=nil, filters=nil)
|
|
246
246
|
@ProjectId = projectid
|
|
247
247
|
@Limit = limit
|
|
@@ -274,7 +274,7 @@ module TencentCloud
|
|
|
274
274
|
# @type RequestId: String
|
|
275
275
|
|
|
276
276
|
attr_accessor :TotalCount, :RunGroups, :RequestId
|
|
277
|
-
|
|
277
|
+
|
|
278
278
|
def initialize(totalcount=nil, rungroups=nil, requestid=nil)
|
|
279
279
|
@TotalCount = totalcount
|
|
280
280
|
@RunGroups = rungroups
|
|
@@ -311,7 +311,7 @@ module TencentCloud
|
|
|
311
311
|
# @type Filters: Array
|
|
312
312
|
|
|
313
313
|
attr_accessor :ProjectId, :Limit, :Offset, :Filters
|
|
314
|
-
|
|
314
|
+
|
|
315
315
|
def initialize(projectid=nil, limit=nil, offset=nil, filters=nil)
|
|
316
316
|
@ProjectId = projectid
|
|
317
317
|
@Limit = limit
|
|
@@ -344,7 +344,7 @@ module TencentCloud
|
|
|
344
344
|
# @type RequestId: String
|
|
345
345
|
|
|
346
346
|
attr_accessor :TotalCount, :Runs, :RequestId
|
|
347
|
-
|
|
347
|
+
|
|
348
348
|
def initialize(totalcount=nil, runs=nil, requestid=nil)
|
|
349
349
|
@TotalCount = totalcount
|
|
350
350
|
@Runs = runs
|
|
@@ -379,7 +379,7 @@ module TencentCloud
|
|
|
379
379
|
# @type Filters: Array
|
|
380
380
|
|
|
381
381
|
attr_accessor :ProjectId, :Limit, :Offset, :Filters
|
|
382
|
-
|
|
382
|
+
|
|
383
383
|
def initialize(projectid=nil, limit=nil, offset=nil, filters=nil)
|
|
384
384
|
@ProjectId = projectid
|
|
385
385
|
@Limit = limit
|
|
@@ -412,7 +412,7 @@ module TencentCloud
|
|
|
412
412
|
# @type RequestId: String
|
|
413
413
|
|
|
414
414
|
attr_accessor :TotalCount, :Tables, :RequestId
|
|
415
|
-
|
|
415
|
+
|
|
416
416
|
def initialize(totalcount=nil, tables=nil, requestid=nil)
|
|
417
417
|
@TotalCount = totalcount
|
|
418
418
|
@Tables = tables
|
|
@@ -449,7 +449,7 @@ module TencentCloud
|
|
|
449
449
|
# @type Filters: Array
|
|
450
450
|
|
|
451
451
|
attr_accessor :ProjectId, :TableId, :Limit, :Offset, :Filters
|
|
452
|
-
|
|
452
|
+
|
|
453
453
|
def initialize(projectid=nil, tableid=nil, limit=nil, offset=nil, filters=nil)
|
|
454
454
|
@ProjectId = projectid
|
|
455
455
|
@TableId = tableid
|
|
@@ -484,7 +484,7 @@ module TencentCloud
|
|
|
484
484
|
# @type RequestId: String
|
|
485
485
|
|
|
486
486
|
attr_accessor :TotalCount, :Rows, :RequestId
|
|
487
|
-
|
|
487
|
+
|
|
488
488
|
def initialize(totalcount=nil, rows=nil, requestid=nil)
|
|
489
489
|
@TotalCount = totalcount
|
|
490
490
|
@Rows = rows
|
|
@@ -541,7 +541,7 @@ module TencentCloud
|
|
|
541
541
|
# @type CreationTime: String
|
|
542
542
|
|
|
543
543
|
attr_accessor :EnvironmentId, :Name, :Description, :Region, :Type, :Status, :Available, :Message, :ResourceIds, :LastWorkflowUuid, :CreationTime
|
|
544
|
-
|
|
544
|
+
|
|
545
545
|
def initialize(environmentid=nil, name=nil, description=nil, region=nil, type=nil, status=nil, available=nil, message=nil, resourceids=nil, lastworkflowuuid=nil, creationtime=nil)
|
|
546
546
|
@EnvironmentId = environmentid
|
|
547
547
|
@Name = name
|
|
@@ -588,7 +588,7 @@ module TencentCloud
|
|
|
588
588
|
# @type CVMOption: :class:`Tencentcloud::Omics.v20221128.models.CVMOption`
|
|
589
589
|
|
|
590
590
|
attr_accessor :VPCOption, :ClusterOption, :DatabaseOption, :StorageOption, :CVMOption
|
|
591
|
-
|
|
591
|
+
|
|
592
592
|
def initialize(vpcoption=nil, clusteroption=nil, databaseoption=nil, storageoption=nil, cvmoption=nil)
|
|
593
593
|
@VPCOption = vpcoption
|
|
594
594
|
@ClusterOption = clusteroption
|
|
@@ -634,7 +634,7 @@ module TencentCloud
|
|
|
634
634
|
# @type EndTime: String
|
|
635
635
|
|
|
636
636
|
attr_accessor :SubmitTime, :StartTime, :EndTime
|
|
637
|
-
|
|
637
|
+
|
|
638
638
|
def initialize(submittime=nil, starttime=nil, endtime=nil)
|
|
639
639
|
@SubmitTime = submittime
|
|
640
640
|
@StartTime = starttime
|
|
@@ -660,7 +660,7 @@ module TencentCloud
|
|
|
660
660
|
# @type Values: Array
|
|
661
661
|
|
|
662
662
|
attr_accessor :Name, :Values
|
|
663
|
-
|
|
663
|
+
|
|
664
664
|
def initialize(name=nil, values=nil)
|
|
665
665
|
@Name = name
|
|
666
666
|
@Values = values
|
|
@@ -682,7 +682,7 @@ module TencentCloud
|
|
|
682
682
|
# @type Path: String
|
|
683
683
|
|
|
684
684
|
attr_accessor :RunUuid, :ProjectId, :Path
|
|
685
|
-
|
|
685
|
+
|
|
686
686
|
def initialize(runuuid=nil, projectid=nil, path=nil)
|
|
687
687
|
@RunUuid = runuuid
|
|
688
688
|
@ProjectId = projectid
|
|
@@ -704,7 +704,7 @@ module TencentCloud
|
|
|
704
704
|
# @type RequestId: String
|
|
705
705
|
|
|
706
706
|
attr_accessor :Calls, :RequestId
|
|
707
|
-
|
|
707
|
+
|
|
708
708
|
def initialize(calls=nil, requestid=nil)
|
|
709
709
|
@Calls = calls
|
|
710
710
|
@RequestId = requestid
|
|
@@ -731,7 +731,7 @@ module TencentCloud
|
|
|
731
731
|
# @type ProjectId: String
|
|
732
732
|
|
|
733
733
|
attr_accessor :RunUuid, :ProjectId
|
|
734
|
-
|
|
734
|
+
|
|
735
735
|
def initialize(runuuid=nil, projectid=nil)
|
|
736
736
|
@RunUuid = runuuid
|
|
737
737
|
@ProjectId = projectid
|
|
@@ -751,7 +751,7 @@ module TencentCloud
|
|
|
751
751
|
# @type RequestId: String
|
|
752
752
|
|
|
753
753
|
attr_accessor :Metadata, :RequestId
|
|
754
|
-
|
|
754
|
+
|
|
755
755
|
def initialize(metadata=nil, requestid=nil)
|
|
756
756
|
@Metadata = metadata
|
|
757
757
|
@RequestId = requestid
|
|
@@ -780,7 +780,7 @@ module TencentCloud
|
|
|
780
780
|
# @type Description: String
|
|
781
781
|
|
|
782
782
|
attr_accessor :ProjectId, :Name, :CosUri, :DataType, :Description
|
|
783
|
-
|
|
783
|
+
|
|
784
784
|
def initialize(projectid=nil, name=nil, cosuri=nil, datatype=nil, description=nil)
|
|
785
785
|
@ProjectId = projectid
|
|
786
786
|
@Name = name
|
|
@@ -806,7 +806,7 @@ module TencentCloud
|
|
|
806
806
|
# @type RequestId: String
|
|
807
807
|
|
|
808
808
|
attr_accessor :TableId, :RequestId
|
|
809
|
-
|
|
809
|
+
|
|
810
810
|
def initialize(tableid=nil, requestid=nil)
|
|
811
811
|
@TableId = tableid
|
|
812
812
|
@RequestId = requestid
|
|
@@ -850,7 +850,7 @@ module TencentCloud
|
|
|
850
850
|
# @type EKSId: String
|
|
851
851
|
|
|
852
852
|
attr_accessor :VPCId, :SubnetId, :SecurityGroupId, :TDSQLCId, :CFSId, :CFSStorageType, :CVMId, :EKSId
|
|
853
|
-
|
|
853
|
+
|
|
854
854
|
def initialize(vpcid=nil, subnetid=nil, securitygroupid=nil, tdsqlcid=nil, cfsid=nil, cfsstoragetype=nil, cvmid=nil, eksid=nil)
|
|
855
855
|
@VPCId = vpcid
|
|
856
856
|
@SubnetId = subnetid
|
|
@@ -882,7 +882,7 @@ module TencentCloud
|
|
|
882
882
|
# @type RunUuids: Array
|
|
883
883
|
|
|
884
884
|
attr_accessor :ProjectId, :RunUuids
|
|
885
|
-
|
|
885
|
+
|
|
886
886
|
def initialize(projectid=nil, runuuids=nil)
|
|
887
887
|
@ProjectId = projectid
|
|
888
888
|
@RunUuids = runuuids
|
|
@@ -900,7 +900,7 @@ module TencentCloud
|
|
|
900
900
|
# @type RequestId: String
|
|
901
901
|
|
|
902
902
|
attr_accessor :RequestId
|
|
903
|
-
|
|
903
|
+
|
|
904
904
|
def initialize(requestid=nil)
|
|
905
905
|
@RequestId = requestid
|
|
906
906
|
end
|
|
@@ -947,7 +947,7 @@ module TencentCloud
|
|
|
947
947
|
# @type UpdateTime: String
|
|
948
948
|
|
|
949
949
|
attr_accessor :RunUuid, :ProjectId, :ApplicationId, :RunGroupId, :EnvironmentId, :UserDefinedId, :TableId, :TableRowUuid, :Status, :Input, :Option, :ExecutionTime, :ErrorMessage, :CreateTime, :UpdateTime
|
|
950
|
-
|
|
950
|
+
|
|
951
951
|
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, errormessage=nil, createtime=nil, updatetime=nil)
|
|
952
952
|
@RunUuid = runuuid
|
|
953
953
|
@ProjectId = projectid
|
|
@@ -1015,7 +1015,7 @@ module TencentCloud
|
|
|
1015
1015
|
# @type TableRowUuids: Array
|
|
1016
1016
|
|
|
1017
1017
|
attr_accessor :ApplicationId, :ProjectId, :Name, :EnvironmentId, :InputBase64, :CacheClearDelay, :Option, :Description, :TableId, :TableRowUuids
|
|
1018
|
-
|
|
1018
|
+
|
|
1019
1019
|
def initialize(applicationid=nil, projectid=nil, name=nil, environmentid=nil, inputbase64=nil, cachecleardelay=nil, option=nil, description=nil, tableid=nil, tablerowuuids=nil)
|
|
1020
1020
|
@ApplicationId = applicationid
|
|
1021
1021
|
@ProjectId = projectid
|
|
@@ -1054,7 +1054,7 @@ module TencentCloud
|
|
|
1054
1054
|
# @type RequestId: String
|
|
1055
1055
|
|
|
1056
1056
|
attr_accessor :RunGroupId, :RequestId
|
|
1057
|
-
|
|
1057
|
+
|
|
1058
1058
|
def initialize(rungroupid=nil, requestid=nil)
|
|
1059
1059
|
@RunGroupId = rungroupid
|
|
1060
1060
|
@RequestId = requestid
|
|
@@ -1111,7 +1111,7 @@ module TencentCloud
|
|
|
1111
1111
|
# @type UpdateTime: String
|
|
1112
1112
|
|
|
1113
1113
|
attr_accessor :RunGroupId, :ProjectId, :ProjectName, :ApplicationId, :ApplicationName, :ApplicationType, :EnvironmentId, :EnvironmentName, :TableId, :Name, :Description, :Status, :Input, :Option, :TotalRun, :RunStatusCounts, :ExecutionTime, :ErrorMessage, :CreateTime, :UpdateTime
|
|
1114
|
-
|
|
1114
|
+
|
|
1115
1115
|
def initialize(rungroupid=nil, projectid=nil, projectname=nil, applicationid=nil, applicationname=nil, applicationtype=nil, environmentid=nil, environmentname=nil, tableid=nil, name=nil, description=nil, status=nil, input=nil, option=nil, totalrun=nil, runstatuscounts=nil, executiontime=nil, errormessage=nil, createtime=nil, updatetime=nil)
|
|
1116
1116
|
@RunGroupId = rungroupid
|
|
1117
1117
|
@ProjectId = projectid
|
|
@@ -1236,7 +1236,7 @@ module TencentCloud
|
|
|
1236
1236
|
# @type Stderr: String
|
|
1237
1237
|
|
|
1238
1238
|
attr_accessor :RunType, :RunId, :ParentId, :JobId, :CallName, :ScatterIndex, :Input, :Output, :Status, :ErrorMessage, :StartTime, :SubmitTime, :EndTime, :Command, :Runtime, :Preprocess, :PostProcess, :CallCached, :Stdout, :Stderr
|
|
1239
|
-
|
|
1239
|
+
|
|
1240
1240
|
def initialize(runtype=nil, runid=nil, parentid=nil, jobid=nil, callname=nil, scatterindex=nil, input=nil, output=nil, status=nil, errormessage=nil, starttime=nil, submittime=nil, endtime=nil, command=nil, runtime=nil, preprocess=nil, postprocess=nil, callcached=nil, stdout=nil, stderr=nil)
|
|
1241
1241
|
@RunType = runtype
|
|
1242
1242
|
@RunId = runid
|
|
@@ -1302,7 +1302,7 @@ module TencentCloud
|
|
|
1302
1302
|
# @type UseRelativeOutputPaths: Boolean
|
|
1303
1303
|
|
|
1304
1304
|
attr_accessor :FailureMode, :UseCallCache, :UseErrorOnHold, :FinalWorkflowOutputsDir, :UseRelativeOutputPaths
|
|
1305
|
-
|
|
1305
|
+
|
|
1306
1306
|
def initialize(failuremode=nil, usecallcache=nil, useerroronhold=nil, finalworkflowoutputsdir=nil, userelativeoutputpaths=nil)
|
|
1307
1307
|
@FailureMode = failuremode
|
|
1308
1308
|
@UseCallCache = usecallcache
|
|
@@ -1328,7 +1328,7 @@ module TencentCloud
|
|
|
1328
1328
|
# @type Count: Integer
|
|
1329
1329
|
|
|
1330
1330
|
attr_accessor :Status, :Count
|
|
1331
|
-
|
|
1331
|
+
|
|
1332
1332
|
def initialize(status=nil, count=nil)
|
|
1333
1333
|
@Status = status
|
|
1334
1334
|
@Count = count
|
|
@@ -1356,7 +1356,7 @@ module TencentCloud
|
|
|
1356
1356
|
# @type Capacity: Integer
|
|
1357
1357
|
|
|
1358
1358
|
attr_accessor :StorageType, :Zone, :Capacity
|
|
1359
|
-
|
|
1359
|
+
|
|
1360
1360
|
def initialize(storagetype=nil, zone=nil, capacity=nil)
|
|
1361
1361
|
@StorageType = storagetype
|
|
1362
1362
|
@Zone = zone
|
|
@@ -1395,7 +1395,7 @@ module TencentCloud
|
|
|
1395
1395
|
# @type Creator: String
|
|
1396
1396
|
|
|
1397
1397
|
attr_accessor :TableId, :ProjectId, :Name, :Description, :Columns, :CreateTime, :Creator
|
|
1398
|
-
|
|
1398
|
+
|
|
1399
1399
|
def initialize(tableid=nil, projectid=nil, name=nil, description=nil, columns=nil, createtime=nil, creator=nil)
|
|
1400
1400
|
@TableId = tableid
|
|
1401
1401
|
@ProjectId = projectid
|
|
@@ -1434,7 +1434,7 @@ module TencentCloud
|
|
|
1434
1434
|
# @type DataType: String
|
|
1435
1435
|
|
|
1436
1436
|
attr_accessor :Header, :DataType
|
|
1437
|
-
|
|
1437
|
+
|
|
1438
1438
|
def initialize(header=nil, datatype=nil)
|
|
1439
1439
|
@Header = header
|
|
1440
1440
|
@DataType = datatype
|
|
@@ -1456,7 +1456,7 @@ module TencentCloud
|
|
|
1456
1456
|
# @type Content: Array
|
|
1457
1457
|
|
|
1458
1458
|
attr_accessor :TableRowUuid, :Content
|
|
1459
|
-
|
|
1459
|
+
|
|
1460
1460
|
def initialize(tablerowuuid=nil, content=nil)
|
|
1461
1461
|
@TableRowUuid = tablerowuuid
|
|
1462
1462
|
@Content = content
|
|
@@ -1478,7 +1478,7 @@ module TencentCloud
|
|
|
1478
1478
|
# @type SubnetCIDRBlock: String
|
|
1479
1479
|
|
|
1480
1480
|
attr_accessor :SubnetZone, :VPCCIDRBlock, :SubnetCIDRBlock
|
|
1481
|
-
|
|
1481
|
+
|
|
1482
1482
|
def initialize(subnetzone=nil, vpccidrblock=nil, subnetcidrblock=nil)
|
|
1483
1483
|
@SubnetZone = subnetzone
|
|
1484
1484
|
@VPCCIDRBlock = vpccidrblock
|
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.591
|
|
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-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|