operation_service.pbext.go raw

   1  // Code generated by protoc-gen-goext. DO NOT EDIT.
   2  
   3  package operation
   4  
   5  func (m *GetOperationRequest) SetOperationId(v string) {
   6  	m.OperationId = v
   7  }
   8  
   9  func (m *CancelOperationRequest) SetOperationId(v string) {
  10  	m.OperationId = v
  11  }
  12