remove constant

Spec<RemoveRequest, RemoveResponse> const remove

Remove deletes a device from the system. This operation cannot be undone.

Implementation

static const remove = connect.Spec(
  '/$name/Remove',
  connect.StreamType.unary,
  devicev1device.RemoveRequest.new,
  devicev1device.RemoveResponse.new,
);