You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/clouddeploy_v1.projects.locations.deliveryPipelines.html
+24-8Lines changed: 24 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -133,13 +133,17 @@ <h3>Method Details</h3>
133
133
"status": True or False, # True if the Pipeline is in a valid state. Otherwise at least one condition in `PipelineCondition` is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.
134
134
"updateTime": "A String", # Last time the condition was updated.
135
135
},
136
-
"targetsPresentCondition": { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Detalis around targets enumerated in the pipeline.
137
-
"missingTargets": [ # The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
136
+
"targetsPresentCondition": { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Details around targets enumerated in the pipeline.
137
+
"missingTargets": [ # The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
138
138
"A String",
139
139
],
140
140
"status": True or False, # True if there aren't any missing Targets.
141
141
"updateTime": "A String", # Last time the condition was updated.
142
142
},
143
+
"targetsTypeCondition": { # TargetsTypeCondition contains information on whether the Targets defined in the Delivery Pipeline are of the same type. # Details on the whether the targets enumerated in the pipeline are of the same type.
144
+
"errorDetails": "A String", # Human readable error message.
145
+
"status": True or False, # True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
146
+
},
143
147
},
144
148
"createTime": "A String", # Output only. Time at which the pipeline was created.
145
149
"description": "A String", # Description of the `DeliveryPipeline`. Max length is 255 characters.
@@ -263,13 +267,17 @@ <h3>Method Details</h3>
263
267
"status": True or False, # True if the Pipeline is in a valid state. Otherwise at least one condition in `PipelineCondition` is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.
264
268
"updateTime": "A String", # Last time the condition was updated.
265
269
},
266
-
"targetsPresentCondition": { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Detalis around targets enumerated in the pipeline.
267
-
"missingTargets": [ # The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
270
+
"targetsPresentCondition": { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Details around targets enumerated in the pipeline.
271
+
"missingTargets": [ # The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
268
272
"A String",
269
273
],
270
274
"status": True or False, # True if there aren't any missing Targets.
271
275
"updateTime": "A String", # Last time the condition was updated.
272
276
},
277
+
"targetsTypeCondition": { # TargetsTypeCondition contains information on whether the Targets defined in the Delivery Pipeline are of the same type. # Details on the whether the targets enumerated in the pipeline are of the same type.
278
+
"errorDetails": "A String", # Human readable error message.
279
+
"status": True or False, # True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
280
+
},
273
281
},
274
282
"createTime": "A String", # Output only. Time at which the pipeline was created.
275
283
"description": "A String", # Description of the `DeliveryPipeline`. Max length is 255 characters.
@@ -376,13 +384,17 @@ <h3>Method Details</h3>
376
384
"status": True or False, # True if the Pipeline is in a valid state. Otherwise at least one condition in `PipelineCondition` is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.
377
385
"updateTime": "A String", # Last time the condition was updated.
378
386
},
379
-
"targetsPresentCondition": { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Detalis around targets enumerated in the pipeline.
380
-
"missingTargets": [ # The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
387
+
"targetsPresentCondition": { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Details around targets enumerated in the pipeline.
388
+
"missingTargets": [ # The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
381
389
"A String",
382
390
],
383
391
"status": True or False, # True if there aren't any missing Targets.
384
392
"updateTime": "A String", # Last time the condition was updated.
385
393
},
394
+
"targetsTypeCondition": { # TargetsTypeCondition contains information on whether the Targets defined in the Delivery Pipeline are of the same type. # Details on the whether the targets enumerated in the pipeline are of the same type.
395
+
"errorDetails": "A String", # Human readable error message.
396
+
"status": True or False, # True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
397
+
},
386
398
},
387
399
"createTime": "A String", # Output only. Time at which the pipeline was created.
388
400
"description": "A String", # Description of the `DeliveryPipeline`. Max length is 255 characters.
@@ -450,13 +462,17 @@ <h3>Method Details</h3>
450
462
"status": True or False, # True if the Pipeline is in a valid state. Otherwise at least one condition in `PipelineCondition` is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.
451
463
"updateTime": "A String", # Last time the condition was updated.
452
464
},
453
-
"targetsPresentCondition": { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Detalis around targets enumerated in the pipeline.
454
-
"missingTargets": [ # The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
465
+
"targetsPresentCondition": { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Details around targets enumerated in the pipeline.
466
+
"missingTargets": [ # The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
455
467
"A String",
456
468
],
457
469
"status": True or False, # True if there aren't any missing Targets.
458
470
"updateTime": "A String", # Last time the condition was updated.
459
471
},
472
+
"targetsTypeCondition": { # TargetsTypeCondition contains information on whether the Targets defined in the Delivery Pipeline are of the same type. # Details on the whether the targets enumerated in the pipeline are of the same type.
473
+
"errorDetails": "A String", # Human readable error message.
474
+
"status": True or False, # True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
475
+
},
460
476
},
461
477
"createTime": "A String", # Output only. Time at which the pipeline was created.
462
478
"description": "A String", # Description of the `DeliveryPipeline`. Max length is 255 characters.
Copy file name to clipboardExpand all lines: docs/dyn/clouddeploy_v1.projects.locations.deliveryPipelines.releases.html
+18-6Lines changed: 18 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -157,13 +157,17 @@ <h3>Method Details</h3>
157
157
"status": True or False, # True if the Pipeline is in a valid state. Otherwise at least one condition in `PipelineCondition` is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.
158
158
"updateTime": "A String", # Last time the condition was updated.
159
159
},
160
-
"targetsPresentCondition": { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Detalis around targets enumerated in the pipeline.
161
-
"missingTargets": [ # The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
160
+
"targetsPresentCondition": { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Details around targets enumerated in the pipeline.
161
+
"missingTargets": [ # The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
162
162
"A String",
163
163
],
164
164
"status": True or False, # True if there aren't any missing Targets.
165
165
"updateTime": "A String", # Last time the condition was updated.
166
166
},
167
+
"targetsTypeCondition": { # TargetsTypeCondition contains information on whether the Targets defined in the Delivery Pipeline are of the same type. # Details on the whether the targets enumerated in the pipeline are of the same type.
168
+
"errorDetails": "A String", # Human readable error message.
169
+
"status": True or False, # True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
170
+
},
167
171
},
168
172
"createTime": "A String", # Output only. Time at which the pipeline was created.
169
173
"description": "A String", # Description of the `DeliveryPipeline`. Max length is 255 characters.
@@ -336,13 +340,17 @@ <h3>Method Details</h3>
336
340
"status": True or False, # True if the Pipeline is in a valid state. Otherwise at least one condition in `PipelineCondition` is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.
337
341
"updateTime": "A String", # Last time the condition was updated.
338
342
},
339
-
"targetsPresentCondition": { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Detalis around targets enumerated in the pipeline.
340
-
"missingTargets": [ # The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
343
+
"targetsPresentCondition": { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Details around targets enumerated in the pipeline.
344
+
"missingTargets": [ # The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
341
345
"A String",
342
346
],
343
347
"status": True or False, # True if there aren't any missing Targets.
344
348
"updateTime": "A String", # Last time the condition was updated.
345
349
},
350
+
"targetsTypeCondition": { # TargetsTypeCondition contains information on whether the Targets defined in the Delivery Pipeline are of the same type. # Details on the whether the targets enumerated in the pipeline are of the same type.
351
+
"errorDetails": "A String", # Human readable error message.
352
+
"status": True or False, # True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
353
+
},
346
354
},
347
355
"createTime": "A String", # Output only. Time at which the pipeline was created.
348
356
"description": "A String", # Description of the `DeliveryPipeline`. Max length is 255 characters.
@@ -491,13 +499,17 @@ <h3>Method Details</h3>
491
499
"status": True or False, # True if the Pipeline is in a valid state. Otherwise at least one condition in `PipelineCondition` is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.
492
500
"updateTime": "A String", # Last time the condition was updated.
493
501
},
494
-
"targetsPresentCondition": { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Detalis around targets enumerated in the pipeline.
495
-
"missingTargets": [ # The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
502
+
"targetsPresentCondition": { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Details around targets enumerated in the pipeline.
503
+
"missingTargets": [ # The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
496
504
"A String",
497
505
],
498
506
"status": True or False, # True if there aren't any missing Targets.
499
507
"updateTime": "A String", # Last time the condition was updated.
500
508
},
509
+
"targetsTypeCondition": { # TargetsTypeCondition contains information on whether the Targets defined in the Delivery Pipeline are of the same type. # Details on the whether the targets enumerated in the pipeline are of the same type.
510
+
"errorDetails": "A String", # Human readable error message.
511
+
"status": True or False, # True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
512
+
},
501
513
},
502
514
"createTime": "A String", # Output only. Time at which the pipeline was created.
503
515
"description": "A String", # Description of the `DeliveryPipeline`. Max length is 255 characters.
Copy file name to clipboardExpand all lines: docs/dyn/clouddeploy_v1.projects.locations.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -152,11 +152,11 @@ <h3>Method Details</h3>
152
152
An object of the form:
153
153
154
154
{ # Service-wide configuration.
155
-
"defaultSkaffoldVersion": "A String", # Output only. Default Skaffold version that is assigned when a Release is created without specifying a Skaffold version.
155
+
"defaultSkaffoldVersion": "A String", # Default Skaffold version that is assigned when a Release is created without specifying a Skaffold version.
156
156
"name": "A String", # Name of the configuration.
157
-
"supportedVersions": [ # Output only. All supported versions of Skaffold.
157
+
"supportedVersions": [ # All supported versions of Skaffold.
158
158
{ # Details of a supported Skaffold version.
159
-
"supportEndDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # Date when this version is expected to no longer be supported.
159
+
"supportEndDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # Date when this version is expected to no longer be supported. For a more precise time, use the `support_expiration_time` field.
160
160
"day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
161
161
"month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
162
162
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
0 commit comments