class documentation
        
        
        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 | 
    A Build Id which must already be defined on the task queue, and is used to find the compatible set to promote. | 
| Method | _as | 
    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. | 
A Build Id which must already be defined on the task queue, and is used to find the compatible set to promote.
    
    
    def _as_partial_proto(self) -> 
  temporalio.api.workflowservice.v1.UpdateWorkerBuildIdCompatibilityRequest:
    
      
      (source)
    
    
      
      
      ¶
    
  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.