Skip to content

Commit 9a176a4

Browse files
feat(clouddeploy): update the api
#### clouddeploy:v1 The following keys were deleted: - schemas.Config.properties.defaultSkaffoldVersion.readOnly (Total Keys: 1) - schemas.Config.properties.supportedVersions.readOnly (Total Keys: 1) The following keys were added: - schemas.PipelineCondition.properties.targetsTypeCondition.$ref (Total Keys: 1) - schemas.TargetsTypeCondition (Total Keys: 4)
1 parent 3dd983b commit 9a176a4

File tree

4 files changed

+86
-33
lines changed

4 files changed

+86
-33
lines changed

docs/dyn/clouddeploy_v1.projects.locations.deliveryPipelines.html

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,17 @@ <h3>Method Details</h3>
133133
&quot;status&quot;: 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.
134134
&quot;updateTime&quot;: &quot;A String&quot;, # Last time the condition was updated.
135135
},
136-
&quot;targetsPresentCondition&quot;: { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Detalis around targets enumerated in the pipeline.
137-
&quot;missingTargets&quot;: [ # The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
136+
&quot;targetsPresentCondition&quot;: { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Details around targets enumerated in the pipeline.
137+
&quot;missingTargets&quot;: [ # The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
138138
&quot;A String&quot;,
139139
],
140140
&quot;status&quot;: True or False, # True if there aren&#x27;t any missing Targets.
141141
&quot;updateTime&quot;: &quot;A String&quot;, # Last time the condition was updated.
142142
},
143+
&quot;targetsTypeCondition&quot;: { # 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+
&quot;errorDetails&quot;: &quot;A String&quot;, # Human readable error message.
145+
&quot;status&quot;: 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+
},
143147
},
144148
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the pipeline was created.
145149
&quot;description&quot;: &quot;A String&quot;, # Description of the `DeliveryPipeline`. Max length is 255 characters.
@@ -263,13 +267,17 @@ <h3>Method Details</h3>
263267
&quot;status&quot;: 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.
264268
&quot;updateTime&quot;: &quot;A String&quot;, # Last time the condition was updated.
265269
},
266-
&quot;targetsPresentCondition&quot;: { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Detalis around targets enumerated in the pipeline.
267-
&quot;missingTargets&quot;: [ # The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
270+
&quot;targetsPresentCondition&quot;: { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Details around targets enumerated in the pipeline.
271+
&quot;missingTargets&quot;: [ # The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
268272
&quot;A String&quot;,
269273
],
270274
&quot;status&quot;: True or False, # True if there aren&#x27;t any missing Targets.
271275
&quot;updateTime&quot;: &quot;A String&quot;, # Last time the condition was updated.
272276
},
277+
&quot;targetsTypeCondition&quot;: { # 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+
&quot;errorDetails&quot;: &quot;A String&quot;, # Human readable error message.
279+
&quot;status&quot;: 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+
},
273281
},
274282
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the pipeline was created.
275283
&quot;description&quot;: &quot;A String&quot;, # Description of the `DeliveryPipeline`. Max length is 255 characters.
@@ -376,13 +384,17 @@ <h3>Method Details</h3>
376384
&quot;status&quot;: 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.
377385
&quot;updateTime&quot;: &quot;A String&quot;, # Last time the condition was updated.
378386
},
379-
&quot;targetsPresentCondition&quot;: { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Detalis around targets enumerated in the pipeline.
380-
&quot;missingTargets&quot;: [ # The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
387+
&quot;targetsPresentCondition&quot;: { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Details around targets enumerated in the pipeline.
388+
&quot;missingTargets&quot;: [ # The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
381389
&quot;A String&quot;,
382390
],
383391
&quot;status&quot;: True or False, # True if there aren&#x27;t any missing Targets.
384392
&quot;updateTime&quot;: &quot;A String&quot;, # Last time the condition was updated.
385393
},
394+
&quot;targetsTypeCondition&quot;: { # 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+
&quot;errorDetails&quot;: &quot;A String&quot;, # Human readable error message.
396+
&quot;status&quot;: 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+
},
386398
},
387399
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the pipeline was created.
388400
&quot;description&quot;: &quot;A String&quot;, # Description of the `DeliveryPipeline`. Max length is 255 characters.
@@ -450,13 +462,17 @@ <h3>Method Details</h3>
450462
&quot;status&quot;: 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.
451463
&quot;updateTime&quot;: &quot;A String&quot;, # Last time the condition was updated.
452464
},
453-
&quot;targetsPresentCondition&quot;: { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Detalis around targets enumerated in the pipeline.
454-
&quot;missingTargets&quot;: [ # The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
465+
&quot;targetsPresentCondition&quot;: { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Details around targets enumerated in the pipeline.
466+
&quot;missingTargets&quot;: [ # The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
455467
&quot;A String&quot;,
456468
],
457469
&quot;status&quot;: True or False, # True if there aren&#x27;t any missing Targets.
458470
&quot;updateTime&quot;: &quot;A String&quot;, # Last time the condition was updated.
459471
},
472+
&quot;targetsTypeCondition&quot;: { # 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+
&quot;errorDetails&quot;: &quot;A String&quot;, # Human readable error message.
474+
&quot;status&quot;: 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+
},
460476
},
461477
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the pipeline was created.
462478
&quot;description&quot;: &quot;A String&quot;, # Description of the `DeliveryPipeline`. Max length is 255 characters.

docs/dyn/clouddeploy_v1.projects.locations.deliveryPipelines.releases.html

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,17 @@ <h3>Method Details</h3>
157157
&quot;status&quot;: 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.
158158
&quot;updateTime&quot;: &quot;A String&quot;, # Last time the condition was updated.
159159
},
160-
&quot;targetsPresentCondition&quot;: { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Detalis around targets enumerated in the pipeline.
161-
&quot;missingTargets&quot;: [ # The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
160+
&quot;targetsPresentCondition&quot;: { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Details around targets enumerated in the pipeline.
161+
&quot;missingTargets&quot;: [ # The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
162162
&quot;A String&quot;,
163163
],
164164
&quot;status&quot;: True or False, # True if there aren&#x27;t any missing Targets.
165165
&quot;updateTime&quot;: &quot;A String&quot;, # Last time the condition was updated.
166166
},
167+
&quot;targetsTypeCondition&quot;: { # 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+
&quot;errorDetails&quot;: &quot;A String&quot;, # Human readable error message.
169+
&quot;status&quot;: 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+
},
167171
},
168172
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the pipeline was created.
169173
&quot;description&quot;: &quot;A String&quot;, # Description of the `DeliveryPipeline`. Max length is 255 characters.
@@ -336,13 +340,17 @@ <h3>Method Details</h3>
336340
&quot;status&quot;: 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.
337341
&quot;updateTime&quot;: &quot;A String&quot;, # Last time the condition was updated.
338342
},
339-
&quot;targetsPresentCondition&quot;: { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Detalis around targets enumerated in the pipeline.
340-
&quot;missingTargets&quot;: [ # The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
343+
&quot;targetsPresentCondition&quot;: { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Details around targets enumerated in the pipeline.
344+
&quot;missingTargets&quot;: [ # The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
341345
&quot;A String&quot;,
342346
],
343347
&quot;status&quot;: True or False, # True if there aren&#x27;t any missing Targets.
344348
&quot;updateTime&quot;: &quot;A String&quot;, # Last time the condition was updated.
345349
},
350+
&quot;targetsTypeCondition&quot;: { # 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+
&quot;errorDetails&quot;: &quot;A String&quot;, # Human readable error message.
352+
&quot;status&quot;: 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+
},
346354
},
347355
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the pipeline was created.
348356
&quot;description&quot;: &quot;A String&quot;, # Description of the `DeliveryPipeline`. Max length is 255 characters.
@@ -491,13 +499,17 @@ <h3>Method Details</h3>
491499
&quot;status&quot;: 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.
492500
&quot;updateTime&quot;: &quot;A String&quot;, # Last time the condition was updated.
493501
},
494-
&quot;targetsPresentCondition&quot;: { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Detalis around targets enumerated in the pipeline.
495-
&quot;missingTargets&quot;: [ # The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
502+
&quot;targetsPresentCondition&quot;: { # TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist. # Details around targets enumerated in the pipeline.
503+
&quot;missingTargets&quot;: [ # The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
496504
&quot;A String&quot;,
497505
],
498506
&quot;status&quot;: True or False, # True if there aren&#x27;t any missing Targets.
499507
&quot;updateTime&quot;: &quot;A String&quot;, # Last time the condition was updated.
500508
},
509+
&quot;targetsTypeCondition&quot;: { # 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+
&quot;errorDetails&quot;: &quot;A String&quot;, # Human readable error message.
511+
&quot;status&quot;: 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+
},
501513
},
502514
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the pipeline was created.
503515
&quot;description&quot;: &quot;A String&quot;, # Description of the `DeliveryPipeline`. Max length is 255 characters.

docs/dyn/clouddeploy_v1.projects.locations.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ <h3>Method Details</h3>
152152
An object of the form:
153153

154154
{ # Service-wide configuration.
155-
&quot;defaultSkaffoldVersion&quot;: &quot;A String&quot;, # Output only. Default Skaffold version that is assigned when a Release is created without specifying a Skaffold version.
155+
&quot;defaultSkaffoldVersion&quot;: &quot;A String&quot;, # Default Skaffold version that is assigned when a Release is created without specifying a Skaffold version.
156156
&quot;name&quot;: &quot;A String&quot;, # Name of the configuration.
157-
&quot;supportedVersions&quot;: [ # Output only. All supported versions of Skaffold.
157+
&quot;supportedVersions&quot;: [ # All supported versions of Skaffold.
158158
{ # Details of a supported Skaffold version.
159-
&quot;supportEndDate&quot;: { # 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+
&quot;supportEndDate&quot;: { # 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.
160160
&quot;day&quot;: 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&#x27;t significant.
161161
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
162162
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

0 commit comments

Comments
 (0)