google-apis-run_v2 0.82.0 → 0.84.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 +8 -0
- data/lib/google/apis/run_v2/classes.rb +989 -62
- data/lib/google/apis/run_v2/gem_version.rb +2 -2
- data/lib/google/apis/run_v2/representations.rb +279 -0
- data/lib/google/apis/run_v2/service.rb +364 -1
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RunV2
|
18
18
|
# Version of the google-apis-run_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.84.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250314"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -28,6 +28,18 @@ module Google
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
29
29
|
end
|
30
30
|
|
31
|
+
class GoogleCloudRunV2BuildConfig
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class GoogleCloudRunV2BuildInfo
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
31
43
|
class GoogleCloudRunV2BuildpacksBuild
|
32
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
45
|
|
@@ -160,6 +172,18 @@ module Google
|
|
160
172
|
include Google::Apis::Core::JsonObjectSupport
|
161
173
|
end
|
162
174
|
|
175
|
+
class GoogleCloudRunV2InstanceSplit
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class GoogleCloudRunV2InstanceSplitStatus
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
163
187
|
class GoogleCloudRunV2Job
|
164
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
189
|
|
@@ -196,6 +220,12 @@ module Google
|
|
196
220
|
include Google::Apis::Core::JsonObjectSupport
|
197
221
|
end
|
198
222
|
|
223
|
+
class GoogleCloudRunV2ListWorkerPoolsResponse
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
199
229
|
class GoogleCloudRunV2Metadata
|
200
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
231
|
|
@@ -376,6 +406,24 @@ module Google
|
|
376
406
|
include Google::Apis::Core::JsonObjectSupport
|
377
407
|
end
|
378
408
|
|
409
|
+
class GoogleCloudRunV2WorkerPool
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class GoogleCloudRunV2WorkerPoolRevisionTemplate
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class GoogleCloudRunV2WorkerPoolScaling
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
379
427
|
class GoogleDevtoolsCloudbuildV1ApprovalConfig
|
380
428
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
429
|
|
@@ -442,6 +490,12 @@ module Google
|
|
442
490
|
include Google::Apis::Core::JsonObjectSupport
|
443
491
|
end
|
444
492
|
|
493
|
+
class GoogleDevtoolsCloudbuildV1Dependency
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
445
499
|
class GoogleDevtoolsCloudbuildV1DeveloperConnectConfig
|
446
500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
501
|
|
@@ -472,6 +526,24 @@ module Google
|
|
472
526
|
include Google::Apis::Core::JsonObjectSupport
|
473
527
|
end
|
474
528
|
|
529
|
+
class GoogleDevtoolsCloudbuildV1GitSourceDependency
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class GoogleDevtoolsCloudbuildV1GitSourceRepository
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class GoogleDevtoolsCloudbuildV1GoModule
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
475
547
|
class GoogleDevtoolsCloudbuildV1Hash
|
476
548
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
549
|
|
@@ -574,6 +646,12 @@ module Google
|
|
574
646
|
include Google::Apis::Core::JsonObjectSupport
|
575
647
|
end
|
576
648
|
|
649
|
+
class GoogleDevtoolsCloudbuildV1UploadedGoModule
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
577
655
|
class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact
|
578
656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
657
|
|
@@ -703,6 +781,29 @@ module Google
|
|
703
781
|
end
|
704
782
|
end
|
705
783
|
|
784
|
+
class GoogleCloudRunV2BuildConfig
|
785
|
+
# @private
|
786
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
787
|
+
property :base_image, as: 'baseImage'
|
788
|
+
property :enable_automatic_updates, as: 'enableAutomaticUpdates'
|
789
|
+
hash :environment_variables, as: 'environmentVariables'
|
790
|
+
property :function_target, as: 'functionTarget'
|
791
|
+
property :image_uri, as: 'imageUri'
|
792
|
+
property :name, as: 'name'
|
793
|
+
property :service_account, as: 'serviceAccount'
|
794
|
+
property :source_location, as: 'sourceLocation'
|
795
|
+
property :worker_pool, as: 'workerPool'
|
796
|
+
end
|
797
|
+
end
|
798
|
+
|
799
|
+
class GoogleCloudRunV2BuildInfo
|
800
|
+
# @private
|
801
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
802
|
+
property :function_target, as: 'functionTarget'
|
803
|
+
property :source_location, as: 'sourceLocation'
|
804
|
+
end
|
805
|
+
end
|
806
|
+
|
706
807
|
class GoogleCloudRunV2BuildpacksBuild
|
707
808
|
# @private
|
708
809
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -749,6 +850,9 @@ module Google
|
|
749
850
|
# @private
|
750
851
|
class Representation < Google::Apis::Core::JsonRepresentation
|
751
852
|
collection :args, as: 'args'
|
853
|
+
property :base_image_uri, as: 'baseImageUri'
|
854
|
+
property :build_info, as: 'buildInfo', class: Google::Apis::RunV2::GoogleCloudRunV2BuildInfo, decorator: Google::Apis::RunV2::GoogleCloudRunV2BuildInfo::Representation
|
855
|
+
|
752
856
|
collection :command, as: 'command'
|
753
857
|
collection :depends_on, as: 'dependsOn'
|
754
858
|
collection :env, as: 'env', class: Google::Apis::RunV2::GoogleCloudRunV2EnvVar, decorator: Google::Apis::RunV2::GoogleCloudRunV2EnvVar::Representation
|
@@ -829,6 +933,7 @@ module Google
|
|
829
933
|
collection :conditions, as: 'conditions', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation
|
830
934
|
|
831
935
|
property :create_time, as: 'createTime'
|
936
|
+
property :creator, as: 'creator'
|
832
937
|
property :delete_time, as: 'deleteTime'
|
833
938
|
property :etag, as: 'etag'
|
834
939
|
property :expire_time, as: 'expireTime'
|
@@ -948,6 +1053,24 @@ module Google
|
|
948
1053
|
end
|
949
1054
|
end
|
950
1055
|
|
1056
|
+
class GoogleCloudRunV2InstanceSplit
|
1057
|
+
# @private
|
1058
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1059
|
+
property :percent, as: 'percent'
|
1060
|
+
property :revision, as: 'revision'
|
1061
|
+
property :type, as: 'type'
|
1062
|
+
end
|
1063
|
+
end
|
1064
|
+
|
1065
|
+
class GoogleCloudRunV2InstanceSplitStatus
|
1066
|
+
# @private
|
1067
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1068
|
+
property :percent, as: 'percent'
|
1069
|
+
property :revision, as: 'revision'
|
1070
|
+
property :type, as: 'type'
|
1071
|
+
end
|
1072
|
+
end
|
1073
|
+
|
951
1074
|
class GoogleCloudRunV2Job
|
952
1075
|
# @private
|
953
1076
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1030,6 +1153,15 @@ module Google
|
|
1030
1153
|
end
|
1031
1154
|
end
|
1032
1155
|
|
1156
|
+
class GoogleCloudRunV2ListWorkerPoolsResponse
|
1157
|
+
# @private
|
1158
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1159
|
+
property :next_page_token, as: 'nextPageToken'
|
1160
|
+
collection :worker_pools, as: 'workerPools', class: Google::Apis::RunV2::GoogleCloudRunV2WorkerPool, decorator: Google::Apis::RunV2::GoogleCloudRunV2WorkerPool::Representation
|
1161
|
+
|
1162
|
+
end
|
1163
|
+
end
|
1164
|
+
|
1033
1165
|
class GoogleCloudRunV2Metadata
|
1034
1166
|
# @private
|
1035
1167
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1106,6 +1238,7 @@ module Google
|
|
1106
1238
|
collection :containers, as: 'containers', class: Google::Apis::RunV2::GoogleCloudRunV2Container, decorator: Google::Apis::RunV2::GoogleCloudRunV2Container::Representation
|
1107
1239
|
|
1108
1240
|
property :create_time, as: 'createTime'
|
1241
|
+
property :creator, as: 'creator'
|
1109
1242
|
property :delete_time, as: 'deleteTime'
|
1110
1243
|
property :encryption_key, as: 'encryptionKey'
|
1111
1244
|
property :encryption_key_revocation_action, as: 'encryptionKeyRevocationAction'
|
@@ -1114,6 +1247,7 @@ module Google
|
|
1114
1247
|
property :execution_environment, as: 'executionEnvironment'
|
1115
1248
|
property :expire_time, as: 'expireTime'
|
1116
1249
|
property :generation, :numeric_string => true, as: 'generation'
|
1250
|
+
property :gpu_zonal_redundancy_disabled, as: 'gpuZonalRedundancyDisabled'
|
1117
1251
|
hash :labels, as: 'labels'
|
1118
1252
|
property :launch_stage, as: 'launchStage'
|
1119
1253
|
property :log_uri, as: 'logUri'
|
@@ -1168,6 +1302,7 @@ module Google
|
|
1168
1302
|
property :encryption_key_revocation_action, as: 'encryptionKeyRevocationAction'
|
1169
1303
|
property :encryption_key_shutdown_duration, as: 'encryptionKeyShutdownDuration'
|
1170
1304
|
property :execution_environment, as: 'executionEnvironment'
|
1305
|
+
property :gpu_zonal_redundancy_disabled, as: 'gpuZonalRedundancyDisabled'
|
1171
1306
|
property :health_check_disabled, as: 'healthCheckDisabled'
|
1172
1307
|
hash :labels, as: 'labels'
|
1173
1308
|
property :max_instance_request_concurrency, as: 'maxInstanceRequestConcurrency'
|
@@ -1222,6 +1357,8 @@ module Google
|
|
1222
1357
|
hash :annotations, as: 'annotations'
|
1223
1358
|
property :binary_authorization, as: 'binaryAuthorization', class: Google::Apis::RunV2::GoogleCloudRunV2BinaryAuthorization, decorator: Google::Apis::RunV2::GoogleCloudRunV2BinaryAuthorization::Representation
|
1224
1359
|
|
1360
|
+
property :build_config, as: 'buildConfig', class: Google::Apis::RunV2::GoogleCloudRunV2BuildConfig, decorator: Google::Apis::RunV2::GoogleCloudRunV2BuildConfig::Representation
|
1361
|
+
|
1225
1362
|
property :client, as: 'client'
|
1226
1363
|
property :client_version, as: 'clientVersion'
|
1227
1364
|
collection :conditions, as: 'conditions', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation
|
@@ -1347,6 +1484,8 @@ module Google
|
|
1347
1484
|
property :log_uri, as: 'logUri'
|
1348
1485
|
property :max_retries, as: 'maxRetries'
|
1349
1486
|
property :name, as: 'name'
|
1487
|
+
property :node_selector, as: 'nodeSelector', class: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector, decorator: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector::Representation
|
1488
|
+
|
1350
1489
|
property :observed_generation, :numeric_string => true, as: 'observedGeneration'
|
1351
1490
|
property :reconciling, as: 'reconciling'
|
1352
1491
|
property :retried, as: 'retried'
|
@@ -1381,6 +1520,8 @@ module Google
|
|
1381
1520
|
property :encryption_key, as: 'encryptionKey'
|
1382
1521
|
property :execution_environment, as: 'executionEnvironment'
|
1383
1522
|
property :max_retries, as: 'maxRetries'
|
1523
|
+
property :node_selector, as: 'nodeSelector', class: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector, decorator: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector::Representation
|
1524
|
+
|
1384
1525
|
property :service_account, as: 'serviceAccount'
|
1385
1526
|
property :timeout, as: 'timeout'
|
1386
1527
|
collection :volumes, as: 'volumes', class: Google::Apis::RunV2::GoogleCloudRunV2Volume, decorator: Google::Apis::RunV2::GoogleCloudRunV2Volume::Representation
|
@@ -1455,6 +1596,84 @@ module Google
|
|
1455
1596
|
end
|
1456
1597
|
end
|
1457
1598
|
|
1599
|
+
class GoogleCloudRunV2WorkerPool
|
1600
|
+
# @private
|
1601
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1602
|
+
hash :annotations, as: 'annotations'
|
1603
|
+
property :binary_authorization, as: 'binaryAuthorization', class: Google::Apis::RunV2::GoogleCloudRunV2BinaryAuthorization, decorator: Google::Apis::RunV2::GoogleCloudRunV2BinaryAuthorization::Representation
|
1604
|
+
|
1605
|
+
property :client, as: 'client'
|
1606
|
+
property :client_version, as: 'clientVersion'
|
1607
|
+
collection :conditions, as: 'conditions', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation
|
1608
|
+
|
1609
|
+
property :create_time, as: 'createTime'
|
1610
|
+
property :creator, as: 'creator'
|
1611
|
+
collection :custom_audiences, as: 'customAudiences'
|
1612
|
+
property :delete_time, as: 'deleteTime'
|
1613
|
+
property :description, as: 'description'
|
1614
|
+
property :etag, as: 'etag'
|
1615
|
+
property :expire_time, as: 'expireTime'
|
1616
|
+
property :generation, :numeric_string => true, as: 'generation'
|
1617
|
+
collection :instance_split_statuses, as: 'instanceSplitStatuses', class: Google::Apis::RunV2::GoogleCloudRunV2InstanceSplitStatus, decorator: Google::Apis::RunV2::GoogleCloudRunV2InstanceSplitStatus::Representation
|
1618
|
+
|
1619
|
+
collection :instance_splits, as: 'instanceSplits', class: Google::Apis::RunV2::GoogleCloudRunV2InstanceSplit, decorator: Google::Apis::RunV2::GoogleCloudRunV2InstanceSplit::Representation
|
1620
|
+
|
1621
|
+
hash :labels, as: 'labels'
|
1622
|
+
property :last_modifier, as: 'lastModifier'
|
1623
|
+
property :latest_created_revision, as: 'latestCreatedRevision'
|
1624
|
+
property :latest_ready_revision, as: 'latestReadyRevision'
|
1625
|
+
property :launch_stage, as: 'launchStage'
|
1626
|
+
property :name, as: 'name'
|
1627
|
+
property :observed_generation, :numeric_string => true, as: 'observedGeneration'
|
1628
|
+
property :reconciling, as: 'reconciling'
|
1629
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
1630
|
+
property :scaling, as: 'scaling', class: Google::Apis::RunV2::GoogleCloudRunV2WorkerPoolScaling, decorator: Google::Apis::RunV2::GoogleCloudRunV2WorkerPoolScaling::Representation
|
1631
|
+
|
1632
|
+
property :template, as: 'template', class: Google::Apis::RunV2::GoogleCloudRunV2WorkerPoolRevisionTemplate, decorator: Google::Apis::RunV2::GoogleCloudRunV2WorkerPoolRevisionTemplate::Representation
|
1633
|
+
|
1634
|
+
property :terminal_condition, as: 'terminalCondition', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation
|
1635
|
+
|
1636
|
+
property :uid, as: 'uid'
|
1637
|
+
property :update_time, as: 'updateTime'
|
1638
|
+
end
|
1639
|
+
end
|
1640
|
+
|
1641
|
+
class GoogleCloudRunV2WorkerPoolRevisionTemplate
|
1642
|
+
# @private
|
1643
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1644
|
+
hash :annotations, as: 'annotations'
|
1645
|
+
collection :containers, as: 'containers', class: Google::Apis::RunV2::GoogleCloudRunV2Container, decorator: Google::Apis::RunV2::GoogleCloudRunV2Container::Representation
|
1646
|
+
|
1647
|
+
property :encryption_key, as: 'encryptionKey'
|
1648
|
+
property :encryption_key_revocation_action, as: 'encryptionKeyRevocationAction'
|
1649
|
+
property :encryption_key_shutdown_duration, as: 'encryptionKeyShutdownDuration'
|
1650
|
+
hash :labels, as: 'labels'
|
1651
|
+
property :node_selector, as: 'nodeSelector', class: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector, decorator: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector::Representation
|
1652
|
+
|
1653
|
+
property :revision, as: 'revision'
|
1654
|
+
property :service_account, as: 'serviceAccount'
|
1655
|
+
property :service_mesh, as: 'serviceMesh', class: Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh, decorator: Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh::Representation
|
1656
|
+
|
1657
|
+
property :session_affinity, as: 'sessionAffinity'
|
1658
|
+
collection :volumes, as: 'volumes', class: Google::Apis::RunV2::GoogleCloudRunV2Volume, decorator: Google::Apis::RunV2::GoogleCloudRunV2Volume::Representation
|
1659
|
+
|
1660
|
+
property :vpc_access, as: 'vpcAccess', class: Google::Apis::RunV2::GoogleCloudRunV2VpcAccess, decorator: Google::Apis::RunV2::GoogleCloudRunV2VpcAccess::Representation
|
1661
|
+
|
1662
|
+
end
|
1663
|
+
end
|
1664
|
+
|
1665
|
+
class GoogleCloudRunV2WorkerPoolScaling
|
1666
|
+
# @private
|
1667
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1668
|
+
property :manual_instance_count, as: 'manualInstanceCount'
|
1669
|
+
property :max_instance_count, as: 'maxInstanceCount'
|
1670
|
+
property :max_surge, as: 'maxSurge'
|
1671
|
+
property :max_unavailable, as: 'maxUnavailable'
|
1672
|
+
property :min_instance_count, as: 'minInstanceCount'
|
1673
|
+
property :scaling_mode, as: 'scalingMode'
|
1674
|
+
end
|
1675
|
+
end
|
1676
|
+
|
1458
1677
|
class GoogleDevtoolsCloudbuildV1ApprovalConfig
|
1459
1678
|
# @private
|
1460
1679
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1486,6 +1705,8 @@ module Google
|
|
1486
1705
|
class GoogleDevtoolsCloudbuildV1Artifacts
|
1487
1706
|
# @private
|
1488
1707
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1708
|
+
collection :go_modules, as: 'goModules', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1GoModule, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1GoModule::Representation
|
1709
|
+
|
1489
1710
|
collection :images, as: 'images'
|
1490
1711
|
collection :maven_artifacts, as: 'mavenArtifacts', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1MavenArtifact, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1MavenArtifact::Representation
|
1491
1712
|
|
@@ -1509,6 +1730,8 @@ module Google
|
|
1509
1730
|
|
1510
1731
|
property :build_trigger_id, as: 'buildTriggerId'
|
1511
1732
|
property :create_time, as: 'createTime'
|
1733
|
+
collection :dependencies, as: 'dependencies', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1Dependency, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1Dependency::Representation
|
1734
|
+
|
1512
1735
|
property :failure_info, as: 'failureInfo', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1FailureInfo, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1FailureInfo::Representation
|
1513
1736
|
|
1514
1737
|
property :finish_time, as: 'finishTime'
|
@@ -1573,12 +1796,14 @@ module Google
|
|
1573
1796
|
property :default_logs_bucket_behavior, as: 'defaultLogsBucketBehavior'
|
1574
1797
|
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
1575
1798
|
property :dynamic_substitutions, as: 'dynamicSubstitutions'
|
1799
|
+
property :enable_structured_logging, as: 'enableStructuredLogging'
|
1576
1800
|
collection :env, as: 'env'
|
1577
1801
|
property :log_streaming_option, as: 'logStreamingOption'
|
1578
1802
|
property :logging, as: 'logging'
|
1579
1803
|
property :machine_type, as: 'machineType'
|
1580
1804
|
property :pool, as: 'pool', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1PoolOption, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1PoolOption::Representation
|
1581
1805
|
|
1806
|
+
property :pubsub_topic, as: 'pubsubTopic'
|
1582
1807
|
property :requested_verify_option, as: 'requestedVerifyOption'
|
1583
1808
|
collection :secret_env, as: 'secretEnv'
|
1584
1809
|
collection :source_provenance_hash, as: 'sourceProvenanceHash'
|
@@ -1635,6 +1860,15 @@ module Google
|
|
1635
1860
|
end
|
1636
1861
|
end
|
1637
1862
|
|
1863
|
+
class GoogleDevtoolsCloudbuildV1Dependency
|
1864
|
+
# @private
|
1865
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1866
|
+
property :empty, as: 'empty'
|
1867
|
+
property :git_source, as: 'gitSource', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1GitSourceDependency, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1GitSourceDependency::Representation
|
1868
|
+
|
1869
|
+
end
|
1870
|
+
end
|
1871
|
+
|
1638
1872
|
class GoogleDevtoolsCloudbuildV1DeveloperConnectConfig
|
1639
1873
|
# @private
|
1640
1874
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1677,6 +1911,38 @@ module Google
|
|
1677
1911
|
end
|
1678
1912
|
end
|
1679
1913
|
|
1914
|
+
class GoogleDevtoolsCloudbuildV1GitSourceDependency
|
1915
|
+
# @private
|
1916
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1917
|
+
property :depth, :numeric_string => true, as: 'depth'
|
1918
|
+
property :dest_path, as: 'destPath'
|
1919
|
+
property :recurse_submodules, as: 'recurseSubmodules'
|
1920
|
+
property :repository, as: 'repository', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1GitSourceRepository, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1GitSourceRepository::Representation
|
1921
|
+
|
1922
|
+
property :revision, as: 'revision'
|
1923
|
+
end
|
1924
|
+
end
|
1925
|
+
|
1926
|
+
class GoogleDevtoolsCloudbuildV1GitSourceRepository
|
1927
|
+
# @private
|
1928
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1929
|
+
property :developer_connect, as: 'developerConnect'
|
1930
|
+
property :url, as: 'url'
|
1931
|
+
end
|
1932
|
+
end
|
1933
|
+
|
1934
|
+
class GoogleDevtoolsCloudbuildV1GoModule
|
1935
|
+
# @private
|
1936
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1937
|
+
property :module_path, as: 'modulePath'
|
1938
|
+
property :module_version, as: 'moduleVersion'
|
1939
|
+
property :repository_location, as: 'repositoryLocation'
|
1940
|
+
property :repository_name, as: 'repositoryName'
|
1941
|
+
property :repository_project_id, as: 'repositoryProjectId'
|
1942
|
+
property :source_path, as: 'sourcePath'
|
1943
|
+
end
|
1944
|
+
end
|
1945
|
+
|
1680
1946
|
class GoogleDevtoolsCloudbuildV1Hash
|
1681
1947
|
# @private
|
1682
1948
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1756,6 +2022,8 @@ module Google
|
|
1756
2022
|
|
1757
2023
|
collection :build_step_images, as: 'buildStepImages'
|
1758
2024
|
collection :build_step_outputs, as: 'buildStepOutputs'
|
2025
|
+
collection :go_modules, as: 'goModules', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1UploadedGoModule, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1UploadedGoModule::Representation
|
2026
|
+
|
1759
2027
|
collection :images, as: 'images', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1BuiltImage, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1BuiltImage::Representation
|
1760
2028
|
|
1761
2029
|
collection :maven_artifacts, as: 'mavenArtifacts', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1UploadedMavenArtifact, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1UploadedMavenArtifact::Representation
|
@@ -1857,6 +2125,17 @@ module Google
|
|
1857
2125
|
end
|
1858
2126
|
end
|
1859
2127
|
|
2128
|
+
class GoogleDevtoolsCloudbuildV1UploadedGoModule
|
2129
|
+
# @private
|
2130
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2131
|
+
property :file_hashes, as: 'fileHashes', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1FileHashes::Representation
|
2132
|
+
|
2133
|
+
property :push_timing, as: 'pushTiming', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
2134
|
+
|
2135
|
+
property :uri, as: 'uri'
|
2136
|
+
end
|
2137
|
+
end
|
2138
|
+
|
1860
2139
|
class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact
|
1861
2140
|
# @private
|
1862
2141
|
class Representation < Google::Apis::Core::JsonRepresentation
|