google-apis-run_v2 0.82.0 → 0.83.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 +4 -0
- data/lib/google/apis/run_v2/classes.rb +971 -59
- data/lib/google/apis/run_v2/gem_version.rb +2 -2
- data/lib/google/apis/run_v2/representations.rb +277 -0
- data/lib/google/apis/run_v2/service.rb +444 -0
- 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.83.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 = "20250223"
|
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'
|
@@ -1222,6 +1355,8 @@ module Google
|
|
1222
1355
|
hash :annotations, as: 'annotations'
|
1223
1356
|
property :binary_authorization, as: 'binaryAuthorization', class: Google::Apis::RunV2::GoogleCloudRunV2BinaryAuthorization, decorator: Google::Apis::RunV2::GoogleCloudRunV2BinaryAuthorization::Representation
|
1224
1357
|
|
1358
|
+
property :build_config, as: 'buildConfig', class: Google::Apis::RunV2::GoogleCloudRunV2BuildConfig, decorator: Google::Apis::RunV2::GoogleCloudRunV2BuildConfig::Representation
|
1359
|
+
|
1225
1360
|
property :client, as: 'client'
|
1226
1361
|
property :client_version, as: 'clientVersion'
|
1227
1362
|
collection :conditions, as: 'conditions', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation
|
@@ -1347,6 +1482,8 @@ module Google
|
|
1347
1482
|
property :log_uri, as: 'logUri'
|
1348
1483
|
property :max_retries, as: 'maxRetries'
|
1349
1484
|
property :name, as: 'name'
|
1485
|
+
property :node_selector, as: 'nodeSelector', class: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector, decorator: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector::Representation
|
1486
|
+
|
1350
1487
|
property :observed_generation, :numeric_string => true, as: 'observedGeneration'
|
1351
1488
|
property :reconciling, as: 'reconciling'
|
1352
1489
|
property :retried, as: 'retried'
|
@@ -1381,6 +1518,8 @@ module Google
|
|
1381
1518
|
property :encryption_key, as: 'encryptionKey'
|
1382
1519
|
property :execution_environment, as: 'executionEnvironment'
|
1383
1520
|
property :max_retries, as: 'maxRetries'
|
1521
|
+
property :node_selector, as: 'nodeSelector', class: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector, decorator: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector::Representation
|
1522
|
+
|
1384
1523
|
property :service_account, as: 'serviceAccount'
|
1385
1524
|
property :timeout, as: 'timeout'
|
1386
1525
|
collection :volumes, as: 'volumes', class: Google::Apis::RunV2::GoogleCloudRunV2Volume, decorator: Google::Apis::RunV2::GoogleCloudRunV2Volume::Representation
|
@@ -1455,6 +1594,84 @@ module Google
|
|
1455
1594
|
end
|
1456
1595
|
end
|
1457
1596
|
|
1597
|
+
class GoogleCloudRunV2WorkerPool
|
1598
|
+
# @private
|
1599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1600
|
+
hash :annotations, as: 'annotations'
|
1601
|
+
property :binary_authorization, as: 'binaryAuthorization', class: Google::Apis::RunV2::GoogleCloudRunV2BinaryAuthorization, decorator: Google::Apis::RunV2::GoogleCloudRunV2BinaryAuthorization::Representation
|
1602
|
+
|
1603
|
+
property :client, as: 'client'
|
1604
|
+
property :client_version, as: 'clientVersion'
|
1605
|
+
collection :conditions, as: 'conditions', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation
|
1606
|
+
|
1607
|
+
property :create_time, as: 'createTime'
|
1608
|
+
property :creator, as: 'creator'
|
1609
|
+
collection :custom_audiences, as: 'customAudiences'
|
1610
|
+
property :delete_time, as: 'deleteTime'
|
1611
|
+
property :description, as: 'description'
|
1612
|
+
property :etag, as: 'etag'
|
1613
|
+
property :expire_time, as: 'expireTime'
|
1614
|
+
property :generation, :numeric_string => true, as: 'generation'
|
1615
|
+
collection :instance_split_statuses, as: 'instanceSplitStatuses', class: Google::Apis::RunV2::GoogleCloudRunV2InstanceSplitStatus, decorator: Google::Apis::RunV2::GoogleCloudRunV2InstanceSplitStatus::Representation
|
1616
|
+
|
1617
|
+
collection :instance_splits, as: 'instanceSplits', class: Google::Apis::RunV2::GoogleCloudRunV2InstanceSplit, decorator: Google::Apis::RunV2::GoogleCloudRunV2InstanceSplit::Representation
|
1618
|
+
|
1619
|
+
hash :labels, as: 'labels'
|
1620
|
+
property :last_modifier, as: 'lastModifier'
|
1621
|
+
property :latest_created_revision, as: 'latestCreatedRevision'
|
1622
|
+
property :latest_ready_revision, as: 'latestReadyRevision'
|
1623
|
+
property :launch_stage, as: 'launchStage'
|
1624
|
+
property :name, as: 'name'
|
1625
|
+
property :observed_generation, :numeric_string => true, as: 'observedGeneration'
|
1626
|
+
property :reconciling, as: 'reconciling'
|
1627
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
1628
|
+
property :scaling, as: 'scaling', class: Google::Apis::RunV2::GoogleCloudRunV2WorkerPoolScaling, decorator: Google::Apis::RunV2::GoogleCloudRunV2WorkerPoolScaling::Representation
|
1629
|
+
|
1630
|
+
property :template, as: 'template', class: Google::Apis::RunV2::GoogleCloudRunV2WorkerPoolRevisionTemplate, decorator: Google::Apis::RunV2::GoogleCloudRunV2WorkerPoolRevisionTemplate::Representation
|
1631
|
+
|
1632
|
+
property :terminal_condition, as: 'terminalCondition', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation
|
1633
|
+
|
1634
|
+
property :uid, as: 'uid'
|
1635
|
+
property :update_time, as: 'updateTime'
|
1636
|
+
end
|
1637
|
+
end
|
1638
|
+
|
1639
|
+
class GoogleCloudRunV2WorkerPoolRevisionTemplate
|
1640
|
+
# @private
|
1641
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1642
|
+
hash :annotations, as: 'annotations'
|
1643
|
+
collection :containers, as: 'containers', class: Google::Apis::RunV2::GoogleCloudRunV2Container, decorator: Google::Apis::RunV2::GoogleCloudRunV2Container::Representation
|
1644
|
+
|
1645
|
+
property :encryption_key, as: 'encryptionKey'
|
1646
|
+
property :encryption_key_revocation_action, as: 'encryptionKeyRevocationAction'
|
1647
|
+
property :encryption_key_shutdown_duration, as: 'encryptionKeyShutdownDuration'
|
1648
|
+
hash :labels, as: 'labels'
|
1649
|
+
property :node_selector, as: 'nodeSelector', class: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector, decorator: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector::Representation
|
1650
|
+
|
1651
|
+
property :revision, as: 'revision'
|
1652
|
+
property :service_account, as: 'serviceAccount'
|
1653
|
+
property :service_mesh, as: 'serviceMesh', class: Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh, decorator: Google::Apis::RunV2::GoogleCloudRunV2ServiceMesh::Representation
|
1654
|
+
|
1655
|
+
property :session_affinity, as: 'sessionAffinity'
|
1656
|
+
collection :volumes, as: 'volumes', class: Google::Apis::RunV2::GoogleCloudRunV2Volume, decorator: Google::Apis::RunV2::GoogleCloudRunV2Volume::Representation
|
1657
|
+
|
1658
|
+
property :vpc_access, as: 'vpcAccess', class: Google::Apis::RunV2::GoogleCloudRunV2VpcAccess, decorator: Google::Apis::RunV2::GoogleCloudRunV2VpcAccess::Representation
|
1659
|
+
|
1660
|
+
end
|
1661
|
+
end
|
1662
|
+
|
1663
|
+
class GoogleCloudRunV2WorkerPoolScaling
|
1664
|
+
# @private
|
1665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1666
|
+
property :manual_instance_count, as: 'manualInstanceCount'
|
1667
|
+
property :max_instance_count, as: 'maxInstanceCount'
|
1668
|
+
property :max_surge, as: 'maxSurge'
|
1669
|
+
property :max_unavailable, as: 'maxUnavailable'
|
1670
|
+
property :min_instance_count, as: 'minInstanceCount'
|
1671
|
+
property :scaling_mode, as: 'scalingMode'
|
1672
|
+
end
|
1673
|
+
end
|
1674
|
+
|
1458
1675
|
class GoogleDevtoolsCloudbuildV1ApprovalConfig
|
1459
1676
|
# @private
|
1460
1677
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1486,6 +1703,8 @@ module Google
|
|
1486
1703
|
class GoogleDevtoolsCloudbuildV1Artifacts
|
1487
1704
|
# @private
|
1488
1705
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1706
|
+
collection :go_modules, as: 'goModules', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1GoModule, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1GoModule::Representation
|
1707
|
+
|
1489
1708
|
collection :images, as: 'images'
|
1490
1709
|
collection :maven_artifacts, as: 'mavenArtifacts', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1MavenArtifact, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1MavenArtifact::Representation
|
1491
1710
|
|
@@ -1509,6 +1728,8 @@ module Google
|
|
1509
1728
|
|
1510
1729
|
property :build_trigger_id, as: 'buildTriggerId'
|
1511
1730
|
property :create_time, as: 'createTime'
|
1731
|
+
collection :dependencies, as: 'dependencies', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1Dependency, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1Dependency::Representation
|
1732
|
+
|
1512
1733
|
property :failure_info, as: 'failureInfo', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1FailureInfo, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1FailureInfo::Representation
|
1513
1734
|
|
1514
1735
|
property :finish_time, as: 'finishTime'
|
@@ -1573,12 +1794,14 @@ module Google
|
|
1573
1794
|
property :default_logs_bucket_behavior, as: 'defaultLogsBucketBehavior'
|
1574
1795
|
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
1575
1796
|
property :dynamic_substitutions, as: 'dynamicSubstitutions'
|
1797
|
+
property :enable_structured_logging, as: 'enableStructuredLogging'
|
1576
1798
|
collection :env, as: 'env'
|
1577
1799
|
property :log_streaming_option, as: 'logStreamingOption'
|
1578
1800
|
property :logging, as: 'logging'
|
1579
1801
|
property :machine_type, as: 'machineType'
|
1580
1802
|
property :pool, as: 'pool', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1PoolOption, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1PoolOption::Representation
|
1581
1803
|
|
1804
|
+
property :pubsub_topic, as: 'pubsubTopic'
|
1582
1805
|
property :requested_verify_option, as: 'requestedVerifyOption'
|
1583
1806
|
collection :secret_env, as: 'secretEnv'
|
1584
1807
|
collection :source_provenance_hash, as: 'sourceProvenanceHash'
|
@@ -1635,6 +1858,15 @@ module Google
|
|
1635
1858
|
end
|
1636
1859
|
end
|
1637
1860
|
|
1861
|
+
class GoogleDevtoolsCloudbuildV1Dependency
|
1862
|
+
# @private
|
1863
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1864
|
+
property :empty, as: 'empty'
|
1865
|
+
property :git_source, as: 'gitSource', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1GitSourceDependency, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1GitSourceDependency::Representation
|
1866
|
+
|
1867
|
+
end
|
1868
|
+
end
|
1869
|
+
|
1638
1870
|
class GoogleDevtoolsCloudbuildV1DeveloperConnectConfig
|
1639
1871
|
# @private
|
1640
1872
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1677,6 +1909,38 @@ module Google
|
|
1677
1909
|
end
|
1678
1910
|
end
|
1679
1911
|
|
1912
|
+
class GoogleDevtoolsCloudbuildV1GitSourceDependency
|
1913
|
+
# @private
|
1914
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1915
|
+
property :depth, :numeric_string => true, as: 'depth'
|
1916
|
+
property :dest_path, as: 'destPath'
|
1917
|
+
property :recurse_submodules, as: 'recurseSubmodules'
|
1918
|
+
property :repository, as: 'repository', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1GitSourceRepository, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1GitSourceRepository::Representation
|
1919
|
+
|
1920
|
+
property :revision, as: 'revision'
|
1921
|
+
end
|
1922
|
+
end
|
1923
|
+
|
1924
|
+
class GoogleDevtoolsCloudbuildV1GitSourceRepository
|
1925
|
+
# @private
|
1926
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1927
|
+
property :developer_connect, as: 'developerConnect'
|
1928
|
+
property :url, as: 'url'
|
1929
|
+
end
|
1930
|
+
end
|
1931
|
+
|
1932
|
+
class GoogleDevtoolsCloudbuildV1GoModule
|
1933
|
+
# @private
|
1934
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1935
|
+
property :module_path, as: 'modulePath'
|
1936
|
+
property :module_version, as: 'moduleVersion'
|
1937
|
+
property :repository_location, as: 'repositoryLocation'
|
1938
|
+
property :repository_name, as: 'repositoryName'
|
1939
|
+
property :repository_project_id, as: 'repositoryProjectId'
|
1940
|
+
property :source_path, as: 'sourcePath'
|
1941
|
+
end
|
1942
|
+
end
|
1943
|
+
|
1680
1944
|
class GoogleDevtoolsCloudbuildV1Hash
|
1681
1945
|
# @private
|
1682
1946
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1756,6 +2020,8 @@ module Google
|
|
1756
2020
|
|
1757
2021
|
collection :build_step_images, as: 'buildStepImages'
|
1758
2022
|
collection :build_step_outputs, as: 'buildStepOutputs'
|
2023
|
+
collection :go_modules, as: 'goModules', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1UploadedGoModule, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1UploadedGoModule::Representation
|
2024
|
+
|
1759
2025
|
collection :images, as: 'images', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1BuiltImage, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1BuiltImage::Representation
|
1760
2026
|
|
1761
2027
|
collection :maven_artifacts, as: 'mavenArtifacts', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1UploadedMavenArtifact, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1UploadedMavenArtifact::Representation
|
@@ -1857,6 +2123,17 @@ module Google
|
|
1857
2123
|
end
|
1858
2124
|
end
|
1859
2125
|
|
2126
|
+
class GoogleDevtoolsCloudbuildV1UploadedGoModule
|
2127
|
+
# @private
|
2128
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2129
|
+
property :file_hashes, as: 'fileHashes', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1FileHashes, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1FileHashes::Representation
|
2130
|
+
|
2131
|
+
property :push_timing, as: 'pushTiming', class: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1TimeSpan, decorator: Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1TimeSpan::Representation
|
2132
|
+
|
2133
|
+
property :uri, as: 'uri'
|
2134
|
+
end
|
2135
|
+
end
|
2136
|
+
|
1860
2137
|
class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact
|
1861
2138
|
# @private
|
1862
2139
|
class Representation < Google::Apis::Core::JsonRepresentation
|