class documentation

class BuildIdOpMergeSets(BuildIdOp): (source)

View In Hierarchy

Merges two sets into one set, thus declaring all the Build Ids in both as compatible with one another. The default of the primary set is maintained as the merged set's overall default.

Class Variable primary_build_id A Build Id which and is used to find the primary set to be merged.
Class Variable secondary_build_id A Build Id which and is used to find the secondary set to be merged.
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.
primary_build_id: str = (source)

A Build Id which and is used to find the primary set to be merged.

secondary_build_id: str = (source)

A Build Id which and is used to find the secondary set to be merged.

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.