Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 97509bb

Browse files
committedDec 12, 2023
feat(clouddeploy): update the api
#### clouddeploy:v1 The following keys were added: - resources.projects.resources.locations.resources.customTargetTypes.methods.create (Total Keys: 18) - resources.projects.resources.locations.resources.customTargetTypes.methods.delete (Total Keys: 17) - resources.projects.resources.locations.resources.customTargetTypes.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.customTargetTypes.methods.list (Total Keys: 20) - resources.projects.resources.locations.resources.customTargetTypes.methods.patch (Total Keys: 21) - schemas.CustomMetadata (Total Keys: 5) - schemas.CustomTarget (Total Keys: 31) - schemas.DeployJobRunMetadata.properties.custom (Total Keys: 4) - schemas.ListCustomTargetTypesResponse (Total Keys: 7) - schemas.Metadata.properties.custom (Total Keys: 2) - schemas.Release.properties.customTargetTypeSnapshots (Total Keys: 3) - schemas.RenderMetadata.properties.custom (Total Keys: 2) - schemas.RepairRolloutOperation.properties.jobId (Total Keys: 2) - schemas.RepairRolloutOperation.properties.phaseId (Total Keys: 2) - schemas.RetryPhase.properties.jobId.deprecated (Total Keys: 1) - schemas.RetryPhase.properties.phaseId.deprecated (Total Keys: 1) - schemas.SkaffoldGCSSource (Total Keys: 4) - schemas.SkaffoldGitSource (Total Keys: 5) - schemas.SkaffoldModules (Total Keys: 6) - schemas.Target.properties.customTarget.$ref (Total Keys: 1)
1 parent bc285d7 commit 97509bb

10 files changed

+1265
-96
lines changed
 

‎docs/dyn/clouddeploy_v1.projects.locations.customTargetTypes.html

+426
Large diffs are not rendered by default.

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

+23-19
Large diffs are not rendered by default.

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

+22-22
Large diffs are not rendered by default.

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

+50-4
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h3>Method Details</h3>
146146
&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.
147147
&quot;updateTime&quot;: &quot;A String&quot;, # Last time the condition was updated.
148148
},
149-
&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.
149+
&quot;targetsPresentCondition&quot;: { # `TargetsPresentCondition` contains information on any Targets referenced in the Delivery Pipeline that do not actually exist. # Details around targets enumerated in the pipeline.
150150
&quot;missingTargets&quot;: [ # The list of Target names that do not exist. For example, `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
151151
&quot;A String&quot;,
152152
],
@@ -224,6 +224,15 @@ <h3>Method Details</h3>
224224
&quot;runtimeConfig&quot;: { # RuntimeConfig contains the runtime specific configurations for a deployment strategy. # Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.
225225
&quot;cloudRun&quot;: { # CloudRunConfig contains the Cloud Run runtime configuration. # Cloud Run runtime configuration.
226226
&quot;automaticTrafficControl&quot;: True or False, # Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user&#x27;s behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
227+
&quot;canaryRevisionTags&quot;: [ # Optional. A list of tags that are added to the canary revision while the canary deployment is in progress.
228+
&quot;A String&quot;,
229+
],
230+
&quot;priorRevisionTags&quot;: [ # Optional. A list of tags that are added to the prior revision while the canary deployment is in progress.
231+
&quot;A String&quot;,
232+
],
233+
&quot;stableRevisionTags&quot;: [ # Optional. A list of tags that are added to the final stable revision after the canary deployment is completed.
234+
&quot;A String&quot;,
235+
],
227236
},
228237
&quot;kubernetes&quot;: { # KubernetesConfig contains the Kubernetes runtime configuration. # Kubernetes runtime configuration.
229238
&quot;gatewayServiceMesh&quot;: { # Information about the Kubernetes Gateway API service mesh configuration. # Kubernetes Gateway API service mesh configuration.
@@ -358,7 +367,7 @@ <h3>Method Details</h3>
358367
&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.
359368
&quot;updateTime&quot;: &quot;A String&quot;, # Last time the condition was updated.
360369
},
361-
&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.
370+
&quot;targetsPresentCondition&quot;: { # `TargetsPresentCondition` contains information on any Targets referenced in the Delivery Pipeline that do not actually exist. # Details around targets enumerated in the pipeline.
362371
&quot;missingTargets&quot;: [ # The list of Target names that do not exist. For example, `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
363372
&quot;A String&quot;,
364373
],
@@ -436,6 +445,15 @@ <h3>Method Details</h3>
436445
&quot;runtimeConfig&quot;: { # RuntimeConfig contains the runtime specific configurations for a deployment strategy. # Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.
437446
&quot;cloudRun&quot;: { # CloudRunConfig contains the Cloud Run runtime configuration. # Cloud Run runtime configuration.
438447
&quot;automaticTrafficControl&quot;: True or False, # Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user&#x27;s behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
448+
&quot;canaryRevisionTags&quot;: [ # Optional. A list of tags that are added to the canary revision while the canary deployment is in progress.
449+
&quot;A String&quot;,
450+
],
451+
&quot;priorRevisionTags&quot;: [ # Optional. A list of tags that are added to the prior revision while the canary deployment is in progress.
452+
&quot;A String&quot;,
453+
],
454+
&quot;stableRevisionTags&quot;: [ # Optional. A list of tags that are added to the final stable revision after the canary deployment is completed.
455+
&quot;A String&quot;,
456+
],
439457
},
440458
&quot;kubernetes&quot;: { # KubernetesConfig contains the Kubernetes runtime configuration. # Kubernetes runtime configuration.
441459
&quot;gatewayServiceMesh&quot;: { # Information about the Kubernetes Gateway API service mesh configuration. # Kubernetes Gateway API service mesh configuration.
@@ -553,7 +571,7 @@ <h3>Method Details</h3>
553571
&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.
554572
&quot;updateTime&quot;: &quot;A String&quot;, # Last time the condition was updated.
555573
},
556-
&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.
574+
&quot;targetsPresentCondition&quot;: { # `TargetsPresentCondition` contains information on any Targets referenced in the Delivery Pipeline that do not actually exist. # Details around targets enumerated in the pipeline.
557575
&quot;missingTargets&quot;: [ # The list of Target names that do not exist. For example, `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
558576
&quot;A String&quot;,
559577
],
@@ -631,6 +649,15 @@ <h3>Method Details</h3>
631649
&quot;runtimeConfig&quot;: { # RuntimeConfig contains the runtime specific configurations for a deployment strategy. # Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.
632650
&quot;cloudRun&quot;: { # CloudRunConfig contains the Cloud Run runtime configuration. # Cloud Run runtime configuration.
633651
&quot;automaticTrafficControl&quot;: True or False, # Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user&#x27;s behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
652+
&quot;canaryRevisionTags&quot;: [ # Optional. A list of tags that are added to the canary revision while the canary deployment is in progress.
653+
&quot;A String&quot;,
654+
],
655+
&quot;priorRevisionTags&quot;: [ # Optional. A list of tags that are added to the prior revision while the canary deployment is in progress.
656+
&quot;A String&quot;,
657+
],
658+
&quot;stableRevisionTags&quot;: [ # Optional. A list of tags that are added to the final stable revision after the canary deployment is completed.
659+
&quot;A String&quot;,
660+
],
634661
},
635662
&quot;kubernetes&quot;: { # KubernetesConfig contains the Kubernetes runtime configuration. # Kubernetes runtime configuration.
636663
&quot;gatewayServiceMesh&quot;: { # Information about the Kubernetes Gateway API service mesh configuration. # Kubernetes Gateway API service mesh configuration.
@@ -709,7 +736,7 @@ <h3>Method Details</h3>
709736
&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.
710737
&quot;updateTime&quot;: &quot;A String&quot;, # Last time the condition was updated.
711738
},
712-
&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.
739+
&quot;targetsPresentCondition&quot;: { # `TargetsPresentCondition` contains information on any Targets referenced in the Delivery Pipeline that do not actually exist. # Details around targets enumerated in the pipeline.
713740
&quot;missingTargets&quot;: [ # The list of Target names that do not exist. For example, `projects/{project_id}/locations/{location_name}/targets/{target_name}`.
714741
&quot;A String&quot;,
715742
],
@@ -787,6 +814,15 @@ <h3>Method Details</h3>
787814
&quot;runtimeConfig&quot;: { # RuntimeConfig contains the runtime specific configurations for a deployment strategy. # Optional. Runtime specific configurations for the deployment strategy. The runtime configuration is used to determine how Cloud Deploy will split traffic to enable a progressive deployment.
788815
&quot;cloudRun&quot;: { # CloudRunConfig contains the Cloud Run runtime configuration. # Cloud Run runtime configuration.
789816
&quot;automaticTrafficControl&quot;: True or False, # Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user&#x27;s behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
817+
&quot;canaryRevisionTags&quot;: [ # Optional. A list of tags that are added to the canary revision while the canary deployment is in progress.
818+
&quot;A String&quot;,
819+
],
820+
&quot;priorRevisionTags&quot;: [ # Optional. A list of tags that are added to the prior revision while the canary deployment is in progress.
821+
&quot;A String&quot;,
822+
],
823+
&quot;stableRevisionTags&quot;: [ # Optional. A list of tags that are added to the final stable revision after the canary deployment is completed.
824+
&quot;A String&quot;,
825+
],
790826
},
791827
&quot;kubernetes&quot;: { # KubernetesConfig contains the Kubernetes runtime configuration. # Kubernetes runtime configuration.
792828
&quot;gatewayServiceMesh&quot;: { # Information about the Kubernetes Gateway API service mesh configuration. # Kubernetes Gateway API service mesh configuration.
@@ -908,6 +944,11 @@ <h3>Method Details</h3>
908944
&quot;A String&quot;,
909945
],
910946
},
947+
&quot;custom&quot;: { # CustomMetadata contains information from a user defined operation. # Output only. Custom metadata provided by user defined `Rollout` operations.
948+
&quot;values&quot;: { # Output only. Key-value pairs provided by the user defined operation.
949+
&quot;a_key&quot;: &quot;A String&quot;,
950+
},
951+
},
911952
},
912953
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the `Rollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}`.
913954
&quot;phases&quot;: [ # Output only. The phases that represent the workflows of this `Rollout`.
@@ -1132,6 +1173,11 @@ <h3>Method Details</h3>
11321173
&quot;A String&quot;,
11331174
],
11341175
},
1176+
&quot;custom&quot;: { # CustomMetadata contains information from a user defined operation. # Output only. Custom metadata provided by user defined `Rollout` operations.
1177+
&quot;values&quot;: { # Output only. Key-value pairs provided by the user defined operation.
1178+
&quot;a_key&quot;: &quot;A String&quot;,
1179+
},
1180+
},
11351181
},
11361182
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the `Rollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}`.
11371183
&quot;phases&quot;: [ # Output only. The phases that represent the workflows of this `Rollout`.

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

+180-18
Large diffs are not rendered by default.

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

+15
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@ <h3>Method Details</h3>
235235
&quot;A String&quot;,
236236
],
237237
},
238+
&quot;custom&quot;: { # CustomMetadata contains information from a user defined operation. # Output only. Custom metadata provided by user defined `Rollout` operations.
239+
&quot;values&quot;: { # Output only. Key-value pairs provided by the user defined operation.
240+
&quot;a_key&quot;: &quot;A String&quot;,
241+
},
242+
},
238243
},
239244
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the `Rollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}`.
240245
&quot;phases&quot;: [ # Output only. The phases that represent the workflows of this `Rollout`.
@@ -489,6 +494,11 @@ <h3>Method Details</h3>
489494
&quot;A String&quot;,
490495
],
491496
},
497+
&quot;custom&quot;: { # CustomMetadata contains information from a user defined operation. # Output only. Custom metadata provided by user defined `Rollout` operations.
498+
&quot;values&quot;: { # Output only. Key-value pairs provided by the user defined operation.
499+
&quot;a_key&quot;: &quot;A String&quot;,
500+
},
501+
},
492502
},
493503
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the `Rollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}`.
494504
&quot;phases&quot;: [ # Output only. The phases that represent the workflows of this `Rollout`.
@@ -744,6 +754,11 @@ <h3>Method Details</h3>
744754
&quot;A String&quot;,
745755
],
746756
},
757+
&quot;custom&quot;: { # CustomMetadata contains information from a user defined operation. # Output only. Custom metadata provided by user defined `Rollout` operations.
758+
&quot;values&quot;: { # Output only. Key-value pairs provided by the user defined operation.
759+
&quot;a_key&quot;: &quot;A String&quot;,
760+
},
761+
},
747762
},
748763
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the `Rollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}`.
749764
&quot;phases&quot;: [ # Output only. The phases that represent the workflows of this `Rollout`.

‎docs/dyn/clouddeploy_v1.projects.locations.deliveryPipelines.releases.rollouts.jobRuns.html

+16
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,14 @@ <h3>Method Details</h3>
138138
&quot;A String&quot;,
139139
],
140140
},
141+
&quot;custom&quot;: { # CustomMetadata contains information from a user defined operation. # Output only. Custom metadata provided by user defined deploy operation.
142+
&quot;values&quot;: { # Output only. Key-value pairs provided by the user defined operation.
143+
&quot;a_key&quot;: &quot;A String&quot;,
144+
},
145+
},
146+
&quot;customTarget&quot;: { # CustomTargetDeployMetadata contains information from a Custom Target deploy operation. # Output only. Custom Target metadata associated with a `DeployJobRun`.
147+
&quot;skipMessage&quot;: &quot;A String&quot;, # Output only. Skip message provided in the results of a custom deploy operation.
148+
},
141149
},
142150
},
143151
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Time at which the `JobRun` ended.
@@ -217,6 +225,14 @@ <h3>Method Details</h3>
217225
&quot;A String&quot;,
218226
],
219227
},
228+
&quot;custom&quot;: { # CustomMetadata contains information from a user defined operation. # Output only. Custom metadata provided by user defined deploy operation.
229+
&quot;values&quot;: { # Output only. Key-value pairs provided by the user defined operation.
230+
&quot;a_key&quot;: &quot;A String&quot;,
231+
},
232+
},
233+
&quot;customTarget&quot;: { # CustomTargetDeployMetadata contains information from a Custom Target deploy operation. # Output only. Custom Target metadata associated with a `DeployJobRun`.
234+
&quot;skipMessage&quot;: &quot;A String&quot;, # Output only. Skip message provided in the results of a custom deploy operation.
235+
},
220236
},
221237
},
222238
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Time at which the `JobRun` ended.

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

+7-2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474

7575
<h1><a href="clouddeploy_v1.html">Cloud Deploy API</a> . <a href="clouddeploy_v1.projects.html">projects</a> . <a href="clouddeploy_v1.projects.locations.html">locations</a></h1>
7676
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="clouddeploy_v1.projects.locations.customTargetTypes.html">customTargetTypes()</a></code>
79+
</p>
80+
<p class="firstline">Returns the customTargetTypes Resource.</p>
81+
7782
<p class="toc_element">
7883
<code><a href="clouddeploy_v1.projects.locations.deliveryPipelines.html">deliveryPipelines()</a></code>
7984
</p>
@@ -156,13 +161,13 @@ <h3>Method Details</h3>
156161
&quot;name&quot;: &quot;A String&quot;, # Name of the configuration.
157162
&quot;supportedVersions&quot;: [ # All supported versions of Skaffold.
158163
{ # Details of a supported Skaffold version.
159-
&quot;maintenanceModeTime&quot;: &quot;A String&quot;, # The time at which this version of skaffold will enter maintenance mode.
164+
&quot;maintenanceModeTime&quot;: &quot;A String&quot;, # The time at which this version of Skaffold will enter maintenance mode.
160165
&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.
161166
&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.
162167
&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.
163168
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
164169
},
165-
&quot;supportExpirationTime&quot;: &quot;A String&quot;, # The time at which this version of skaffold will no longer be supported.
170+
&quot;supportExpirationTime&quot;: &quot;A String&quot;, # The time at which this version of Skaffold will no longer be supported.
166171
&quot;version&quot;: &quot;A String&quot;, # Release version number. For example, &quot;1.20.3&quot;.
167172
},
168173
],

‎docs/dyn/clouddeploy_v1.projects.locations.targets.html

+12
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ <h3>Method Details</h3>
127127
&quot;membership&quot;: &quot;A String&quot;, # Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
128128
},
129129
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the `Target` was created.
130+
&quot;customTarget&quot;: { # Information specifying a Custom Target. # Optional. Information specifying a Custom Target.
131+
&quot;customTargetType&quot;: &quot;A String&quot;, # Required. The name of the CustomTargetType. Format must be `projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}`.
132+
},
130133
&quot;deployParameters&quot;: { # Optional. The deploy parameters to use for this target.
131134
&quot;a_key&quot;: &quot;A String&quot;,
132135
},
@@ -267,6 +270,9 @@ <h3>Method Details</h3>
267270
&quot;membership&quot;: &quot;A String&quot;, # Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
268271
},
269272
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the `Target` was created.
273+
&quot;customTarget&quot;: { # Information specifying a Custom Target. # Optional. Information specifying a Custom Target.
274+
&quot;customTargetType&quot;: &quot;A String&quot;, # Required. The name of the CustomTargetType. Format must be `projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}`.
275+
},
270276
&quot;deployParameters&quot;: { # Optional. The deploy parameters to use for this target.
271277
&quot;a_key&quot;: &quot;A String&quot;,
272278
},
@@ -392,6 +398,9 @@ <h3>Method Details</h3>
392398
&quot;membership&quot;: &quot;A String&quot;, # Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
393399
},
394400
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the `Target` was created.
401+
&quot;customTarget&quot;: { # Information specifying a Custom Target. # Optional. Information specifying a Custom Target.
402+
&quot;customTargetType&quot;: &quot;A String&quot;, # Required. The name of the CustomTargetType. Format must be `projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}`.
403+
},
395404
&quot;deployParameters&quot;: { # Optional. The deploy parameters to use for this target.
396405
&quot;a_key&quot;: &quot;A String&quot;,
397406
},
@@ -476,6 +485,9 @@ <h3>Method Details</h3>
476485
&quot;membership&quot;: &quot;A String&quot;, # Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is `projects/{project}/locations/{location}/memberships/{membership_name}`.
477486
},
478487
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the `Target` was created.
488+
&quot;customTarget&quot;: { # Information specifying a Custom Target. # Optional. Information specifying a Custom Target.
489+
&quot;customTargetType&quot;: &quot;A String&quot;, # Required. The name of the CustomTargetType. Format must be `projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}`.
490+
},
479491
&quot;deployParameters&quot;: { # Optional. The deploy parameters to use for this target.
480492
&quot;a_key&quot;: &quot;A String&quot;,
481493
},

‎googleapiclient/discovery_cache/documents/clouddeploy.v1.json

+514-31
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.