class documentation

class BuildIdOpPromoteSetByBuildId(BuildIdOp): (source)

View In Hierarchy

Promotes a set of compatible Build Ids to become the current default set for the task queue. Any Build Id in the set may be used to target it.

Class Variable build_id A Build Id which must already be defined on the task queue, and is used to find the compatible set to promote.
Method _as_partial_proto Returns a partial request with the operation populated. Caller must populate non-operation fields. This is done b/c there's no good way to assign a non-primitive message as the operation after initializing the request.
build_id: str = (source)

A Build Id which must already be defined on the task queue, and is used to find the compatible set to promote.

Returns a partial request with the operation populated. Caller must populate non-operation fields. This is done b/c there's no good way to assign a non-primitive message as the operation after initializing the request.