google-apis-clouddeploy_v1 0.36.0 → 0.38.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.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ClouddeployV1
18
18
  # Version of the google-apis-clouddeploy_v1 gem
19
- GEM_VERSION = "0.36.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231110"
25
+ REVISION = "20240107"
26
26
  end
27
27
  end
28
28
  end
@@ -256,6 +256,36 @@ module Google
256
256
  include Google::Apis::Core::JsonObjectSupport
257
257
  end
258
258
 
259
+ class CustomMetadata
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class CustomTarget
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class CustomTargetDeployMetadata
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class CustomTargetSkaffoldActions
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class CustomTargetType
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
259
289
  class Date
260
290
  class Representation < Google::Apis::Core::JsonRepresentation; end
261
291
 
@@ -394,6 +424,12 @@ module Google
394
424
  include Google::Apis::Core::JsonObjectSupport
395
425
  end
396
426
 
427
+ class ListCustomTargetTypesResponse
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
397
433
  class ListDeliveryPipelinesResponse
398
434
  class Representation < Google::Apis::Core::JsonRepresentation; end
399
435
 
@@ -718,6 +754,24 @@ module Google
718
754
  include Google::Apis::Core::JsonObjectSupport
719
755
  end
720
756
 
757
+ class SkaffoldGcsSource
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class SkaffoldGitSource
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
769
+ class SkaffoldModules
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
721
775
  class SkaffoldSupportedCondition
722
776
  class Representation < Google::Apis::Core::JsonRepresentation; end
723
777
 
@@ -1121,6 +1175,9 @@ module Google
1121
1175
  # @private
1122
1176
  class Representation < Google::Apis::Core::JsonRepresentation
1123
1177
  property :automatic_traffic_control, as: 'automaticTrafficControl'
1178
+ collection :canary_revision_tags, as: 'canaryRevisionTags'
1179
+ collection :prior_revision_tags, as: 'priorRevisionTags'
1180
+ collection :stable_revision_tags, as: 'stableRevisionTags'
1124
1181
  end
1125
1182
  end
1126
1183
 
@@ -1180,6 +1237,54 @@ module Google
1180
1237
  end
1181
1238
  end
1182
1239
 
1240
+ class CustomMetadata
1241
+ # @private
1242
+ class Representation < Google::Apis::Core::JsonRepresentation
1243
+ hash :values, as: 'values'
1244
+ end
1245
+ end
1246
+
1247
+ class CustomTarget
1248
+ # @private
1249
+ class Representation < Google::Apis::Core::JsonRepresentation
1250
+ property :custom_target_type, as: 'customTargetType'
1251
+ end
1252
+ end
1253
+
1254
+ class CustomTargetDeployMetadata
1255
+ # @private
1256
+ class Representation < Google::Apis::Core::JsonRepresentation
1257
+ property :skip_message, as: 'skipMessage'
1258
+ end
1259
+ end
1260
+
1261
+ class CustomTargetSkaffoldActions
1262
+ # @private
1263
+ class Representation < Google::Apis::Core::JsonRepresentation
1264
+ property :deploy_action, as: 'deployAction'
1265
+ collection :include_skaffold_modules, as: 'includeSkaffoldModules', class: Google::Apis::ClouddeployV1::SkaffoldModules, decorator: Google::Apis::ClouddeployV1::SkaffoldModules::Representation
1266
+
1267
+ property :render_action, as: 'renderAction'
1268
+ end
1269
+ end
1270
+
1271
+ class CustomTargetType
1272
+ # @private
1273
+ class Representation < Google::Apis::Core::JsonRepresentation
1274
+ hash :annotations, as: 'annotations'
1275
+ property :create_time, as: 'createTime'
1276
+ property :custom_actions, as: 'customActions', class: Google::Apis::ClouddeployV1::CustomTargetSkaffoldActions, decorator: Google::Apis::ClouddeployV1::CustomTargetSkaffoldActions::Representation
1277
+
1278
+ property :custom_target_type_id, as: 'customTargetTypeId'
1279
+ property :description, as: 'description'
1280
+ property :etag, as: 'etag'
1281
+ hash :labels, as: 'labels'
1282
+ property :name, as: 'name'
1283
+ property :uid, as: 'uid'
1284
+ property :update_time, as: 'updateTime'
1285
+ end
1286
+ end
1287
+
1183
1288
  class Date
1184
1289
  # @private
1185
1290
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1221,6 +1326,7 @@ module Google
1221
1326
  class Representation < Google::Apis::Core::JsonRepresentation
1222
1327
  property :delivery_pipeline, as: 'deliveryPipeline'
1223
1328
  property :message, as: 'message'
1329
+ property :pipeline_uid, as: 'pipelineUid'
1224
1330
  property :type, as: 'type'
1225
1331
  end
1226
1332
  end
@@ -1257,6 +1363,10 @@ module Google
1257
1363
  class Representation < Google::Apis::Core::JsonRepresentation
1258
1364
  property :cloud_run, as: 'cloudRun', class: Google::Apis::ClouddeployV1::CloudRunMetadata, decorator: Google::Apis::ClouddeployV1::CloudRunMetadata::Representation
1259
1365
 
1366
+ property :custom, as: 'custom', class: Google::Apis::ClouddeployV1::CustomMetadata, decorator: Google::Apis::ClouddeployV1::CustomMetadata::Representation
1367
+
1368
+ property :custom_target, as: 'customTarget', class: Google::Apis::ClouddeployV1::CustomTargetDeployMetadata, decorator: Google::Apis::ClouddeployV1::CustomTargetDeployMetadata::Representation
1369
+
1260
1370
  end
1261
1371
  end
1262
1372
 
@@ -1320,6 +1430,7 @@ module Google
1320
1430
  property :http_route, as: 'httpRoute'
1321
1431
  property :route_update_wait_time, as: 'routeUpdateWaitTime'
1322
1432
  property :service, as: 'service'
1433
+ property :stable_cutback_duration, as: 'stableCutbackDuration'
1323
1434
  end
1324
1435
  end
1325
1436
 
@@ -1400,7 +1511,9 @@ module Google
1400
1511
  property :job_run, as: 'jobRun'
1401
1512
  property :message, as: 'message'
1402
1513
  property :pipeline_uid, as: 'pipelineUid'
1514
+ property :release, as: 'release'
1403
1515
  property :release_uid, as: 'releaseUid'
1516
+ property :rollout, as: 'rollout'
1404
1517
  property :rollout_uid, as: 'rolloutUid'
1405
1518
  property :target_id, as: 'targetId'
1406
1519
  property :type, as: 'type'
@@ -1437,6 +1550,16 @@ module Google
1437
1550
  end
1438
1551
  end
1439
1552
 
1553
+ class ListCustomTargetTypesResponse
1554
+ # @private
1555
+ class Representation < Google::Apis::Core::JsonRepresentation
1556
+ collection :custom_target_types, as: 'customTargetTypes', class: Google::Apis::ClouddeployV1::CustomTargetType, decorator: Google::Apis::ClouddeployV1::CustomTargetType::Representation
1557
+
1558
+ property :next_page_token, as: 'nextPageToken'
1559
+ collection :unreachable, as: 'unreachable'
1560
+ end
1561
+ end
1562
+
1440
1563
  class ListDeliveryPipelinesResponse
1441
1564
  # @private
1442
1565
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1523,6 +1646,8 @@ module Google
1523
1646
 
1524
1647
  property :cloud_run, as: 'cloudRun', class: Google::Apis::ClouddeployV1::CloudRunMetadata, decorator: Google::Apis::ClouddeployV1::CloudRunMetadata::Representation
1525
1648
 
1649
+ property :custom, as: 'custom', class: Google::Apis::ClouddeployV1::CustomMetadata, decorator: Google::Apis::ClouddeployV1::CustomMetadata::Representation
1650
+
1526
1651
  end
1527
1652
  end
1528
1653
 
@@ -1713,6 +1838,8 @@ module Google
1713
1838
  property :condition, as: 'condition', class: Google::Apis::ClouddeployV1::ReleaseCondition, decorator: Google::Apis::ClouddeployV1::ReleaseCondition::Representation
1714
1839
 
1715
1840
  property :create_time, as: 'createTime'
1841
+ collection :custom_target_type_snapshots, as: 'customTargetTypeSnapshots', class: Google::Apis::ClouddeployV1::CustomTargetType, decorator: Google::Apis::ClouddeployV1::CustomTargetType::Representation
1842
+
1716
1843
  property :delivery_pipeline_snapshot, as: 'deliveryPipelineSnapshot', class: Google::Apis::ClouddeployV1::DeliveryPipeline, decorator: Google::Apis::ClouddeployV1::DeliveryPipeline::Representation
1717
1844
 
1718
1845
  hash :deploy_parameters, as: 'deployParameters'
@@ -1750,7 +1877,9 @@ module Google
1750
1877
  # @private
1751
1878
  class Representation < Google::Apis::Core::JsonRepresentation
1752
1879
  property :message, as: 'message'
1880
+ property :pipeline_uid, as: 'pipelineUid'
1753
1881
  property :release, as: 'release'
1882
+ property :release_uid, as: 'releaseUid'
1754
1883
  property :type, as: 'type'
1755
1884
  end
1756
1885
  end
@@ -1766,8 +1895,10 @@ module Google
1766
1895
  # @private
1767
1896
  class Representation < Google::Apis::Core::JsonRepresentation
1768
1897
  property :message, as: 'message'
1898
+ property :pipeline_uid, as: 'pipelineUid'
1769
1899
  property :release, as: 'release'
1770
1900
  property :release_render_state, as: 'releaseRenderState'
1901
+ property :type, as: 'type'
1771
1902
  end
1772
1903
  end
1773
1904
 
@@ -1776,6 +1907,8 @@ module Google
1776
1907
  class Representation < Google::Apis::Core::JsonRepresentation
1777
1908
  property :cloud_run, as: 'cloudRun', class: Google::Apis::ClouddeployV1::CloudRunRenderMetadata, decorator: Google::Apis::ClouddeployV1::CloudRunRenderMetadata::Representation
1778
1909
 
1910
+ property :custom, as: 'custom', class: Google::Apis::ClouddeployV1::CustomMetadata, decorator: Google::Apis::ClouddeployV1::CustomMetadata::Representation
1911
+
1779
1912
  end
1780
1913
  end
1781
1914
 
@@ -1803,6 +1936,8 @@ module Google
1803
1936
  # @private
1804
1937
  class Representation < Google::Apis::Core::JsonRepresentation
1805
1938
  property :current_repair_mode_index, :numeric_string => true, as: 'currentRepairModeIndex'
1939
+ property :job_id, as: 'jobId'
1940
+ property :phase_id, as: 'phaseId'
1806
1941
  collection :repair_phases, as: 'repairPhases', class: Google::Apis::ClouddeployV1::RepairPhase, decorator: Google::Apis::ClouddeployV1::RepairPhase::Representation
1807
1942
 
1808
1943
  property :rollout, as: 'rollout'
@@ -1949,8 +2084,10 @@ module Google
1949
2084
  class Representation < Google::Apis::Core::JsonRepresentation
1950
2085
  property :message, as: 'message'
1951
2086
  property :pipeline_uid, as: 'pipelineUid'
2087
+ property :release, as: 'release'
1952
2088
  property :release_uid, as: 'releaseUid'
1953
2089
  property :rollout, as: 'rollout'
2090
+ property :rollout_uid, as: 'rolloutUid'
1954
2091
  property :target_id, as: 'targetId'
1955
2092
  property :type, as: 'type'
1956
2093
  end
@@ -1961,6 +2098,7 @@ module Google
1961
2098
  class Representation < Google::Apis::Core::JsonRepresentation
1962
2099
  property :message, as: 'message'
1963
2100
  property :pipeline_uid, as: 'pipelineUid'
2101
+ property :release, as: 'release'
1964
2102
  property :release_uid, as: 'releaseUid'
1965
2103
  property :rollout, as: 'rollout'
1966
2104
  property :rollout_update_type, as: 'rolloutUpdateType'
@@ -2005,6 +2143,34 @@ module Google
2005
2143
  end
2006
2144
  end
2007
2145
 
2146
+ class SkaffoldGcsSource
2147
+ # @private
2148
+ class Representation < Google::Apis::Core::JsonRepresentation
2149
+ property :path, as: 'path'
2150
+ property :source, as: 'source'
2151
+ end
2152
+ end
2153
+
2154
+ class SkaffoldGitSource
2155
+ # @private
2156
+ class Representation < Google::Apis::Core::JsonRepresentation
2157
+ property :path, as: 'path'
2158
+ property :ref, as: 'ref'
2159
+ property :repo, as: 'repo'
2160
+ end
2161
+ end
2162
+
2163
+ class SkaffoldModules
2164
+ # @private
2165
+ class Representation < Google::Apis::Core::JsonRepresentation
2166
+ collection :configs, as: 'configs'
2167
+ property :git, as: 'git', class: Google::Apis::ClouddeployV1::SkaffoldGitSource, decorator: Google::Apis::ClouddeployV1::SkaffoldGitSource::Representation
2168
+
2169
+ property :google_cloud_storage, as: 'googleCloudStorage', class: Google::Apis::ClouddeployV1::SkaffoldGcsSource, decorator: Google::Apis::ClouddeployV1::SkaffoldGcsSource::Representation
2170
+
2171
+ end
2172
+ end
2173
+
2008
2174
  class SkaffoldSupportedCondition
2009
2175
  # @private
2010
2176
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2075,6 +2241,8 @@ module Google
2075
2241
  property :anthos_cluster, as: 'anthosCluster', class: Google::Apis::ClouddeployV1::AnthosCluster, decorator: Google::Apis::ClouddeployV1::AnthosCluster::Representation
2076
2242
 
2077
2243
  property :create_time, as: 'createTime'
2244
+ property :custom_target, as: 'customTarget', class: Google::Apis::ClouddeployV1::CustomTarget, decorator: Google::Apis::ClouddeployV1::CustomTarget::Representation
2245
+
2078
2246
  hash :deploy_parameters, as: 'deployParameters'
2079
2247
  property :description, as: 'description'
2080
2248
  property :etag, as: 'etag'