google-apis-run_v1 0.71.0 → 0.73.0
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/CHANGELOG.md +9 -0
- data/lib/google/apis/run_v1/classes.rb +1667 -2
- data/lib/google/apis/run_v1/gem_version.rb +3 -3
- data/lib/google/apis/run_v1/representations.rb +633 -0
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RunV1
|
18
18
|
# Version of the google-apis-run_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.73.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240322"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -220,6 +220,216 @@ module Google
|
|
220
220
|
include Google::Apis::Core::JsonObjectSupport
|
221
221
|
end
|
222
222
|
|
223
|
+
class GoogleDevtoolsCloudbuildV1ApprovalConfig
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class GoogleDevtoolsCloudbuildV1ApprovalResult
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GoogleDevtoolsCloudbuildV1ArtifactObjects
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class GoogleDevtoolsCloudbuildV1Artifacts
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class GoogleDevtoolsCloudbuildV1Build
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class GoogleDevtoolsCloudbuildV1BuildApproval
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class GoogleDevtoolsCloudbuildV1BuildOperationMetadata
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class GoogleDevtoolsCloudbuildV1BuildOptions
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class GoogleDevtoolsCloudbuildV1BuildStep
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class GoogleDevtoolsCloudbuildV1BuiltImage
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class GoogleDevtoolsCloudbuildV1ConnectedRepository
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class GoogleDevtoolsCloudbuildV1FailureInfo
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class GoogleDevtoolsCloudbuildV1FileHashes
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class GoogleDevtoolsCloudbuildV1GitSource
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class GoogleDevtoolsCloudbuildV1Hash
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class GoogleDevtoolsCloudbuildV1InlineSecret
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class GoogleDevtoolsCloudbuildV1MavenArtifact
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class GoogleDevtoolsCloudbuildV1NpmPackage
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class GoogleDevtoolsCloudbuildV1PoolOption
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class GoogleDevtoolsCloudbuildV1PythonPackage
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class GoogleDevtoolsCloudbuildV1RepoSource
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class GoogleDevtoolsCloudbuildV1Results
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class GoogleDevtoolsCloudbuildV1Secret
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class GoogleDevtoolsCloudbuildV1SecretManagerSecret
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class GoogleDevtoolsCloudbuildV1Secrets
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class GoogleDevtoolsCloudbuildV1Source
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class GoogleDevtoolsCloudbuildV1SourceProvenance
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class GoogleDevtoolsCloudbuildV1StorageSource
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class GoogleDevtoolsCloudbuildV1StorageSourceManifest
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class GoogleDevtoolsCloudbuildV1TimeSpan
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class GoogleDevtoolsCloudbuildV1UploadedNpmPackage
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class GoogleDevtoolsCloudbuildV1UploadedPythonPackage
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class GoogleDevtoolsCloudbuildV1Volume
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class GoogleDevtoolsCloudbuildV1Warning
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
223
433
|
class GoogleLongrunningListOperationsResponse
|
224
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
435
|
|
@@ -938,6 +1148,429 @@ module Google
|
|
938
1148
|
end
|
939
1149
|
end
|
940
1150
|
|
1151
|
+
class GoogleDevtoolsCloudbuildV1ApprovalConfig
|
1152
|
+
# @private
|
1153
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1154
|
+
property :approval_required, as: 'approvalRequired'
|
1155
|
+
end
|
1156
|
+
end
|
1157
|
+
|
1158
|
+
class GoogleDevtoolsCloudbuildV1ApprovalResult
|
1159
|
+
# @private
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1161
|
+
property :approval_time, as: 'approvalTime'
|
1162
|
+
property :approver_account, as: 'approverAccount'
|
1163
|
+
property :comment, as: 'comment'
|
1164
|
+
property :decision, as: 'decision'
|
1165
|
+
property :url, as: 'url'
|
1166
|
+
end
|
1167
|
+
end
|
1168
|
+
|
1169
|
+
class GoogleDevtoolsCloudbuildV1ArtifactObjects
|
1170
|
+
# @private
|
1171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1172
|
+
property :location, as: 'location'
|
1173
|
+
collection :paths, as: 'paths'
|
1174
|
+
property :timing, as: 'timing', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
1175
|
+
|
1176
|
+
end
|
1177
|
+
end
|
1178
|
+
|
1179
|
+
class GoogleDevtoolsCloudbuildV1Artifacts
|
1180
|
+
# @private
|
1181
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1182
|
+
collection :images, as: 'images'
|
1183
|
+
collection :maven_artifacts, as: 'mavenArtifacts', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1MavenArtifact, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1MavenArtifact::Representation
|
1184
|
+
|
1185
|
+
collection :npm_packages, as: 'npmPackages', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1NpmPackage, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1NpmPackage::Representation
|
1186
|
+
|
1187
|
+
property :objects, as: 'objects', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1ArtifactObjects, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1ArtifactObjects::Representation
|
1188
|
+
|
1189
|
+
collection :python_packages, as: 'pythonPackages', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1PythonPackage, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1PythonPackage::Representation
|
1190
|
+
|
1191
|
+
end
|
1192
|
+
end
|
1193
|
+
|
1194
|
+
class GoogleDevtoolsCloudbuildV1Build
|
1195
|
+
# @private
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1197
|
+
property :approval, as: 'approval', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1BuildApproval, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1BuildApproval::Representation
|
1198
|
+
|
1199
|
+
property :artifacts, as: 'artifacts', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Artifacts, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Artifacts::Representation
|
1200
|
+
|
1201
|
+
property :available_secrets, as: 'availableSecrets', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Secrets, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Secrets::Representation
|
1202
|
+
|
1203
|
+
property :build_trigger_id, as: 'buildTriggerId'
|
1204
|
+
property :create_time, as: 'createTime'
|
1205
|
+
property :failure_info, as: 'failureInfo', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FailureInfo, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FailureInfo::Representation
|
1206
|
+
|
1207
|
+
property :finish_time, as: 'finishTime'
|
1208
|
+
property :id, as: 'id'
|
1209
|
+
collection :images, as: 'images'
|
1210
|
+
property :log_url, as: 'logUrl'
|
1211
|
+
property :logs_bucket, as: 'logsBucket'
|
1212
|
+
property :name, as: 'name'
|
1213
|
+
property :options, as: 'options', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1BuildOptions, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1BuildOptions::Representation
|
1214
|
+
|
1215
|
+
property :project_id, as: 'projectId'
|
1216
|
+
property :queue_ttl, as: 'queueTtl'
|
1217
|
+
property :results, as: 'results', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Results, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Results::Representation
|
1218
|
+
|
1219
|
+
collection :secrets, as: 'secrets', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Secret, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Secret::Representation
|
1220
|
+
|
1221
|
+
property :service_account, as: 'serviceAccount'
|
1222
|
+
property :source, as: 'source', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Source, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Source::Representation
|
1223
|
+
|
1224
|
+
property :source_provenance, as: 'sourceProvenance', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1SourceProvenance, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1SourceProvenance::Representation
|
1225
|
+
|
1226
|
+
property :start_time, as: 'startTime'
|
1227
|
+
property :status, as: 'status'
|
1228
|
+
property :status_detail, as: 'statusDetail'
|
1229
|
+
collection :steps, as: 'steps', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1BuildStep, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1BuildStep::Representation
|
1230
|
+
|
1231
|
+
hash :substitutions, as: 'substitutions'
|
1232
|
+
collection :tags, as: 'tags'
|
1233
|
+
property :timeout, as: 'timeout'
|
1234
|
+
hash :timing, as: 'timing', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
1235
|
+
|
1236
|
+
collection :warnings, as: 'warnings', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Warning, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Warning::Representation
|
1237
|
+
|
1238
|
+
end
|
1239
|
+
end
|
1240
|
+
|
1241
|
+
class GoogleDevtoolsCloudbuildV1BuildApproval
|
1242
|
+
# @private
|
1243
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1244
|
+
property :config, as: 'config', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1ApprovalConfig, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1ApprovalConfig::Representation
|
1245
|
+
|
1246
|
+
property :result, as: 'result', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1ApprovalResult, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1ApprovalResult::Representation
|
1247
|
+
|
1248
|
+
property :state, as: 'state'
|
1249
|
+
end
|
1250
|
+
end
|
1251
|
+
|
1252
|
+
class GoogleDevtoolsCloudbuildV1BuildOperationMetadata
|
1253
|
+
# @private
|
1254
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1255
|
+
property :build, as: 'build', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Build, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Build::Representation
|
1256
|
+
|
1257
|
+
end
|
1258
|
+
end
|
1259
|
+
|
1260
|
+
class GoogleDevtoolsCloudbuildV1BuildOptions
|
1261
|
+
# @private
|
1262
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1263
|
+
property :automap_substitutions, as: 'automapSubstitutions'
|
1264
|
+
property :default_logs_bucket_behavior, as: 'defaultLogsBucketBehavior'
|
1265
|
+
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
1266
|
+
property :dynamic_substitutions, as: 'dynamicSubstitutions'
|
1267
|
+
collection :env, as: 'env'
|
1268
|
+
property :log_streaming_option, as: 'logStreamingOption'
|
1269
|
+
property :logging, as: 'logging'
|
1270
|
+
property :machine_type, as: 'machineType'
|
1271
|
+
property :pool, as: 'pool', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1PoolOption, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1PoolOption::Representation
|
1272
|
+
|
1273
|
+
property :requested_verify_option, as: 'requestedVerifyOption'
|
1274
|
+
collection :secret_env, as: 'secretEnv'
|
1275
|
+
collection :source_provenance_hash, as: 'sourceProvenanceHash'
|
1276
|
+
property :substitution_option, as: 'substitutionOption'
|
1277
|
+
collection :volumes, as: 'volumes', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Volume, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Volume::Representation
|
1278
|
+
|
1279
|
+
property :worker_pool, as: 'workerPool'
|
1280
|
+
end
|
1281
|
+
end
|
1282
|
+
|
1283
|
+
class GoogleDevtoolsCloudbuildV1BuildStep
|
1284
|
+
# @private
|
1285
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1286
|
+
collection :allow_exit_codes, as: 'allowExitCodes'
|
1287
|
+
property :allow_failure, as: 'allowFailure'
|
1288
|
+
collection :args, as: 'args'
|
1289
|
+
property :automap_substitutions, as: 'automapSubstitutions'
|
1290
|
+
property :dir, as: 'dir'
|
1291
|
+
property :entrypoint, as: 'entrypoint'
|
1292
|
+
collection :env, as: 'env'
|
1293
|
+
property :exit_code, as: 'exitCode'
|
1294
|
+
property :id, as: 'id'
|
1295
|
+
property :name, as: 'name'
|
1296
|
+
property :pull_timing, as: 'pullTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
1297
|
+
|
1298
|
+
property :script, as: 'script'
|
1299
|
+
collection :secret_env, as: 'secretEnv'
|
1300
|
+
property :status, as: 'status'
|
1301
|
+
property :timeout, as: 'timeout'
|
1302
|
+
property :timing, as: 'timing', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
1303
|
+
|
1304
|
+
collection :volumes, as: 'volumes', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Volume, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Volume::Representation
|
1305
|
+
|
1306
|
+
collection :wait_for, as: 'waitFor'
|
1307
|
+
end
|
1308
|
+
end
|
1309
|
+
|
1310
|
+
class GoogleDevtoolsCloudbuildV1BuiltImage
|
1311
|
+
# @private
|
1312
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1313
|
+
property :digest, as: 'digest'
|
1314
|
+
property :name, as: 'name'
|
1315
|
+
property :push_timing, as: 'pushTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
1316
|
+
|
1317
|
+
end
|
1318
|
+
end
|
1319
|
+
|
1320
|
+
class GoogleDevtoolsCloudbuildV1ConnectedRepository
|
1321
|
+
# @private
|
1322
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1323
|
+
property :dir, as: 'dir'
|
1324
|
+
property :repository, as: 'repository'
|
1325
|
+
property :revision, as: 'revision'
|
1326
|
+
end
|
1327
|
+
end
|
1328
|
+
|
1329
|
+
class GoogleDevtoolsCloudbuildV1FailureInfo
|
1330
|
+
# @private
|
1331
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1332
|
+
property :detail, as: 'detail'
|
1333
|
+
property :type, as: 'type'
|
1334
|
+
end
|
1335
|
+
end
|
1336
|
+
|
1337
|
+
class GoogleDevtoolsCloudbuildV1FileHashes
|
1338
|
+
# @private
|
1339
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1340
|
+
collection :file_hash, as: 'fileHash', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Hash, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1Hash::Representation
|
1341
|
+
|
1342
|
+
end
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
class GoogleDevtoolsCloudbuildV1GitSource
|
1346
|
+
# @private
|
1347
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1348
|
+
property :dir, as: 'dir'
|
1349
|
+
property :revision, as: 'revision'
|
1350
|
+
property :url, as: 'url'
|
1351
|
+
end
|
1352
|
+
end
|
1353
|
+
|
1354
|
+
class GoogleDevtoolsCloudbuildV1Hash
|
1355
|
+
# @private
|
1356
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1357
|
+
property :type, as: 'type'
|
1358
|
+
property :value, :base64 => true, as: 'value'
|
1359
|
+
end
|
1360
|
+
end
|
1361
|
+
|
1362
|
+
class GoogleDevtoolsCloudbuildV1InlineSecret
|
1363
|
+
# @private
|
1364
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1365
|
+
hash :env_map, as: 'envMap'
|
1366
|
+
property :kms_key_name, as: 'kmsKeyName'
|
1367
|
+
end
|
1368
|
+
end
|
1369
|
+
|
1370
|
+
class GoogleDevtoolsCloudbuildV1MavenArtifact
|
1371
|
+
# @private
|
1372
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1373
|
+
property :artifact_id, as: 'artifactId'
|
1374
|
+
property :group_id, as: 'groupId'
|
1375
|
+
property :path, as: 'path'
|
1376
|
+
property :repository, as: 'repository'
|
1377
|
+
property :version, as: 'version'
|
1378
|
+
end
|
1379
|
+
end
|
1380
|
+
|
1381
|
+
class GoogleDevtoolsCloudbuildV1NpmPackage
|
1382
|
+
# @private
|
1383
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1384
|
+
property :package_path, as: 'packagePath'
|
1385
|
+
property :repository, as: 'repository'
|
1386
|
+
end
|
1387
|
+
end
|
1388
|
+
|
1389
|
+
class GoogleDevtoolsCloudbuildV1PoolOption
|
1390
|
+
# @private
|
1391
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1392
|
+
property :name, as: 'name'
|
1393
|
+
end
|
1394
|
+
end
|
1395
|
+
|
1396
|
+
class GoogleDevtoolsCloudbuildV1PythonPackage
|
1397
|
+
# @private
|
1398
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1399
|
+
collection :paths, as: 'paths'
|
1400
|
+
property :repository, as: 'repository'
|
1401
|
+
end
|
1402
|
+
end
|
1403
|
+
|
1404
|
+
class GoogleDevtoolsCloudbuildV1RepoSource
|
1405
|
+
# @private
|
1406
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1407
|
+
property :branch_name, as: 'branchName'
|
1408
|
+
property :commit_sha, as: 'commitSha'
|
1409
|
+
property :dir, as: 'dir'
|
1410
|
+
property :invert_regex, as: 'invertRegex'
|
1411
|
+
property :project_id, as: 'projectId'
|
1412
|
+
property :repo_name, as: 'repoName'
|
1413
|
+
hash :substitutions, as: 'substitutions'
|
1414
|
+
property :tag_name, as: 'tagName'
|
1415
|
+
end
|
1416
|
+
end
|
1417
|
+
|
1418
|
+
class GoogleDevtoolsCloudbuildV1Results
|
1419
|
+
# @private
|
1420
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1421
|
+
property :artifact_manifest, as: 'artifactManifest'
|
1422
|
+
property :artifact_timing, as: 'artifactTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
1423
|
+
|
1424
|
+
collection :build_step_images, as: 'buildStepImages'
|
1425
|
+
collection :build_step_outputs, as: 'buildStepOutputs'
|
1426
|
+
collection :images, as: 'images', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1BuiltImage, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1BuiltImage::Representation
|
1427
|
+
|
1428
|
+
collection :maven_artifacts, as: 'mavenArtifacts', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1UploadedMavenArtifact, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1UploadedMavenArtifact::Representation
|
1429
|
+
|
1430
|
+
collection :npm_packages, as: 'npmPackages', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1UploadedNpmPackage, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1UploadedNpmPackage::Representation
|
1431
|
+
|
1432
|
+
property :num_artifacts, :numeric_string => true, as: 'numArtifacts'
|
1433
|
+
collection :python_packages, as: 'pythonPackages', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1UploadedPythonPackage, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1UploadedPythonPackage::Representation
|
1434
|
+
|
1435
|
+
end
|
1436
|
+
end
|
1437
|
+
|
1438
|
+
class GoogleDevtoolsCloudbuildV1Secret
|
1439
|
+
# @private
|
1440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1441
|
+
property :kms_key_name, as: 'kmsKeyName'
|
1442
|
+
hash :secret_env, as: 'secretEnv'
|
1443
|
+
end
|
1444
|
+
end
|
1445
|
+
|
1446
|
+
class GoogleDevtoolsCloudbuildV1SecretManagerSecret
|
1447
|
+
# @private
|
1448
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1449
|
+
property :env, as: 'env'
|
1450
|
+
property :version_name, as: 'versionName'
|
1451
|
+
end
|
1452
|
+
end
|
1453
|
+
|
1454
|
+
class GoogleDevtoolsCloudbuildV1Secrets
|
1455
|
+
# @private
|
1456
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1457
|
+
collection :inline, as: 'inline', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1InlineSecret, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1InlineSecret::Representation
|
1458
|
+
|
1459
|
+
collection :secret_manager, as: 'secretManager', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1SecretManagerSecret, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1SecretManagerSecret::Representation
|
1460
|
+
|
1461
|
+
end
|
1462
|
+
end
|
1463
|
+
|
1464
|
+
class GoogleDevtoolsCloudbuildV1Source
|
1465
|
+
# @private
|
1466
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1467
|
+
property :connected_repository, as: 'connectedRepository', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1ConnectedRepository, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1ConnectedRepository::Representation
|
1468
|
+
|
1469
|
+
property :git_source, as: 'gitSource', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1GitSource, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1GitSource::Representation
|
1470
|
+
|
1471
|
+
property :repo_source, as: 'repoSource', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1RepoSource, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1RepoSource::Representation
|
1472
|
+
|
1473
|
+
property :storage_source, as: 'storageSource', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1StorageSource, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1StorageSource::Representation
|
1474
|
+
|
1475
|
+
property :storage_source_manifest, as: 'storageSourceManifest', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1StorageSourceManifest, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1StorageSourceManifest::Representation
|
1476
|
+
|
1477
|
+
end
|
1478
|
+
end
|
1479
|
+
|
1480
|
+
class GoogleDevtoolsCloudbuildV1SourceProvenance
|
1481
|
+
# @private
|
1482
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1483
|
+
hash :file_hashes, as: 'fileHashes', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes::Representation
|
1484
|
+
|
1485
|
+
property :resolved_connected_repository, as: 'resolvedConnectedRepository', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1ConnectedRepository, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1ConnectedRepository::Representation
|
1486
|
+
|
1487
|
+
property :resolved_git_source, as: 'resolvedGitSource', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1GitSource, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1GitSource::Representation
|
1488
|
+
|
1489
|
+
property :resolved_repo_source, as: 'resolvedRepoSource', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1RepoSource, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1RepoSource::Representation
|
1490
|
+
|
1491
|
+
property :resolved_storage_source, as: 'resolvedStorageSource', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1StorageSource, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1StorageSource::Representation
|
1492
|
+
|
1493
|
+
property :resolved_storage_source_manifest, as: 'resolvedStorageSourceManifest', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1StorageSourceManifest, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1StorageSourceManifest::Representation
|
1494
|
+
|
1495
|
+
end
|
1496
|
+
end
|
1497
|
+
|
1498
|
+
class GoogleDevtoolsCloudbuildV1StorageSource
|
1499
|
+
# @private
|
1500
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1501
|
+
property :bucket, as: 'bucket'
|
1502
|
+
property :generation, :numeric_string => true, as: 'generation'
|
1503
|
+
property :object, as: 'object'
|
1504
|
+
property :source_fetcher, as: 'sourceFetcher'
|
1505
|
+
end
|
1506
|
+
end
|
1507
|
+
|
1508
|
+
class GoogleDevtoolsCloudbuildV1StorageSourceManifest
|
1509
|
+
# @private
|
1510
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1511
|
+
property :bucket, as: 'bucket'
|
1512
|
+
property :generation, :numeric_string => true, as: 'generation'
|
1513
|
+
property :object, as: 'object'
|
1514
|
+
end
|
1515
|
+
end
|
1516
|
+
|
1517
|
+
class GoogleDevtoolsCloudbuildV1TimeSpan
|
1518
|
+
# @private
|
1519
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1520
|
+
property :end_time, as: 'endTime'
|
1521
|
+
property :start_time, as: 'startTime'
|
1522
|
+
end
|
1523
|
+
end
|
1524
|
+
|
1525
|
+
class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact
|
1526
|
+
# @private
|
1527
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1528
|
+
property :file_hashes, as: 'fileHashes', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes::Representation
|
1529
|
+
|
1530
|
+
property :push_timing, as: 'pushTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
1531
|
+
|
1532
|
+
property :uri, as: 'uri'
|
1533
|
+
end
|
1534
|
+
end
|
1535
|
+
|
1536
|
+
class GoogleDevtoolsCloudbuildV1UploadedNpmPackage
|
1537
|
+
# @private
|
1538
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1539
|
+
property :file_hashes, as: 'fileHashes', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes::Representation
|
1540
|
+
|
1541
|
+
property :push_timing, as: 'pushTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
1542
|
+
|
1543
|
+
property :uri, as: 'uri'
|
1544
|
+
end
|
1545
|
+
end
|
1546
|
+
|
1547
|
+
class GoogleDevtoolsCloudbuildV1UploadedPythonPackage
|
1548
|
+
# @private
|
1549
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1550
|
+
property :file_hashes, as: 'fileHashes', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1FileHashes::Representation
|
1551
|
+
|
1552
|
+
property :push_timing, as: 'pushTiming', class: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV1::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
1553
|
+
|
1554
|
+
property :uri, as: 'uri'
|
1555
|
+
end
|
1556
|
+
end
|
1557
|
+
|
1558
|
+
class GoogleDevtoolsCloudbuildV1Volume
|
1559
|
+
# @private
|
1560
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1561
|
+
property :name, as: 'name'
|
1562
|
+
property :path, as: 'path'
|
1563
|
+
end
|
1564
|
+
end
|
1565
|
+
|
1566
|
+
class GoogleDevtoolsCloudbuildV1Warning
|
1567
|
+
# @private
|
1568
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1569
|
+
property :priority, as: 'priority'
|
1570
|
+
property :text, as: 'text'
|
1571
|
+
end
|
1572
|
+
end
|
1573
|
+
|
941
1574
|
class GoogleLongrunningListOperationsResponse
|
942
1575
|
# @private
|
943
1576
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-run_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.73.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.73.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|