Update a shadow experiment target
Updates a shadow target’s name, deployment, or description. updateMask is required and must select at least one mutable field.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Project identifier.
Endpoint identifier.
Shadow experiment identifier.
Shadow experiment target identifier.
Query Parameters
Comma-separated fields to update. Supported fields are name, targetDeploymentId, and description.
Body
Mutable name, deployment, and description for a shadow experiment target.
Updated human-readable target name.
Replacement deployment under the parent endpoint. It must not be a live traffic-split member or the source or target of an active rollout; traffic-split weight 0 warm-up targets are allowed.
Updated free-form target description.
Opaque version tag from a prior read for optimistic concurrency.
Response
OK
Deployment that receives mirrored traffic for a shadow experiment.
Output only. Unique shadow experiment target identifier.
Output only. Shadow experiment this target belongs to.
Human-readable target name, unique within the shadow experiment. At most 256 characters.
Deployment under the parent endpoint that receives mirrored traffic. It must not be a live traffic-split member or the source or target of an active rollout; traffic-split weight 0 warm-up targets are allowed.
Output only. Timestamp when the target was created.
Output only. Timestamp when the target was last updated.
Opaque version tag for optimistic concurrency control. Returned on read; set it on update or delete requests for consistent read-modify-write.
Optional free-form target description.